|
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.Log
Performs the Log function on each pixel in this image. Supports GrayImage, RealGrayImage, ColorImage, RealColorImage.
Please note this class will always return a RealGrayImage or RealColorImage.
| Constructor Summary | |
Log()
Dummy Constructor |
|
| Method Summary | |
protected Image |
apply(ColorImage image)
Performs the Log function on a ColorImage. |
protected Image |
apply(ColorImage image,
ROI roi)
Performs the Log function on a ColorImage in a Region of Interest. |
protected Image |
apply(GrayImage image)
Performs the Log function on a GrayImage. |
protected Image |
apply(GrayImage image,
ROI roi)
Performs the Log function on a GrayImage in a Region of Interest. |
protected Image |
apply(RealColorImage image)
Performs the Log function on image. |
protected Image |
apply(RealColorImage image,
ROI roi)
Performs the Log function on image in a Region of Interest. |
protected Image |
apply(RealGrayImage image)
Performs the Log function on image. |
protected Image |
apply(RealGrayImage image,
ROI roi)
Performs the Log function on image 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 Log()
| Method Detail |
protected Image apply(GrayImage image)
image is not modified.
apply in class SimpleOperatorimage - GrayImage.
protected Image apply(RealGrayImage image)
image. image
is changed.
apply in class SimpleOperatorimage - RealGrayImage.
image.
protected Image apply(GrayImage image,
ROI roi)
image is not modified.
apply in class SimpleOperatorimage - GrayImage.roi - Region of Interest of image.
protected Image apply(RealGrayImage image,
ROI roi)
image in a Region of Interest.
apply in class SimpleOperatorimage - RealGrayImage.roi - Region of Interest of image.
image.protected Image apply(ColorImage image)
image is assumed to be in RGB colorspace.
Each color is conveted to HSV, and the Exp function is applied to the value (V).
The modified HSV value is converted back to RGB.
Returned Image is a RealColorImage. image is not modified.
apply in class SimpleOperatorimage - ColorImage.
protected Image apply(ColorImage image,
ROI roi)
image is assumed to be in RGB colorspace.
Each color value is conveted to HSV, and the Exp function is applied to the value (V).
The modified HSV value is converted back to RGB.
Returned Image is a RealColorImage. image is not modified.
apply in class SimpleOperatorimage - ColorImage.roi - Region of Interest of image.
protected Image apply(RealColorImage image)
image.
image is assumed to be in RGB colorspace.
Each color value is conveted to HSV, and the Exp function is applied to the value (V).
The modified HSV value is converted back to RGB.
apply in class SimpleOperatorimage - RealColorImage.
image.
protected Image apply(RealColorImage image,
ROI roi)
image in a Region of Interest.
image is assumed to be in RGB colorspace.
Each color value is conveted to HSV, and the Exp function is applied to the value (V).
The modified HSV value is converted back to RGB.
apply in class SimpleOperatorimage - RealColorImage.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 | ||||||||||