public abstract class Kernel1D extends KernelBase
offset, width| Constructor and Description |
|---|
Kernel1D() |
Kernel1D(int width) |
Kernel1D(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 index) |
public Kernel1D(int width)
public Kernel1D(int width,
int offset)
public Kernel1D()
public int getDimension()
KernelBasegetDimension in class KernelBasepublic abstract double getDouble(int index)