|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Gaussian
Class containing method to apply a gaussian filter to an image.
| Constructor Summary | |
Gaussian()
|
|
| Method Summary | |
static TwoDArray |
smooth(TwoDArray input,
int x,
int y,
double size)
Method to apply a gaussian 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 Gaussian()
| Method Detail |
public static TwoDArray smooth(TwoDArray input,
int x,
int y,
double size)
input - TwoDArray representing the image.x,y - the position of the centre of the filtersize - the size of the filter.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||