com.jhlabs.image
Class MinimumFilter
- BufferedImageOp, Cloneable
public class MinimumFilter
A filter which replcaes each pixel by the mimimum of itself and its eight neightbours.
protected int[] | filterPixels(int width, int height, int[] inPixels, Rectangle transformedSpace) - Actually filter the pixels.
|
String | toString()
|
MinimumFilter
public MinimumFilter()
Construct a WholeImageFilter.
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
Actually filter the pixels.
- filterPixels in interface WholeImageFilter
width
- the image widthheight
- the image heightinPixels
- the image pixelstransformedSpace
- the output bounds
toString
public String toString()