Tesseract 3.01
|
#include <kdtree.h>
Public Attributes | |
FLOAT32 * | Key |
void * | Data |
FLOAT32 | BranchPoint |
FLOAT32 | LeftBranch |
FLOAT32 | RightBranch |
struct KDNODE * | Left |
struct KDNODE * | Right |
NOTE: All circular parameters of all keys must be in the range
Min <= Param < Max
where Min and Max are specified in the KeyDesc parameter passed to MakeKDTree. All KD routines assume that this is true and will not operate correctly if circular parameters outside the specified range are used.
needed to make deletes work efficiently
void* KDNODE::Data |
data that corresponds to key
search key
struct KDNODE* KDNODE::Left |
ptrs for KD tree structure
used to optimize search pruning
struct KDNODE* KDNODE::Right |
used to optimize search pruning