Uses of Class
boofcv.abst.feature.detect.extract.NonMaxLimiter
-
Uses of NonMaxLimiter in boofcv.alg.feature.detect.interest
ModifierConstructorDescriptionSiftDetector
(FeatureSelectLimitIntensity<ScalePoint> selectFeaturesAll, double edgeR, NonMaxLimiter extractor) Configures SIFT detector -
Uses of NonMaxLimiter in boofcv.factory.feature.detect.extract
Modifier and TypeMethodDescriptionstatic NonMaxLimiter
FactoryFeatureExtractor.nonmaxLimiter
(@Nullable ConfigExtract configExtract, ConfigSelectLimit configSelect, int maxFeatures) Creates a non-maximum limiter using the specified configuration