Uses of Interface
boofcv.alg.weights.WeightPixel_F32
Packages that use WeightPixel_F32
-
Uses of WeightPixel_F32 in boofcv.alg.feature.detect.peak
Fields in boofcv.alg.feature.detect.peak declared as WeightPixel_F32Constructors in boofcv.alg.feature.detect.peak with parameters of type WeightPixel_F32ModifierConstructorDescriptionMeanShiftPeak
(int maxIterations, float convergenceTol, WeightPixel_F32 weights, boolean odd, Class<T> imageType, BorderType borderType) Configures search. -
Uses of WeightPixel_F32 in boofcv.alg.weights
Classes in boofcv.alg.weights that implement WeightPixel_F32Modifier and TypeClassDescriptionclass
Implementation ofWeightPixelKernel_F32
for Gaussian kernels.class
Weight which uses the values contained in aKernel2D_F32
.class
Weights from a uniform distribution within a symmetric square region. -
Uses of WeightPixel_F32 in boofcv.factory.weights
Methods in boofcv.factory.weights that return WeightPixel_F32Modifier and TypeMethodDescriptionstatic WeightPixel_F32
FactoryWeights.pixel
(WeightType type, boolean safe) Creates a weight function for the provided distributions.