com.jhlabs.image
Class MaximumFilter
- BufferedImageOp, Cloneable
public class MaximumFilter
A filter which replcaes each pixel by the maximum of itself and its eight neightbours.
protected int[] | filterPixels(int width, int height, int[] inPixels, Rectangle transformedSpace)
|
String | toString()
|
MaximumFilter
public MaximumFilter()
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
- filterPixels in interface WholeImageFilter
toString
public String toString()