Package boofcv.alg.feature.detect.selector
package boofcv.alg.feature.detect.selector
-
ClassDescriptionConvertLimitToIntensity<Point>Converts
FeatureSelectLimit
intoFeatureSelectLimitIntensity
.FeatureSelectLimit<Point>Selects a subset of the features inside the image until it hits the requested number.FeatureSelectLimitIntensity<Point>Selects features inside the image until it hits a limit.FeatureSelectN<Point>Selects features periodically in the order they were detected until it hits the limit.FeatureSelectNBest<Point>Selects and sorts up to the N best features based on their intensity.FeatureSelectRandom<Point>Randomly selects features up to the limit from the set of detected.FeatureSelectUniform<Point>Attempts to select features uniformly across the image.Implementation forPoint2D_F32
Implementation forPoint2D_F64
Implementation forPoint2D_I16
FeatureSelectUniform.Info<Point>Info for each cellFeatureSelectUniformBest<Point>Attempts to select features uniformly across the image with a preference for locally more intense features.Info for each cellSampleIntensity<Point>Samples the intensity at the specified point.Classes for sampling the intensity imageImplementation forPoint2D_F32
Implementation forPoint2D_F64
Implementation forPoint2D_I16
Uses the intensity value inScalePoint
to return the intensity