|
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.ByteSize
Performs a ByteSize operation on an image.
image is changed in all the methods of this class.
Supports GrayImage, RealGrayImage, ColorImage and
RealColorImage.
ByteSize operation is to scale the range of each plane of an image to [0..255].
| Constructor Summary | |
ByteSize()
Constructor. |
|
| Method Summary | |
protected Image |
apply(ColorImage image)
ByteSizes the range of image. |
protected Image |
apply(GrayImage image)
ByteSizes the range of image. |
protected Image |
apply(RealColorImage image)
ByteSizes the range of image. |
protected Image |
apply(RealGrayImage image)
ByteSizes the range of image. |
static void |
main(String[] argv)
For commandline operation. |
| Methods inherited from class jigl.image.SimpleOperator |
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 |
| Constructor Detail |
public ByteSize()
| Method Detail |
protected Image apply(GrayImage image)
image.
apply in class SimpleOperatorimage - GrayImage to byte-size.
image.protected Image apply(RealGrayImage image)
image.
apply in class SimpleOperatorimage - RealGrayImage to byte-size
imageprotected Image apply(ColorImage image)
image.
The range used for all planes is the global maximum, minimum of the image.
apply in class SimpleOperatorimage - ColorImage to byte-size.
image.protected Image apply(RealColorImage image)
image. The range used for all planes is the global max, min of the image.
apply in class SimpleOperatorimage - RealColorImage to byte-size.
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 | ||||||||||