Uses of Interface
boofcv.alg.weights.WeightPixel_F32
-
Uses of WeightPixel_F32 in boofcv.alg.feature.detect.peak
ModifierConstructorDescriptionMeanShiftPeak
(int maxIterations, float convergenceTol, WeightPixel_F32 weights, boolean odd, Class<T> imageType, BorderType borderType) Configures search. -
Uses of WeightPixel_F32 in boofcv.alg.weights
Modifier 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
Modifier and TypeMethodDescriptionstatic WeightPixel_F32
FactoryWeights.pixel
(WeightType type, boolean safe) Creates a weight function for the provided distributions.