Uses of Interface
boofcv.alg.feature.detect.selector.FeatureSelectLimitIntensity
Packages that use FeatureSelectLimitIntensity
Package
Description
-
Uses of FeatureSelectLimitIntensity in boofcv.abst.feature.detect.extract
Constructors in boofcv.abst.feature.detect.extract with parameters of type FeatureSelectLimitIntensityModifierConstructorDescriptionNonMaxLimiter(NonMaxSuppression nonmax, FeatureSelectLimitIntensity<NonMaxLimiter.LocalExtreme> selector, int maxTotalFeatures) Configures the limiter -
Uses of FeatureSelectLimitIntensity in boofcv.alg.feature.detect.interest
Fields in boofcv.alg.feature.detect.interest declared as FeatureSelectLimitIntensityModifier and TypeFieldDescriptionprotected FeatureSelectLimitIntensity<Point2D_I16>GeneralFeatureDetector.selectMaxConstructors in boofcv.alg.feature.detect.interest with parameters of type FeatureSelectLimitIntensityModifierConstructorDescriptionFastHessianFeatureDetector(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
Classes in boofcv.alg.feature.detect.selector that implement FeatureSelectLimitIntensityModifier and TypeClassDescriptionclassConvertLimitToIntensity<Point>ConvertsFeatureSelectLimitintoFeatureSelectLimitIntensity.classFeatureSelectNBest<Point>Selects and sorts up to the N best features based on their intensity.classFeatureSelectUniformBest<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
Methods in boofcv.factory.feature.detect.extract with parameters of type FeatureSelectLimitIntensityModifier 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 toNonMaxSuppressionand performs other house keeping tasks. -
Uses of FeatureSelectLimitIntensity in boofcv.factory.feature.detect.selector
Methods in boofcv.factory.feature.detect.selector that return FeatureSelectLimitIntensityModifier 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.