Package boofcv.alg.weights
Class WeightPixelGaussian_F32
java.lang.Object
boofcv.alg.weights.WeightPixelKernel_F32
boofcv.alg.weights.WeightPixelGaussian_F32
- All Implemented Interfaces:
WeightPixel_F32
Implementation of
WeightPixelKernel_F32
for Gaussian kernels.-
Field Summary
Fields inherited from class boofcv.alg.weights.WeightPixelKernel_F32
kernel
-
Constructor Summary
-
Method Summary
Methods inherited from class boofcv.alg.weights.WeightPixelKernel_F32
getRadiusX, getRadiusY, weight, weightIndex
-
Constructor Details
-
WeightPixelGaussian_F32
public WeightPixelGaussian_F32()
-
-
Method Details
-
setRadius
public void setRadius(int radiusX, int radiusY, boolean odd) Description copied from interface:WeightPixel_F32
Change the kernel's size- Parameters:
radiusX
- Radius along x-axisradiusY
- Radius along y-axisodd
- If odd then the width will be 2*radius+1, otherwise 2*radius
-
isOdd
public boolean isOdd()Description copied from interface:WeightPixel_F32
If the width is an even or odd number
-