Uses of Class
boofcv.factory.feature.detect.selector.ConfigSelectLimit
Package
Description
-
Uses of ConfigSelectLimit in boofcv.abst.feature.detect.interest
Modifier and TypeFieldDescriptionConfigFastHessian.selector
Approach used to select features when more than the maximum have been detectedConfigGeneralDetector.selector
Specifies how the features are selected if more thanConfigGeneralDetector.maxFeatures
have been detectedConfigSiftDetector.selector
Approach used to select features when more than the maximum have been detected -
Uses of ConfigSelectLimit 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 -
Uses of ConfigSelectLimit in boofcv.factory.feature.detect.interest
Modifier 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
Modifier and TypeMethodDescriptionConfigSelectLimit.copy()
static ConfigSelectLimit
ConfigSelectLimit.selectBestN()
static ConfigSelectLimit
ConfigSelectLimit.selectRandom
(long seed) static ConfigSelectLimit
ConfigSelectLimit.selectUniform
(double inverseRegionScale) ConfigSelectLimit.setTo
(ConfigSelectLimit src) Modifier and TypeMethodDescriptionstatic <Point> FeatureSelectLimitIntensity<Point>
FactorySelectLimit.intensity
(@Nullable ConfigSelectLimit config) Creates and returnsFeatureSelectLimitIntensity
using aconfiguration
.static <Point extends GeoTuple<Point>>
FeatureSelectLimitIntensity<Point>FactorySelectLimit.intensity
(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimitIntensity
using aconfiguration
.ConfigSelectLimit.setTo
(ConfigSelectLimit src) static <Point extends GeoTuple<Point>>
FeatureSelectLimit<Point>FactorySelectLimit.spatial
(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimit
using aconfiguration
.