Uses of Interface
boofcv.alg.feature.detect.selector.SampleIntensity
Packages that use SampleIntensity
-
Uses of SampleIntensity in boofcv.alg.feature.detect.selector
Classes in boofcv.alg.feature.detect.selector that implement SampleIntensityModifier and TypeClassDescriptionstatic classImplementation forPoint2D_F32static classImplementation forPoint2D_F64static classImplementation forPoint2D_I16classUses the intensity value inScalePointto return the intensityMethods in boofcv.alg.feature.detect.selector with parameters of type SampleIntensityModifier and TypeMethodDescriptionvoidConvertLimitToIntensity.setSampler(SampleIntensity<Point> sampler) voidFeatureSelectLimitIntensity.setSampler(SampleIntensity<Point> sampler) Specifies how the intensity will be sampled.voidFeatureSelectNBest.setSampler(SampleIntensity<Point> sampler) voidFeatureSelectUniformBest.setSampler(SampleIntensity<Point> sampler) Constructors in boofcv.alg.feature.detect.selector with parameters of type SampleIntensityModifierConstructorDescriptionFeatureSelectNBest(SampleIntensity<Point> sampler) FeatureSelectUniformBest(SampleIntensity<Point> sampler) -
Uses of SampleIntensity in boofcv.factory.feature.detect.selector
Methods in boofcv.factory.feature.detect.selector that return SampleIntensityModifier and TypeMethodDescriptionstatic <Point extends GeoTuple<Point>>
SampleIntensity<Point>FactorySelectLimit.imageSampler(Class<Point> type) Creates the correctSampleIntensityImagefor the given point type