Uses of Class
ij.process.ByteProcessor
Packages that use ByteProcessor
-
Uses of ByteProcessor in ij
Methods in ij that return ByteProcessorModifier and TypeMethodDescriptionImagePlus.createRoiMask()
Returns an 8-bit binary (foreground=255, background=0) ROI or overlay mask that has the same dimensions as this image.ImagePlus.createThresholdMask()
Returns an 8-bit binary threshold mask (foreground=255, background=0) that has the same dimensions as this image. -
Uses of ByteProcessor in ij.plugin
Methods in ij.plugin that return ByteProcessorModifier and TypeMethodDescriptionstatic ByteProcessor
LutLoader.createImage
(IndexColorModel cm) Creates a 256x32 image from an IndexColorModel.static ByteProcessor
Thresholder.createMask
(ImagePlus imp) Returns an 8-bit binary (0 and 255) threshold mask that has the same dimensions as this image. -
Uses of ByteProcessor in ij.plugin.filter
Methods in ij.plugin.filter that return ByteProcessorModifier and TypeMethodDescriptionMaximumFinder.findMaxima
(ImageProcessor ip, double tolerance, boolean strict, double threshold, int outputType, boolean excludeOnEdges, boolean isEDM) Here the processing is done: Find the maxima of an image (does not find minima).MaximumFinder.findMaxima
(ImageProcessor ip, double tolerance, double threshold, int outputType, boolean excludeOnEdges, boolean isEDM) Finds the maxima of an image (does not find minima).MaximumFinder.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.processMethods in ij.process that return ByteProcessorModifier and TypeMethodDescriptionImageProcessor.convertToByteProcessor()
Returns an 8-bit version of this image as a ByteProcessor.ImageProcessor.convertToByteProcessor
(boolean scale) Returns an 8-bit version of this image as a ByteProcessor.ByteProcessor.createMask()
Returns a binary mask, or null if a threshold is not set.FloatProcessor.createMask()
Returns a binary mask, or null if a threshold is not set.ImageProcessor.createMask()
Returns a binary mask, or null if a threshold is not set or this is an RGB image.ShortProcessor.createMask()
Returns a binary mask, or null if a threshold is not set.ColorProcessor.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 ByteProcessorModifier and TypeMethodDescriptionvoid
PolygonFiller.fillByteProcessorMask
(ByteProcessor mask) Fills the ByteProcessor with 255 inside the polygonColorProcessor.getChannel
(int channel, ByteProcessor bp) Returns the specified plane (1=red, 2=green, 3=blue, 4=alpha) as a ByteProcessor.void
ColorProcessor.setChannel
(int channel, ByteProcessor bp) Sets the pixels of one color channel from a ByteProcessor.Constructors in ij.process with parameters of type ByteProcessorModifierConstructorDescriptionCreates a BinaryProcessor from a ByteProcessor.Constructs a ByteBlitter from a ByteProcessor.