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.selectLimitConstructors 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 TypeClassDescriptionclassFeatureSelectN<Point>Selects features periodically in the order they were detected until it hits the limit.classFeatureSelectRandom<Point>Randomly selects features up to the limit from the set of detected.classFeatureSelectUniform<Point>Attempts to select features uniformly across the image.static classImplementation forPoint2D_F32static classImplementation forPoint2D_F64static classImplementation forPoint2D_I16Constructors 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 returnsFeatureSelectLimitusing aconfiguration.