| 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 | 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 | |
| WeightPixelKernel_F32 |
Weight which uses the values contained in a
Kernel2D_F32. |
| WeightPixelUniform_F32 |
Weights from a uniform distribution within a symmetric square region.
|