SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Data structure used to subdivide the Image with key points into segments. More...
#include <CVRaulMurExtNode.h>
Public Member Functions | |
CVRaulMurExtNode () | |
void | DivideNode (CVRaulMurExtNode &n1, CVRaulMurExtNode &n2, CVRaulMurExtNode &n3, CVRaulMurExtNode &n4) |
Public Attributes | |
CVVKeyPoint | vKeys |
CVPoint2i | UL |
CVPoint2i | UR |
CVPoint2i | BL |
CVPoint2i | BR |
list< CVRaulMurExtNode >::iterator | lit |
bool | bNoMore |
Data structure used to subdivide the Image with key points into segments.
Definition at line 22 of file CVRaulMurExtNode.h.
|
inline |
Definition at line 25 of file CVRaulMurExtNode.h.
void CVRaulMurExtNode::DivideNode | ( | CVRaulMurExtNode & | n1, |
CVRaulMurExtNode & | n2, | ||
CVRaulMurExtNode & | n3, | ||
CVRaulMurExtNode & | n4 | ||
) |
Divides the current ExtractorNode into four ExtractorNodes. The Keypoints are also divided between the four ExtractorNodes by space.
Definition at line 20 of file CVRaulMurExtNode.cpp.
CVPoint2i CVRaulMurExtNode::BL |
Definition at line 33 of file CVRaulMurExtNode.h.
bool CVRaulMurExtNode::bNoMore |
Definition at line 35 of file CVRaulMurExtNode.h.
CVPoint2i CVRaulMurExtNode::BR |
Definition at line 33 of file CVRaulMurExtNode.h.
list<CVRaulMurExtNode>::iterator CVRaulMurExtNode::lit |
Definition at line 34 of file CVRaulMurExtNode.h.
CVPoint2i CVRaulMurExtNode::UL |
Definition at line 33 of file CVRaulMurExtNode.h.
CVPoint2i CVRaulMurExtNode::UR |
Definition at line 33 of file CVRaulMurExtNode.h.
CVVKeyPoint CVRaulMurExtNode::vKeys |
Definition at line 32 of file CVRaulMurExtNode.h.