|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--NotchFilter
Class containing method to apply a notch filter to an image.
| Constructor Summary | |
NotchFilter()
|
|
| Method Summary | |
static TwoDArray |
notch(TwoDArray input,
int w,
int r)
Method to apply notch filter to image by setting pixels within width of the x and y axes to (0,0) but leaving all pixels within radius of (0,0) untouched. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public NotchFilter()
| Method Detail |
public static TwoDArray notch(TwoDArray input,
int w,
int r)
input - TwoDArray representing the input image.w - Width of the notch in pixels.r - Radius of the area centred on (0,0) to be left intact.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||