| Modifier and Type | Field and Description |
|---|---|
int |
width |
| Modifier | Constructor and Description |
|---|---|
protected |
KernelBase() |
protected |
KernelBase(int width) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getDimension()
Returns the dimension of this kernel, 1D or 2D.
|
int |
getRadius()
The radius is defined as the width divided by two.
|
int |
getWidth()
The kernel's width.
|
abstract boolean |
isInteger() |
public int getWidth()
public int getRadius()
public abstract int getDimension()
public abstract boolean isInteger()
Copyright © 2013. All Rights Reserved.