Package boofcv.alg.scene.vocabtree
Class ConfigHierarchicalVocabularyTree
java.lang.Object
boofcv.alg.scene.vocabtree.ConfigHierarchicalVocabularyTree
- All Implemented Interfaces:
Configuration
,Serializable
public class ConfigHierarchicalVocabularyTree extends Object implements Configuration
Configuration for
HierarchicalVocabularyTree
.- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
branchFactor
Number of children for each nodeint
maximumLevel
Maximum number of levels in the tree -
Constructor Summary
Constructors Constructor Description ConfigHierarchicalVocabularyTree()
-
Method Summary
Modifier and Type Method Description void
checkValidity()
Checks to see if the configuration is valid.ConfigHierarchicalVocabularyTree
setTo(ConfigHierarchicalVocabularyTree src)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
branchFactor
public int branchFactorNumber of children for each node -
maximumLevel
public int maximumLevelMaximum number of levels in the tree
-
-
Constructor Details
-
ConfigHierarchicalVocabularyTree
public ConfigHierarchicalVocabularyTree()
-
-
Method Details
-
checkValidity
public void checkValidity()Description copied from interface:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
-
setTo
-