kd_node Struct Reference

a node in a k-d tree More...

#include <kdtree.h>

Data Fields

int ki
 partition key index
double kv
 partition key value
int leaf
 1 if node is a leaf, 0 otherwise
struct featurefeatures
 features at this node
int n
 number of features
struct kd_nodekd_left
 left child
struct kd_nodekd_right
 right child

Detailed Description

a node in a k-d tree


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

Generated on Fri May 21 15:44:01 2010 for SIFT by  doxygen 1.6.1