|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscenic.filter.Kernel
public abstract class Kernel
Abstract base class for 2d filter kernels.
| Constructor Summary | |
|---|---|
Kernel()
|
|
| Method Summary | |
|---|---|
ScenicImage |
createImage()
|
abstract double |
getValue(double x,
double y)
Returns the value of the filter kernel at the given point. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Kernel()
| Method Detail |
|---|
public abstract double getValue(double x,
double y)
x - x coordinate, in the range [-0.5 0.5]y - y coordinate, in the range [-0.5 0.5]
public ScenicImage createImage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||