Uses of Interface
ij.process.ProcessorConstance

Packages that use ProcessorConstance
ij.process   
 

Uses of ProcessorConstance in ij.process
 

Classes in ij.process that implement ProcessorConstance
 class BinaryProcessor
          This class processes binary images.
 class ByteProcessor
          This is an 8-bit image and methods that operate on that image.
 class ColorProcessor
          This is an 32-bit RGB image and methods that operate on that image..
 class FHT
          This class contains a Java implementation of the Fast Hartley Transform.
 class FloatProcessor
          This is an 32-bit floating-point image and methods that operate on that image.
 class ImageProcessor
          This abstract class is the superclass for classes that process the four data types (byte, short, float and RGB) supported by ImageJ.
 class ShortProcessor
          ShortProcessors contain a 16-bit unsigned image and methods that operate on that image.