Class IntegralKernel

java.lang.Object
boofcv.alg.transform.ii.IntegralKernel

public class IntegralKernel extends Object
Convolution kernel for an integral image. Note that the bounds in the specified rectangle are inclusive. Normally the upper bounds are exclusive.
  • Field Details

    • blocks

      public ImageRectangle[] blocks
    • scales

      public int[] scales
  • Constructor Details

    • IntegralKernel

      public IntegralKernel(int numBlocks)
    • IntegralKernel

      public IntegralKernel()
  • Method Details

    • resizeBlocks

      public void resizeBlocks(int desired)
    • getNumBlocks

      public int getNumBlocks()
    • copy

      public IntegralKernel copy()