Uses of Class
boofcv.abst.feature.detect.extract.NonMaxLimiter
Packages that use NonMaxLimiter
- 
Uses of NonMaxLimiter in boofcv.alg.feature.detect.interest
Constructors in boofcv.alg.feature.detect.interest with parameters of type NonMaxLimiterModifierConstructorDescriptionSiftDetector(FeatureSelectLimitIntensity<ScalePoint> selectFeaturesAll, double edgeR, NonMaxLimiter extractor) Configures SIFT detector - 
Uses of NonMaxLimiter in boofcv.factory.feature.detect.extract
Methods in boofcv.factory.feature.detect.extract that return NonMaxLimiterModifier and TypeMethodDescriptionstatic NonMaxLimiterFactoryFeatureExtractor.nonmaxLimiter(@Nullable ConfigExtract configExtract, ConfigSelectLimit configSelect, int maxFeatures) Creates a non-maximum limiter using the specified configuration