Package boofcv.alg.weights
-
Interface Summary Interface Description WeightDistance_F32 Converts the distance a sample is into a weight.WeightPixel_F32 Used to get the weight for a pixel from a kernel in 2D space. -
Class Summary Class Description WeightDistanceSqGaussian_F32 The distribution is a cropped Gaussian distribution with mean at 0.WeightDistanceUniform_F32 A uniform distribution from 0 to maxDistance, inclusive.WeightPixelGaussian_F32 Implementation ofWeightPixelKernel_F32
for Gaussian kernels.WeightPixelKernel_F32 Weight which uses the values contained in aKernel2D_F32
.WeightPixelUniform_F32 Weights from a uniform distribution within a symmetric square region.