Package ij.process

Interface Summary
Blitter ImageJ bit blitting classes must implement this interface.
 

Class Summary
BinaryProcessor This class processes binary images.
ByteBlitter This class does bit blitting of byte images.
ByteProcessor This is an 8-bit image and methods that operate on that image.
ByteStatistics 8-bit image statistics, including histogram.
ColorBlitter This class does bit blitting of RGB images.
ColorProcessor This is an 32-bit RGB image and methods that operate on that image..
ColorStatistics RGB image statistics, including histogram.
FloatBlitter This class does bit blitting of 32-bit floating-point images.
FloatProcessor This is an 32-bit floating-point image and methods that operate on that image.
FloatStatistics 32-bit (float) image statistics, including histogram.
ImageConverter This class converts an ImagePlus object to a different type.
ImageProcessor This abstract class is the superclass for classes that process the four data types (byte, short, float and RGB) supported by ImageJ.
ImageStatistics Statistics, including the histogram, of an image or image roi.
MedianCut Converts an RGB image to 8-bit index color using Heckbert's median-cut color quantization algorithm.
ShortBlitter This class does bit blitting of 16-bit images.
ShortProcessor Objects of the class contain a 16-bit unsigned image and methods that operate on that image.
ShortStatistics 16-bit image statistics, including histogram.
StackConverter This class does stack type conversions.
StackProcessor This class processes stacks.
TypeConverter This class converts an ImageProcessor to another data type.