Uses of Class
boofcv.factory.feature.detect.selector.ConfigSelectLimit
Packages that use ConfigSelectLimit
Package
Description
-
Uses of ConfigSelectLimit in boofcv.abst.feature.detect.interest
Fields in boofcv.abst.feature.detect.interest declared as ConfigSelectLimitModifier and TypeFieldDescriptionConfigFastHessian.selectorApproach used to select features when more than the maximum have been detectedConfigGeneralDetector.selectorSpecifies how the features are selected if more thanConfigGeneralDetector.maxFeatureshave been detectedConfigSiftDetector.selectorApproach used to select features when more than the maximum have been detected -
Uses of ConfigSelectLimit in boofcv.factory.feature.detect.extract
Methods in boofcv.factory.feature.detect.extract with parameters of type ConfigSelectLimitModifier and TypeMethodDescriptionstatic NonMaxLimiterFactoryFeatureExtractor.nonmaxLimiter(@Nullable ConfigExtract configExtract, ConfigSelectLimit configSelect, int maxFeatures) Creates a non-maximum limiter using the specified configuration -
Uses of ConfigSelectLimit in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest with parameters of type ConfigSelectLimitModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
InterestPointDetector<T>FactoryInterestPoint.createFast(@Nullable ConfigFastCorner configFast, int featureLimitPerSet, @Nullable ConfigSelectLimit configSelect, Class<T> imageType) Creates a Fast corner detector with no non-maximum suppression -
Uses of ConfigSelectLimit in boofcv.factory.feature.detect.selector
Methods in boofcv.factory.feature.detect.selector that return ConfigSelectLimitModifier and TypeMethodDescriptionConfigSelectLimit.copy()static ConfigSelectLimitConfigSelectLimit.selectBestN()static ConfigSelectLimitConfigSelectLimit.selectRandom(long seed) static ConfigSelectLimitConfigSelectLimit.selectUniform(double inverseRegionScale) ConfigSelectLimit.setTo(ConfigSelectLimit src) Methods in boofcv.factory.feature.detect.selector with parameters of type ConfigSelectLimitModifier and TypeMethodDescriptionstatic <Point> FeatureSelectLimitIntensity<Point>FactorySelectLimit.intensity(@Nullable ConfigSelectLimit config) Creates and returnsFeatureSelectLimitIntensityusing aconfiguration.static <Point extends GeoTuple<Point>>
FeatureSelectLimitIntensity<Point>FactorySelectLimit.intensity(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitIntensityusing aconfiguration.ConfigSelectLimit.setTo(ConfigSelectLimit src) static <Point extends GeoTuple<Point>>
FeatureSelectLimit<Point>FactorySelectLimit.spatial(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitusing aconfiguration.