Uses of Interface
boofcv.alg.feature.detect.selector.FeatureSelectLimit
Packages that use FeatureSelectLimit
Package
Description
-
Uses of FeatureSelectLimit in boofcv.abst.feature.detect.interest
Fields in boofcv.abst.feature.detect.interest declared as FeatureSelectLimitModifier and TypeFieldDescriptionprotected FeatureSelectLimit<Point2D_I16>
FastToInterestPoint.selectLimit
Constructors in boofcv.abst.feature.detect.interest with parameters of type FeatureSelectLimitModifierConstructorDescriptionFastToInterestPoint
(FastCornerDetector<T> detector, FeatureSelectLimit<Point2D_I16> selectLimit) -
Uses of FeatureSelectLimit in boofcv.alg.feature.detect.selector
Classes in boofcv.alg.feature.detect.selector that implement FeatureSelectLimitModifier and TypeClassDescriptionclass
FeatureSelectN<Point>
Selects features periodically in the order they were detected until it hits the limit.class
FeatureSelectRandom<Point>
Randomly selects features up to the limit from the set of detected.class
FeatureSelectUniform<Point>
Attempts to select features uniformly across the image.static class
Implementation forPoint2D_F32
static class
Implementation forPoint2D_F64
static class
Implementation forPoint2D_I16
Constructors in boofcv.alg.feature.detect.selector with parameters of type FeatureSelectLimit -
Uses of FeatureSelectLimit in boofcv.factory.feature.detect.selector
Methods in boofcv.factory.feature.detect.selector that return FeatureSelectLimitModifier and TypeMethodDescriptionstatic <Point extends GeoTuple<Point>>
FeatureSelectLimit<Point>FactorySelectLimit.spatial
(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimit
using aconfiguration
.