boofcv.alg.transform.ii
Class IntegralKernel
- java.lang.Object
-
- boofcv.alg.transform.ii.IntegralKernel
-
public class IntegralKernel extends java.lang.ObjectConvolution kernel for an integral image. Note that the bounds in the specified rectangle are inclusive. Normally the upper bounds are exclusive.
-
-
Field Summary
Fields Modifier and Type Field and Description ImageRectangle[]blocksint[]scales
-
Constructor Summary
Constructors Constructor and Description IntegralKernel()IntegralKernel(int numBlocks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IntegralKernelcopy()intgetNumBlocks()
-
-
-
Field Detail
-
blocks
public ImageRectangle[] blocks
-
scales
public int[] scales
-
-
Constructor Detail
-
IntegralKernel
public IntegralKernel(int numBlocks)
-
IntegralKernel
public IntegralKernel()
-
-
Method Detail
-
getNumBlocks
public int getNumBlocks()
-
copy
public IntegralKernel copy()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG