public class SeperableKernel extends Kernel2D
| Constructor and Description |
|---|
SeperableKernel(float[] rowVector,
float[] colVector) |
| Modifier and Type | Method and Description |
|---|---|
Kernel2D |
getColVector() |
Kernel2D |
getRowVector() |
float |
getValue(int col,
int row) |
boolean |
isSeperable() |
public boolean isSeperable()
isSeperable in class Kernel2Dpublic Kernel2D getRowVector()
getRowVector in class Kernel2Dpublic Kernel2D getColVector()
getColVector in class Kernel2D