Package boofcv.alg.feature.detect.selector
package boofcv.alg.feature.detect.selector
-
ClassDescriptionConvertLimitToIntensity<Point>Converts
FeatureSelectLimitintoFeatureSelectLimitIntensity.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_F32Implementation forPoint2D_F64Implementation forPoint2D_I16FeatureSelectUniform.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_F32Implementation forPoint2D_F64Implementation forPoint2D_I16Uses the intensity value inScalePointto return the intensity