| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--DefinableNotch
Class containing method to apply a rectangular notch filter to an image.
| Constructor Summary | |
DefinableNotch()
 | 
|
| Method Summary | |
static TwoDArray | 
filter(TwoDArray input,
       int[] coords,
       int type)
Method to apply a rectangular notch 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 DefinableNotch()
| Method Detail | 
public static TwoDArray filter(TwoDArray input,
                               int[] coords,
                               int type)
input - TwoDArray representing image.coords - int array representing 
 topleft and bottom right coordinates.type - 0 or 1, 0 remove area, 1 remove everything but area.
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||