|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jigl.image.SimpleOperator
|
+--jigl.image.ops.morph.Dilate
Dilate performs a dilate operation on an image. Supports BinaryImage.
| Field Summary | |
private int |
center_x
|
private int |
center_y
|
private ImageKernel |
kernel
|
| Constructor Summary | |
Dilate(ImageKernel ker,
int x,
int y)
Initilizes Dilate |
|
| Method Summary | |
protected Image |
apply(BinaryImage image)
Dilates a BinaryImage. |
protected Image |
apply(BinaryImage image,
ROI roi)
Dilates a BinaryImage in a Region of Interest. |
static void |
main(String[] argv)
For commandline option. |
| Methods inherited from class jigl.image.SimpleOperator |
apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private ImageKernel kernel
private int center_x
private int center_y
| Constructor Detail |
public Dilate(ImageKernel ker,
int x,
int y)
ker - structuring element.x - x coordinate of center of element.y - y coordinate of center of element.| Method Detail |
protected Image apply(BinaryImage image)
image is not modified.
apply in class SimpleOperatorimage - BinaryImage to dilate.
protected Image apply(BinaryImage image,
ROI roi)
image is not modified.
apply in class SimpleOperatorimage - BinaryImage to dilate.roi - Region of Interest of image.
public static void main(String[] argv)
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||