Package | Description |
---|---|
ij.process |
Modifier and Type | Method and Description |
---|---|
FloatProcessor |
ImageProcessor.convertToFloatProcessor()
Returns a 32-bit float version of this image as a FloatProcessor.
|
FloatProcessor |
FloatProcessor.toFloat(int channelNumber,
FloatProcessor fp)
Returns this FloatProcessor.
|
abstract FloatProcessor |
ImageProcessor.toFloat(int channelNumber,
FloatProcessor fp)
Returns a FloatProcessor with the image or one color channel thereof.
|
Modifier and Type | Method and Description |
---|---|
void |
FloatProcessor.setPixels(int channelNumber,
FloatProcessor fp)
Sets the pixels, and min&max values from a FloatProcessor.
|
abstract void |
ImageProcessor.setPixels(int channelNumber,
FloatProcessor fp)
Sets the pixels (of one color channel for RGB images) from a FloatProcessor.
|
FloatProcessor |
FloatProcessor.toFloat(int channelNumber,
FloatProcessor fp)
Returns this FloatProcessor.
|
abstract FloatProcessor |
ImageProcessor.toFloat(int channelNumber,
FloatProcessor fp)
Returns a FloatProcessor with the image or one color channel thereof.
|