|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTest.CreateGrayFPImage
public class CreateGrayFPImage
This application creates a gray image in memory (as an matrix of floats) and save it on a file. The application can be easily adapted for other purposes, e.g. other image generation algorithms.common. This code uses JAI to process and store the image.
Constructor Summary | |
---|---|
CreateGrayFPImage()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The application entry point. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateGrayFPImage()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the command line arguments.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |