Uses of Class
boofcv.alg.scene.vocabtree.HierarchicalVocabularyTree.Node
Packages that use HierarchicalVocabularyTree.Node
-
Uses of HierarchicalVocabularyTree.Node in boofcv.alg.scene.vocabtree
Fields in boofcv.alg.scene.vocabtree with type parameters of type HierarchicalVocabularyTree.NodeMethods in boofcv.alg.scene.vocabtree with parameters of type HierarchicalVocabularyTree.NodeModifier and TypeMethodDescriptionintHierarchicalVocabularyTree.depthOfNode(HierarchicalVocabularyTree.Node n) Finds the depth for a node.voidHierarchicalVocabularyTree.Node.setTo(HierarchicalVocabularyTree.Node src) Method parameters in boofcv.alg.scene.vocabtree with type arguments of type HierarchicalVocabularyTree.NodeModifier and TypeMethodDescriptionintHierarchicalVocabularyTree.searchPathToLeaf(Point point, BoofLambdas.ProcessIndex<HierarchicalVocabularyTree.Node> op) Traverses the tree to find the leaf node for the provided point.voidHierarchicalVocabularyTree.traverseGraphDepthFirst(BoofLambdas.ProcessObject<HierarchicalVocabularyTree.Node> op) Traverses every node in the graph (excluding the root) in a depth first manor.