Uses of Class
ij.process.ColorProcessor

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

Uses of ColorProcessor in ij.plugin.filter
 

Methods in ij.plugin.filter with parameters of type ColorProcessor
 void BackgroundSubtracter.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)
 void BackgroundSubtracter.subtractRGBBackround(ColorProcessor ip, int ballRadius)
          Depracated.
 

Uses of ColorProcessor in ij.process
 

Fields in ij.process declared as ColorProcessor
 ColorProcessor FHT.rgb
          Used by the FFT class.
 

Constructors in ij.process with parameters of type ColorProcessor
ColorBlitter(ColorProcessor ip)
          Constructs a ColorBlitter from a ColorProcessor.
MedianCut(ColorProcessor ip)