Package net.aerith.misao.image

Interface Summary
ImageConverter The ImageConverter is an interface to convert an image.
LevelAdjustable The LevelAdjustable is an interface which has a method to adjust the image.
 

Class Summary
Buffer The Buffer is an abstract class of an image buffer.
ByteBuffer The ByteBuffer is a class of byte array for an image buffer.
DefaultLevelAdjustmentSet The DefaultLevelAdjustmentSet represents a set of the original statistics and the current level to view of an image.
DoubleBuffer The DoubleBuffer is a class of double array for an image buffer.
FloatBuffer The FloatBuffer is a class of float array for an image buffer.
ImageGalleryElement The ImageGalleryElement represents an element in the image gallery.
IntBuffer The IntBuffer is a class of int array for an image buffer.
LevelAdjustmentSet The LevelAdjustmentSet represents a set of the original statistics and the current level to view of an image.
MonoImage The MonoImage is a class of monochrome image.
PSF The PSF represents a point spread function.
PSFComparer The PSFComparer is a class to compare two point spread functions.
RGBCompositeImage The RGBCompositeImage is a set of three monochrome images, which represents a composed RGB image.
ShortBuffer The ShortBuffer is a class of short array for an image buffer.
 

Exception Summary
UnsupportedBufferTypeException The UnsupportedBufferTypeException is an exception thrown if data type of image buffer is unsupported.
UnsupportedFileTypeException The UnsupportedFileTypeException is an exception thrown if the type of image file is unsupported.