public class OpenOp extends NullOp implements Parallelizable
Constructor and Description |
---|
OpenOp(Mask k)
Construct an OpenOp using the specificied structuring element
|
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dest) |
Mask |
getKernel()
Returns the structuring element used by this operation
|
void |
setKernel(Mask k)
Sets the structuring element used by this operation
|
createCompatibleDestImage, getBounds2D, getOpName, getPoint2D, getRenderingHints
public OpenOp(Mask k)
k
- -- the structuring element