|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--FreqFilter
Class containing method to apply a frequency filter to an image.
Constructor Summary | |
FreqFilter()
|
Method Summary | |
static TwoDArray |
filter(TwoDArray input,
boolean flag,
int r)
Method to apply a high or low pass filter to an image. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FreqFilter()
Method Detail |
public static TwoDArray filter(TwoDArray input, boolean flag, int r)
input
- TwoDArray representing the image.h
- boolean true - highpass, false - lowpass.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |