Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.WholeImageFilter
com.jhlabs.image.BinaryFilter
com.jhlabs.image.SkeletonFilter
public class SkeletonFilter
extends BinaryFilter
Field Summary |
Fields inherited from class com.jhlabs.image.BinaryFilter | |
blackFunction , colormap , iterations , newColor |
Fields inherited from class com.jhlabs.image.WholeImageFilter | |
originalSpace , transformedSpace |
Constructor Summary | |
Method Summary | |
protected int[] |
|
String |
|
Methods inherited from class com.jhlabs.image.BinaryFilter | |
getBlackFunction , getColormap , getIterations , getNewColor , setBlackFunction , setColormap , setIterations , setNewColor |
Methods inherited from class com.jhlabs.image.WholeImageFilter | |
filter , filterPixels , transformSpace |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone , createCompatibleDestImage , getBounds2D , getPoint2D , getRGB , getRenderingHints , setRGB |
protected int[] filterPixels(int width, int height, int[] inPixels, Rectangle transformedSpace)
- Overrides:
- filterPixels in interface WholeImageFilter
public String toString()