public class MedianFilter extends WholeImageFilter
originalSpace, transformedSpace| Constructor and Description |
|---|
MedianFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
Actually filter the pixels.
|
String |
toString() |
filter, transformSpacecreateCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBprotected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
WholeImageFilterfilterPixels in class WholeImageFilterwidth - the image widthheight - the image heightinPixels - the image pixelstransformedSpace - the output boundsCopyright © 2020. All rights reserved.