Uses of Class
ij.process.ByteProcessor
-
Packages that use ByteProcessor Package Description ij.plugin ij.plugin.filter ij.process -
-
Uses of ByteProcessor in ij.plugin
Methods in ij.plugin that return ByteProcessor Modifier and Type Method Description static ByteProcessorLutLoader. createImage(java.awt.image.IndexColorModel cm)Creates a 256x32 image from an IndexColorModel. -
Uses of ByteProcessor in ij.plugin.filter
Methods in ij.plugin.filter that return ByteProcessor Modifier and Type Method Description ByteProcessorMaximumFinder. 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).ByteProcessorMaximumFinder. findMaxima(ImageProcessor ip, double tolerance, int outputType, boolean excludeOnEdges)Find the maxima of an image. -
Uses of ByteProcessor in ij.process
Subclasses of ByteProcessor in ij.process Modifier and Type Class Description classBinaryProcessorThis class processes binary images.Methods in ij.process that return ByteProcessor Modifier and Type Method Description ByteProcessorImageProcessor. convertToByteProcessor()Returns an 8-bit version of this image as a ByteProcessor.ByteProcessorImageProcessor. convertToByteProcessor(boolean scale)Returns an 8-bit version of this image as a ByteProcessor.ByteProcessorColorProcessor. getChannel(int channel, ByteProcessor bp)Returns the specified plane (1=red, 2=green, 3=blue, 4=alpha) as a ByteProcessor.Methods in ij.process with parameters of type ByteProcessor Modifier and Type Method Description ByteProcessorColorProcessor. getChannel(int channel, ByteProcessor bp)Returns the specified plane (1=red, 2=green, 3=blue, 4=alpha) as a ByteProcessor.voidColorProcessor. setChannel(int channel, ByteProcessor bp)Sets the pixels of one color channel from a ByteProcessor.Constructors in ij.process with parameters of type ByteProcessor Constructor Description BinaryProcessor(ByteProcessor ip)Creates a BinaryProcessor from a ByteProcessor.ByteBlitter(ByteProcessor ip)Constructs a ByteBlitter from a ByteProcessor.
-