Package boofcv.alg.transform.ii
Class IntegralKernel
java.lang.Object
boofcv.alg.transform.ii.IntegralKernel
Convolution kernel for an integral image. Note that the bounds in the specified
rectangle are inclusive. Normally the upper bounds are exclusive.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
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
-