#include <features2d.hpp>
Public Member Functions | |
RTreeNode () | |
RTreeNode (uchar x1, uchar y1, uchar x2, uchar y2) | |
bool | operator() (uchar *patch_data) const |
Left child on 0, right child on 1. | |
Public Attributes | |
short | offset1 |
short | offset2 |
cv::RTreeNode::RTreeNode | ( | uchar | x1, |
uchar | y1, | ||
uchar | x2, | ||
uchar | y2 | ||
) |
bool cv::RTreeNode::operator() | ( | uchar * | patch_data | ) | const |
Left child on 0, right child on 1.
short cv::RTreeNode::offset1 |
short cv::RTreeNode::offset2 |