Uses of Class
ij.process.ColorProcessor
Packages that use ColorProcessor
-
Uses of ColorProcessor in ij.plugin.filter
Methods in ij.plugin.filter with parameters of type ColorProcessorModifier and TypeMethodDescriptionvoidBackgroundSubtracter.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.processModifier and TypeClassDescriptionclassThis is an extended ColorProcessor that supports signed 32-bit int images.Fields in ij.process declared as ColorProcessorMethods in ij.process that return ColorProcessorModifier and TypeMethodDescriptionImageProcessor.convertToColorProcessor()Returns an RGB version of this image as a ColorProcessor.Constructors in ij.process with parameters of type ColorProcessorModifierConstructorDescriptionConstructs a ColorBlitter from a ColorProcessor.