Uses of Enum Class
boofcv.abst.feature.detect.interest.PointDetectorTypes
Packages that use PointDetectorTypes
-
Uses of PointDetectorTypes in boofcv.abst.feature.detect.interest
Fields in boofcv.abst.feature.detect.interest declared as PointDetectorTypesModifier and TypeFieldDescriptionstatic final PointDetectorTypes[]
PointDetectorTypes.FIRST_ONLY
Point types which take in the input image or the gradient (first-derivative) image only.ConfigPointDetector.type
Which detector is used.Methods in boofcv.abst.feature.detect.interest that return PointDetectorTypesModifier and TypeMethodDescriptionstatic PointDetectorTypes
Returns the enum constant of this class with the specified name.static PointDetectorTypes[]
PointDetectorTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.