|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.pearsoneduc.ip.op.StandardGreyOp | +--com.pearsoneduc.ip.op.BinaryMorphologicalOp | +--com.pearsoneduc.ip.op.BinaryDilateOp
Performs the morphological operation of dilation on a binary image. 'Binary image' is taken here to mean a greyscale image with just two values, one of which is zero.
Fields inherited from class com.pearsoneduc.ip.op.BinaryMorphologicalOp |
nonZeroValue |
Constructor Summary | |
BinaryDilateOp(BinaryStructElement element)
Creates a BinaryDilateOp that uses the specified structuring element. |
Method Summary | |
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dest)
Performs morphological dilation of a binary image. |
Methods inherited from class com.pearsoneduc.ip.op.BinaryMorphologicalOp |
checkImage |
Methods inherited from class com.pearsoneduc.ip.op.StandardGreyOp |
createCompatibleDestImage,
getBounds2D,
getPoint2D,
getRenderingHints |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BinaryDilateOp(BinaryStructElement element)
element
- structuring elementMethod Detail |
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dest)
src
- source imagedest
- destination image, or null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |