Uses of Class
boofcv.abst.feature.detect.extract.ConfigExtract
Packages that use ConfigExtract
Package
Description
-
Uses of ConfigExtract in boofcv.abst.feature.detect.extract
Methods in boofcv.abst.feature.detect.extract that return ConfigExtractModifier and TypeMethodDescriptionstatic ConfigExtractConfigExtract.max(int radius, float threshold, int ignoreBorder, boolean useStrictRule) static ConfigExtractConfigExtract.min(int radius, float threshold, int ignoreBorder, boolean useStrictRule) ConfigExtract.setTo(ConfigExtract src) Methods in boofcv.abst.feature.detect.extract with parameters of type ConfigExtract -
Uses of ConfigExtract in boofcv.abst.feature.detect.interest
Subclasses of ConfigExtract in boofcv.abst.feature.detect.interestFields in boofcv.abst.feature.detect.interest declared as ConfigExtractModifier and TypeFieldDescriptionConfigFastHessian.extractConfiguration for non-maximum thresholdingConfigSiftDetector.extractConfigures non-maximum feature detector across the imageConstructors in boofcv.abst.feature.detect.interest with parameters of type ConfigExtract -
Uses of ConfigExtract in boofcv.factory.feature.detect.extract
Methods in boofcv.factory.feature.detect.extract with parameters of type ConfigExtractModifier and TypeMethodDescriptionstatic NonMaxSuppressionFactoryFeatureExtractor.nonmax(@Nullable ConfigExtract config) Standard non-max feature extractor.static NonMaxSuppressionFactoryFeatureExtractor.nonmaxCandidate(@Nullable ConfigExtract config) Non-max feature extractor which saves a candidate list of all the found local maximums..static NonMaxLimiterFactoryFeatureExtractor.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
Fields in boofcv.gui.feature declared as ConfigExtractConstructors in boofcv.gui.feature with parameters of type ConfigExtractModifierConstructorDescriptionControlPanelExtractor(ConfigExtract config, ControlPanelExtractor.Listener listener)