Uses of Interface
boofcv.alg.feature.detect.selector.SampleIntensity
-
Uses of SampleIntensity in boofcv.alg.feature.detect.selector
Modifier and TypeClassDescriptionstatic class
Implementation forPoint2D_F32
static class
Implementation forPoint2D_F64
static class
Implementation forPoint2D_I16
class
Uses the intensity value inScalePoint
to return the intensityModifier and TypeMethodDescriptionvoid
ConvertLimitToIntensity.setSampler
(SampleIntensity<Point> sampler) void
FeatureSelectLimitIntensity.setSampler
(SampleIntensity<Point> sampler) Specifies how the intensity will be sampled.void
FeatureSelectNBest.setSampler
(SampleIntensity<Point> sampler) void
FeatureSelectUniformBest.setSampler
(SampleIntensity<Point> sampler) ModifierConstructorDescriptionFeatureSelectNBest
(SampleIntensity<Point> sampler) FeatureSelectUniformBest
(SampleIntensity<Point> sampler) -
Uses of SampleIntensity in boofcv.factory.feature.detect.selector
Modifier and TypeMethodDescriptionstatic <Point extends GeoTuple<Point>>
SampleIntensity<Point>FactorySelectLimit.imageSampler
(Class<Point> type) Creates the correctSampleIntensityImage
for the given point type