|
SHOGUN
v3.2.0
|
Public 属性 | |
| P | p |
| float | max_dist |
| float | parent_dist |
| node< P > * | children |
| unsigned short int | num_children |
| short int | scale |
| node<P>* children |
Pointer to the list of children of this node
在文件 JLCoverTree.h 第 51 行定义.
| float max_dist |
The maximum distance to any grandchild
在文件 JLCoverTree.h 第 45 行定义.
| unsigned short int num_children |
The number of children nodes of this node
在文件 JLCoverTree.h 第 54 行定义.
| P p |
Point
在文件 JLCoverTree.h 第 42 行定义.
| float parent_dist |
The distance to the parent
在文件 JLCoverTree.h 第 48 行定义.
| short int scale |
Essentially, an upper bound on the distance to any child
在文件 JLCoverTree.h 第 57 行定义.