Uses of Class
ij.process.ByteProcessor

Packages that use ByteProcessor
ij.plugin.filter   
ij.process   
 

Uses of ByteProcessor in ij.plugin.filter
 

Methods in ij.plugin.filter that return ByteProcessor
 ByteProcessor MaximumFinder.findMaxima(ImageProcessor ip, double tolerance, double threshold, int outputType, boolean excludeOnEdges, boolean isEDM)
          Here the processing is done: Find the maxima of an image (does not find minima).
 

Uses of ByteProcessor in ij.process
 

Subclasses of ByteProcessor in ij.process
 class BinaryProcessor
          This class processes binary images.
 

Constructors in ij.process with parameters of type ByteProcessor
BinaryProcessor(ByteProcessor ip)
          Creates a BinaryProcessor from a ByteProcessor.
ByteBlitter(ByteProcessor ip)
          Constructs a ByteBlitter from a ByteProcessor.