boofcv.alg.weights
Class WeightPixelGaussian_F32
- java.lang.Object
-
- boofcv.alg.weights.WeightPixelKernel_F32
-
- boofcv.alg.weights.WeightPixelGaussian_F32
-
- All Implemented Interfaces:
- WeightPixel_F32
public class WeightPixelGaussian_F32 extends WeightPixelKernel_F32
-
-
Constructor Summary
Constructors Constructor and Description WeightPixelGaussian_F32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsetRadius(int radiusX, int radiusY)Change the kernel's size-
Methods inherited from class boofcv.alg.weights.WeightPixelKernel_F32
getRadiusX, getRadiusY, weight, weightIndex
-
-
-
-
Method Detail
-
setRadius
public void setRadius(int radiusX, int radiusY)Description copied from interface:WeightPixel_F32Change the kernel's size- Parameters:
radiusX- Radius along x-axisradiusY- Radius along y-axis
-
-
DataMelt 3.0 © DataMelt by jWork.ORG