OpenCV  2.4.13
Open Source Computer Vision
cv::RTreeNode Struct Reference

#include <legacy.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. More...
 

Public Attributes

short offset1
 
short offset2
 

Constructor & Destructor Documentation

cv::RTreeNode::RTreeNode ( )
inline
cv::RTreeNode::RTreeNode ( uchar  x1,
uchar  y1,
uchar  x2,
uchar  y2 
)
inline

Member Function Documentation

bool cv::RTreeNode::operator() ( uchar patch_data) const
inline

Left child on 0, right child on 1.

Member Data Documentation

short cv::RTreeNode::offset1
short cv::RTreeNode::offset2

The documentation for this struct was generated from the following file: