public abstract class Kernel2D extends KernelBase
offset, width| Modifier | Constructor and Description |
|---|---|
protected |
Kernel2D() |
protected |
Kernel2D(int width) |
protected |
Kernel2D(int width,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDimension()
Returns the dimension of this kernel, 1D or 2D.
|
abstract double |
getDouble(int x,
int y) |
protected Kernel2D(int width,
int offset)
protected Kernel2D(int width)
protected Kernel2D()
public int getDimension()
KernelBasegetDimension in class KernelBasepublic abstract double getDouble(int x,
int y)