Package | Description |
---|---|
ij.plugin.filter | |
ij.process |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
ColorProcessor |
FHT.rgb
Used by the FFT class.
|
Modifier and Type | Method and Description |
---|---|
ColorProcessor |
ImageProcessor.convertToColorProcessor()
Returns an RGB version of this image as a ColorProcessor.
|
Constructor and Description |
---|
ColorBlitter(ColorProcessor ip)
Constructs a ColorBlitter from a ColorProcessor.
|
MedianCut(ColorProcessor ip) |