public class IntegralKernel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ImageRectangle[] |
blocks |
int[] |
scales |
| Constructor and Description |
|---|
IntegralKernel() |
IntegralKernel(int numBlocks) |
| Modifier and Type | Method and Description |
|---|---|
IntegralKernel |
copy() |
int |
getNumBlocks() |
public ImageRectangle[] blocks
public int[] scales
public IntegralKernel(int numBlocks)
public IntegralKernel()
public int getNumBlocks()
public IntegralKernel copy()