|
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.levelOps.ClipNeg
Clips all negative values in an image to zero.
image is changed in all the methods of this class.
Supports GrayImage, RealGrayImage, ColorImage, RealColorImage.
| Constructor Summary | |
ClipNeg()
Dummy Constructor |
|
| Method Summary | |
protected Image |
apply(ColorImage image)
Clips the range of image to zero in a Region of Interest. |
protected Image |
apply(ColorImage image,
ROI roi)
Clips the range of image to zero in a Region of Interest. |
protected Image |
apply(GrayImage image)
Clips the range of image to zero. |
protected Image |
apply(GrayImage image,
ROI roi)
Clips the range of image to zero in a Region of Interest. |
protected Image |
apply(RealColorImage image)
Clips the range of image to zero in a Region of Interest. |
protected Image |
apply(RealColorImage image,
ROI roi)
Clips the range of image to zero in a Region of Interest. |
protected Image |
apply(RealGrayImage image)
Clips the range of image to zero. |
protected Image |
apply(RealGrayImage image,
ROI roi)
Clips the range of image to zero in a Region of Interest. |
static void |
main(String[] argv)
For commandline opertion. |
| 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 |
| Constructor Detail |
public ClipNeg()
| Method Detail |
protected Image apply(GrayImage image)
image to zero.
apply in class SimpleOperatorimage - GrayImage to clip.
image.
protected Image apply(GrayImage image,
ROI roi)
image to zero in a Region of Interest.
apply in class SimpleOperatorimage - GrayImage to clip.roi - Region of Interest of image.
image.protected Image apply(RealGrayImage image)
image to zero.
apply in class SimpleOperatorimage - RealGrayImage to clip.
image.
protected Image apply(RealGrayImage image,
ROI roi)
image to zero in a Region of Interest.
apply in class SimpleOperatorimage - RealGrayImage to clip.roi - Region of Interest of image.
image.protected Image apply(ColorImage image)
image to zero in a Region of Interest. This is done by clipping each plane separately.
apply in class SimpleOperatorimage - ColorImage to clip.
image.
protected Image apply(ColorImage image,
ROI roi)
image to zero in a Region of Interest. This is done by clipping each plane separately.
apply in class SimpleOperatorimage - ColorImage to clip.roi - Region of Interest of image.
image.protected Image apply(RealColorImage image)
image to zero in a Region of Interest. This is done by clipping each plane separately.
apply in class SimpleOperatorimage - RealColorImage to clip.
image.
protected Image apply(RealColorImage image,
ROI roi)
image to zero in a Region of Interest. This is done by clipping each plane separately.
apply in class SimpleOperatorimage - RealColorImage to clip.roi - Region of Interest of image.
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 | ||||||||||