public class NonSeperableKernel extends Kernel2D
Constructor and Description |
---|
NonSeperableKernel(int width,
int height,
float[] values) |
Modifier and Type | Method and Description |
---|---|
Kernel2D |
getColVector() |
Kernel2D |
getRowVector() |
float |
getValue(int col,
int row) |
boolean |
isSeperable() |
public NonSeperableKernel(int width, int height, float[] values)
public Kernel2D getRowVector()
getRowVector
in class Kernel2D
public Kernel2D getColVector()
getColVector
in class Kernel2D
public boolean isSeperable()
isSeperable
in class Kernel2D