Uses of Class
boofcv.abst.feature.detect.extract.ConfigExtract
Package
Description
-
Uses of ConfigExtract in boofcv.abst.feature.detect.extract
Modifier and TypeMethodDescriptionstatic ConfigExtract
ConfigExtract.max
(int radius, float threshold, int ignoreBorder, boolean useStrictRule) static ConfigExtract
ConfigExtract.min
(int radius, float threshold, int ignoreBorder, boolean useStrictRule) ConfigExtract.setTo
(ConfigExtract src) -
Uses of ConfigExtract in boofcv.abst.feature.detect.interest
-
Uses of ConfigExtract in boofcv.factory.feature.detect.extract
Modifier and TypeMethodDescriptionstatic NonMaxSuppression
FactoryFeatureExtractor.nonmax
(@Nullable ConfigExtract config) Standard non-max feature extractor.static NonMaxSuppression
FactoryFeatureExtractor.nonmaxCandidate
(@Nullable ConfigExtract config) Non-max feature extractor which saves a candidate list of all the found local maximums..static NonMaxLimiter
FactoryFeatureExtractor.nonmaxLimiter
(@Nullable ConfigExtract configExtract, ConfigSelectLimit configSelect, int maxFeatures) Creates a non-maximum limiter using the specified configurationBOverrideFactoryFeatureExtractor.NonMax.process
(ConfigExtract config) BOverrideFactoryFeatureExtractor.NonMaxCandidate.process
(ConfigExtract config) -
Uses of ConfigExtract in boofcv.gui.feature
ModifierConstructorDescriptionControlPanelExtractor
(ConfigExtract config, ControlPanelExtractor.Listener listener)