Uses of Enum Class
boofcv.factory.fiducial.HammingDictionary
Packages that use HammingDictionary
-
Uses of HammingDictionary in boofcv.factory.fiducial
Fields in boofcv.factory.fiducial declared as HammingDictionaryModifier and TypeFieldDescriptionConfigHammingMarker.dictionaryWhich dictionary is this based off of.Methods in boofcv.factory.fiducial that return HammingDictionaryModifier and TypeMethodDescriptionstatic HammingDictionary[]HammingDictionary.allPredefined()Returns all dictionaries but customstatic HammingDictionaryReturns the enum constant of this class with the specified name.static HammingDictionary[]HammingDictionary.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.factory.fiducial with parameters of type HammingDictionaryModifier and TypeMethodDescriptionstatic ConfigHammingChessboardConfigHammingChessboard.create(HammingDictionary dictionary, int rows, int cols, double squareSize) Create from a pre-defined dictionarystatic ConfigHammingGridConfigHammingGrid.create(HammingDictionary dictionary, int rows, int cols, double squareSize, double spaceToSquare) Create from a pre-defined dictionarystatic ConfigHammingMarkerConfigHammingMarker.loadDictionary(HammingDictionary dictionary) Creates a predefined dictionary