| Home >> All >> org >> modama >> jaiutil |
| | org.modama.jaiutil.codecs.* (5) | | org.modama.jaiutil.codecs.GQE.* (2) | | org.modama.jaiutil.codecs.XDR.* (2) |
| | org.modama.jaiutil.operators.* (4) | | org.modama.jaiutil.tests.* (1) |
Package Samples:
org.modama.jaiutil.codecs.GQE
org.modama.jaiutil.codecs.XDR
org.modama.jaiutil.codecs
org.modama.jaiutil.operators
org.modama.jaiutil.tests
Classes:
MosaicDescriptor: A JAI operation descriptor for the Mosaic operation. This operation produces an image from a grid of tile sources, each tile being a separate JAI image. All source images must be the same size and have the same tile size, sample model and color model. The resulting image will have a tile size the same as the sources. The parameters are the number of rows and columns in the grid and a two dimensional array of the source tiles.
SimpleRenderedImage: A simple class implemented the RenderedImage interface. Only the getTile() method needs to be implemented by subclasses. The instance variables must also be filled in properly. Normally in JAI PlanarImage is used for this purpose, but in the interest of modularity the use of PlanarImage has been avoided.
GQECodec: A subclass of ImageCodec that handles the GQE Beamline Fileformat
XDRCodec: A subclass of ImageCodec that handles the XDR Beamline Fileformat
GQEImageDecoder: An ImageDecoder for the GQE family of file formats.
XDRImageDecoder: An ImageDecoder for the GQE family of file formats.
SliceOpImage: the slice operation, only rectangular ROIs are handled correct
SliceDescriptor: theortisch sollte das ein descriptor sein ....
MosaicOpImage: The MosaicOpImage class.
SliceOpImageTest: test the slice op
GQEImage
XDRImage
SliceRIF
| Home | Contact Us | Privacy Policy | Terms of Service |