Module ij

Package ij.process


package ij.process
  • Class
    Description
    Autothresholding methods (limited to 256 bin histograms) from the Auto_Threshold plugin (http://fiji.sc/Auto_Threshold) by G.Landini at bham dot ac dot uk).
     
     
    This class processes binary images.
    ImageJ bit blitting classes must implement this interface.
    This class does bit blitting of byte images.
    This is an 8-bit image and methods that operate on that image.
    8-bit image statistics, including histogram.
    This class does bit blitting of RGB images.
    This is an 32-bit RGB image and methods that operate on that image..
    ColorSpaceConverter
    RGB image statistics, including histogram.
    A table for easier downsizing by convolution with a kernel.
    This class fits an ellipse to an ROI.
    This class contains a Java implementation of the Fast Hartley Transform.
    This class does bit blitting of 32-bit floating-point images.
    Used by the Roi classes to return float coordinate arrays and to determine if a point is inside or outside of spline fitted selections.
    This is an 32-bit floating-point image and methods that operate on that image.
    32-bit (float) image statistics, including histogram.
    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.
    This class converts an ImagePlus object to a different type.
    This abstract class is the superclass for classes that process the four data types (byte, short, float and RGB) supported by ImageJ.
    Statistics, including the histogram, of an image or selection.
    This is an extended ColorProcessor that supports signed 32-bit int images.
    This is an indexed color model that allows an lower and upper bound to be specified.
    Converts an RGB image to 8-bit index color using Heckbert's median-cut color quantization algorithm.
    This class fills polygons using the scan-line filling algorithm described at "http://www.cs.rit.edu/~icss571/filling/".
    This class does bit blitting of 16-bit images.
    ShortProcessors contain a 16-bit unsigned image and methods that operate on that image.
    16-bit image statistics, including histogram.
    This class does stack type conversions.
    This class processes stacks.
    Statistics, including the histogram, of a stack.
    This class converts an ImageProcessor to another data type.