|
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.Clip
Performs a clip operation on an image to an arbitrary min/max.
image is changed in all the methods of this class.
Supports GrayImage, RealGrayImage, ColorImage, RealColorImage.
| Field Summary | |
private float |
float_max
Maximum value of the clipping range. |
private float |
float_min
Minimum value of the clipping range. |
private int |
int_max
Maximum value of the clipping range. |
private int |
int_min
Minimum value of the clipping range. |
| Constructor Summary | |
Clip(float min,
float max)
Initilizes clip for use with floats. |
|
Clip(int min,
int max)
Initilizes Clip for use with integers. |
|
| Method Summary | |
protected Image |
apply(ColorImage image)
Clips the range of image to an arbitrary min/max. |
protected Image |
apply(ColorImage image,
ROI roi)
Clips the range of image to an arbitrary min/max in a Region of Interest. |
protected Image |
apply(GrayImage image)
Clips the range of image to an arbitrary min/max. |
protected Image |
apply(GrayImage image,
ROI roi)
Clips the range of image to an arbitrary min/max in a Region of Interest. |
protected Image |
apply(RealColorImage image)
Clips the range of this image to an arbitrary min/max in a Region of Interest. |
protected Image |
apply(RealColorImage image,
ROI roi)
Clips the range of this image to an arbitrary min/max in a Region of Interest. |
protected Image |
apply(RealGrayImage image)
Clips the range of image |
protected Image |
apply(RealGrayImage image,
ROI roi)
Clips the range of image to an arbitrary min/max 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 |
| Field Detail |
private int int_min
private int int_max
private float float_min
private float float_max
| Constructor Detail |
public Clip(int min,
int max)
public Clip(float min,
float max)
| Method Detail |
protected Image apply(GrayImage image)
image to an arbitrary min/max.
apply in class SimpleOperatorimage - GrayImage to clip.
image.
protected Image apply(GrayImage image,
ROI roi)
image to an arbitrary min/max 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 an arbitrary min/max.
- Overrides:
apply in class SimpleOperator
- Parameters:
image - RealGrayImage to clip.
- Returns:
image.
protected Image apply(RealGrayImage image,
ROI roi)
image to an arbitrary min/max 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 an arbitrary min/max. This done by clipping each plane separately.
apply in class SimpleOperatorimage - ColorImage to clip.
image.
protected Image apply(ColorImage image,
ROI roi)
image to an arbitrary min/max in a Region of Interest. This 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)
apply in class SimpleOperatorimage - RealColorImage to clip.
image.
protected Image apply(RealColorImage image,
ROI roi)
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 | ||||||||||