| Interface | Description |
|---|---|
| Blitter |
ImageJ bit blitting classes must implement this interface.
|
| Class | Description |
|---|---|
| AutoThresholder |
Autothresholding methods from the Auto_Threshold plugin (http://pacific.mpi-cbg.de/wiki/index.php/Auto_Threshold)
by G.Landini at bham dot ac dot uk.
|
| BinaryInterpolator | |
| 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..
|
| ColorSpaceConverter |
ColorSpaceConverter
|
| ColorStatistics |
RGB image statistics, including histogram.
|
| DownsizeTable |
A table for easier downsizing by convolution with a kernel.
|
| EllipseFitter |
This class fits an ellipse to an ROI.
|
| FHT |
This class contains a Java implementation of the Fast Hartley
Transform.
|
| FloatBlitter |
This class does bit blitting of 32-bit floating-point images.
|
| FloatPolygon |
Used by the Roi classes to return float coordinate arrays and to
determine if a point is inside or outside of spline fitted selections.
|
| FloatProcessor |
This is an 32-bit floating-point image and methods that operate on that image.
|
| FloatStatistics |
32-bit (float) image statistics, including histogram.
|
| FloodFiller |
This class, which does flood filling, is used by the floodFill() macro function and
by the particle analyzer
The Wikipedia at "http://en.wikipedia.org/wiki/Flood_fill" has a good
description of the algorithm used here as well as examples in C and Java.
|
| 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 selection.
|
| LUT |
This is an indexed color model that allows an
lower and upper bound to be specified.
|
| MedianCut |
Converts an RGB image to 8-bit index color using Heckbert's median-cut
color quantization algorithm.
|
| PolygonFiller |
This class fills polygons using the scan-line filling algorithm
described at "http://www.cs.rit.edu/~icss571/filling/".
|
| ShortBlitter |
This class does bit blitting of 16-bit images.
|
| ShortProcessor |
ShortProcessors 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.
|
| StackStatistics |
Statistics, including the histogram, of a stack.
|
| TypeConverter |
This class converts an ImageProcessor to another data type.
|
| Enum | Description |
|---|---|
| AutoThresholder.Method |