Uses of Enum Class
boofcv.alg.scene.bow.BowDistanceTypes
Packages that use BowDistanceTypes
Package
Description
-
Uses of BowDistanceTypes in boofcv.abst.scene.ann
Fields in boofcv.abst.scene.ann declared as BowDistanceTypesModifier and TypeFieldDescriptionConfigRecognitionNearestNeighbor.distanceNorm
Specifies which norm to use. -
Uses of BowDistanceTypes in boofcv.abst.scene.nister2006
Fields in boofcv.abst.scene.nister2006 declared as BowDistanceTypesModifier and TypeFieldDescriptionConfigRecognitionNister2006.distanceNorm
Specifies which norm to use. -
Uses of BowDistanceTypes in boofcv.alg.scene.ann
Methods in boofcv.alg.scene.ann with parameters of type BowDistanceTypesModifier 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
Methods in boofcv.alg.scene.bow that return BowDistanceTypesModifier 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
Methods in boofcv.alg.scene.nister2006 with parameters of type BowDistanceTypesModifier and TypeMethodDescriptionvoid
RecognitionVocabularyTreeNister2006.setDistanceType
(BowDistanceTypes type) Used to change distance function to one of the built in types