Package boofcv.alg.weights
package boofcv.alg.weights
-
ClassDescriptionConverts the distance a sample is into a weight.The distribution is a cropped Gaussian distribution with mean at 0.A uniform distribution from 0 to maxDistance, inclusive.Used to get the weight for a pixel from a kernel in 2D space.Implementation of
WeightPixelKernel_F32
for Gaussian kernels.Weight which uses the values contained in aKernel2D_F32
.Weights from a uniform distribution within a symmetric square region.