Uses of Class
ij.process.ColorProcessor
-
Packages that use ColorProcessor Package Description ij.plugin.filter ij.process -
-
Uses of ColorProcessor in ij.plugin.filter
Methods in ij.plugin.filter with parameters of type ColorProcessor Modifier and Type Method Description voidBackgroundSubtracter. rollingBallBrightnessBackground(ColorProcessor ip, double radius, boolean createBackground, boolean lightBackground, boolean useParaboloid, boolean doPresmooth, boolean correctCorners)Create or subtract a background, based on the brightness of an RGB image (keeping the hue of each pixel unchanged)voidBackgroundSubtracter. subtractRGBBackround(ColorProcessor ip, int ballRadius)Depracated. -
Uses of ColorProcessor in ij.process
Subclasses of ColorProcessor in ij.process Modifier and Type Class Description classIntProcessorThis is an extended ColorProcessor that supports signed 32-bit int images.Fields in ij.process declared as ColorProcessor Modifier and Type Field Description ColorProcessorFHT. rgbUsed by the FFT class.Methods in ij.process that return ColorProcessor Modifier and Type Method Description ColorProcessorImageProcessor. convertToColorProcessor()Returns an RGB version of this image as a ColorProcessor.Constructors in ij.process with parameters of type ColorProcessor Constructor Description ColorBlitter(ColorProcessor ip)Constructs a ColorBlitter from a ColorProcessor.MedianCut(ColorProcessor ip)
-