|
|||||||||
| 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.GreyCloseOp
Performs the morphological operation of closing on a greyscale image.
| Constructor Summary | |
GreyCloseOp(GreyStructElement element)
Creates a GreyCloseOp that uses the specified structuring element. |
|
GreyCloseOp(GreyStructElement element,
boolean rescale)
Creates a GreyCloseOp 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 closing of a greyscale image. |
| Methods inherited from class com.pearsoneduc.ip.op.StandardGreyOp |
checkImage,
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 GreyCloseOp(GreyStructElement element)
element - structuring element
public GreyCloseOp(GreyStructElement element,
boolean rescale)
element - structuring element to be usedrescale - flag to indicate whether values will be rescaled| Method 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 | ||||||||