Uses of Enum Class
boofcv.alg.scene.bow.BowDistanceTypes
Package
Description
-
Uses of BowDistanceTypes in boofcv.abst.scene.ann
Modifier and TypeFieldDescriptionConfigRecognitionNearestNeighbor.distanceNorm
Specifies which norm to use. -
Uses of BowDistanceTypes in boofcv.abst.scene.nister2006
Modifier and TypeFieldDescriptionConfigRecognitionNister2006.distanceNorm
Specifies which norm to use. -
Uses of BowDistanceTypes in boofcv.alg.scene.ann
Modifier and TypeMethodDescriptionvoid
RecognitionNearestNeighborInvertedFile.setDistanceType
(BowDistanceTypes type) Used to change distance function to one of the built in types -
Uses of BowDistanceTypes in boofcv.alg.scene.bow
Modifier and TypeMethodDescriptionstatic BowDistanceTypes
Returns the enum constant of this class with the specified name.static BowDistanceTypes[]
BowDistanceTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BowDistanceTypes in boofcv.alg.scene.nister2006
Modifier and TypeMethodDescriptionvoid
RecognitionVocabularyTreeNister2006.setDistanceType
(BowDistanceTypes type) Used to change distance function to one of the built in types