public abstract class Kernel2D
extends java.lang.Object
Constructor and Description |
---|
Kernel2D(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getBounds() |
abstract Kernel2D |
getColVector() |
int |
getHeight() |
abstract Kernel2D |
getRowVector() |
abstract float |
getValue(int col,
int row) |
int |
getWidth() |
abstract boolean |
isSeperable() |
public java.awt.Rectangle getBounds()
public int getWidth()
public int getHeight()
public abstract boolean isSeperable()
public abstract float getValue(int col, int row)
public abstract Kernel2D getRowVector()
public abstract Kernel2D getColVector()