Uses of Interface
boofcv.alg.feature.detect.selector.FeatureSelectLimitIntensity
Package
Description
-
Uses of FeatureSelectLimitIntensity in boofcv.abst.feature.detect.extract
ModifierConstructorDescriptionNonMaxLimiter
(NonMaxSuppression nonmax, FeatureSelectLimitIntensity<NonMaxLimiter.LocalExtreme> selector, int maxTotalFeatures) Configures the limiter -
Uses of FeatureSelectLimitIntensity in boofcv.alg.feature.detect.interest
Modifier and TypeFieldDescriptionprotected FeatureSelectLimitIntensity<Point2D_I16>
GeneralFeatureDetector.selectMax
ModifierConstructorDescriptionFastHessianFeatureDetector
(NonMaxSuppression extractor, FeatureSelectLimitIntensity<Point2D_I16> selectFeaturesInScale, FeatureSelectLimitIntensity<ScalePoint> selectFeaturesAll, int initialSampleRate, int initialSize, int numberScalesPerOctave, int numberOfOctaves, int scaleStepSize) Defines the feature detector by specifying the size of features.GeneralFeatureDetector
(GeneralFeatureIntensity<I, D> intensity, @Nullable NonMaxSuppression extractorMin, @Nullable NonMaxSuppression extractorMax, FeatureSelectLimitIntensity<Point2D_I16> selectMax) Specifies which algorithms to use and configures the detector.SiftDetector
(FeatureSelectLimitIntensity<ScalePoint> selectFeaturesAll, double edgeR, NonMaxLimiter extractor) Configures SIFT detector -
Uses of FeatureSelectLimitIntensity in boofcv.alg.feature.detect.selector
Modifier and TypeClassDescriptionclass
ConvertLimitToIntensity<Point>
ConvertsFeatureSelectLimit
intoFeatureSelectLimitIntensity
.class
FeatureSelectNBest<Point>
Selects and sorts up to the N best features based on their intensity.class
FeatureSelectUniformBest<Point>
Attempts to select features uniformly across the image with a preference for locally more intense features. -
Uses of FeatureSelectLimitIntensity in boofcv.factory.feature.detect.extract
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
GeneralFeatureDetector<I,D> FactoryFeatureExtractor.general
(GeneralFeatureIntensity<I, D> intensity, @Nullable NonMaxSuppression extractorMin, @Nullable NonMaxSuppression extractorMax, FeatureSelectLimitIntensity<Point2D_I16> selector, int maxFeatures) Creates a generalized feature detector/extractor that adds n-best capability toNonMaxSuppression
and performs other house keeping tasks. -
Uses of FeatureSelectLimitIntensity in boofcv.factory.feature.detect.selector
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
.