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
Implementation of WeightPixelKernel_F32 for Gaussian kernels.
  • 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-axis
      radiusY - Radius along y-axis
      odd - 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