Package boofcv.alg.scene.vocabtree
Class HierarchicalVocabularyTree.Node
java.lang.Object
boofcv.alg.scene.vocabtree.HierarchicalVocabularyTree.Node
- Enclosing class:
- HierarchicalVocabularyTree<Point>
Node in the Vocabulary tree
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
weight
public double weight -
index
public int index -
branch
public int branch -
parent
public int parent -
userIdx
public int userIdx -
descIdx
public int descIdx -
childrenIndexes
-
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
isLeaf
public boolean isLeaf() -
reset
public void reset() -
setTo
-