|
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.GClose
GClose performs a close operation on an image. Supports GrayImage, RealGrayImage, ColorImage, RealColorImage.
| Field Summary | |
private int |
center_x
|
private int |
center_y
|
private ImageKernel |
kernel
|
| Constructor Summary | |
GClose(ImageKernel ker,
int x,
int y)
Initilizes Close ker ImageKernel x center x value y center y value |
|
| Method Summary | |
protected Image |
apply(ColorImage image)
Closes a ColorImage. |
protected Image |
apply(ColorImage image,
ROI roi)
Closes a ColorImage in a Region of Interest. |
protected Image |
apply(GrayImage image)
Closes a GrayImage. |
protected Image |
apply(GrayImage image,
ROI roi)
Closes a GrayImage in a Region of Interest. |
protected Image |
apply(RealColorImage image)
Closes a RealColorImage in a Region of Interest. |
protected Image |
apply(RealColorImage image,
ROI roi)
Closes a RealColorImage in a Region of Interest. |
protected Image |
apply(RealGrayImage image)
Closes a RealGrayImage. |
protected Image |
apply(RealGrayImage image,
ROI roi)
Closes a RealGrayImage 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 |
| 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 GClose(ImageKernel ker,
int x,
int y)
| Method Detail |
protected Image apply(GrayImage image)
image is not modified.
apply in class SimpleOperatorimage - GrayImage to close.
protected Image apply(RealGrayImage image)
image is not modified.
apply in class SimpleOperatorimage - RealGrayImage to close.
protected Image apply(GrayImage image,
ROI roi)
image is not modified.
apply in class SimpleOperatorimage - GrayImage to close.roi - Region of Interest of image.
protected Image apply(RealGrayImage image,
ROI roi)
image is not modified.
apply in class SimpleOperatorimage - RealGrayImage to close.roi - Region of Interest of image.
protected Image apply(ColorImage image)
image is not modified.
apply in class SimpleOperatorimage - ColorImage to close.
protected Image apply(ColorImage image,
ROI roi)
image is not modified.
apply in class SimpleOperatorimage - ColorImage to close.roi - Region of Interest of image.
protected Image apply(RealColorImage image)
image is not modified.
apply in class SimpleOperatorimage - RealColorImage to close.
protected Image apply(RealColorImage image,
ROI roi)
image is not modified.
apply in class SimpleOperatorimage - RealColorImage to close.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 | ||||||||||