Uses of Interface
boofcv.alg.feature.detect.selector.FeatureSelectLimit
Package
Description
-
Uses of FeatureSelectLimit in boofcv.abst.feature.detect.interest
Modifier and TypeFieldDescriptionprotected FeatureSelectLimit<Point2D_I16>
FastToInterestPoint.selectLimit
ModifierConstructorDescriptionFastToInterestPoint
(FastCornerDetector<T> detector, FeatureSelectLimit<Point2D_I16> selectLimit) -
Uses of FeatureSelectLimit in boofcv.alg.feature.detect.selector
Modifier 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
-
Uses of FeatureSelectLimit in boofcv.factory.feature.detect.selector
Modifier and TypeMethodDescriptionstatic <Point extends GeoTuple<Point>>
FeatureSelectLimit<Point>FactorySelectLimit.spatial
(@Nullable ConfigSelectLimit config, Class<Point> type) Creates and returnsFeatureSelectLimit
using aconfiguration
.