Package | Description |
---|---|
edu.stanford.rsl.conrad.io |
Contains classes for input and output of data.
|
Modifier and Type | Method and Description |
---|---|
SerializableFloatProcessor |
SerializableFloatProcessor.createProcessor(int width,
int height)
Returns a new, blank FloatProcessor with the specified width and height.
|
SerializableFloatProcessor |
SerializableFloatProcessor.duplicate()
Returns a duplicate of this image.
|
Modifier and Type | Method and Description |
---|---|
double |
SerializableFloatProcessor.getBicubicInterpolatedPixel(double x0,
double y0,
SerializableFloatProcessor ip2)
This method is from Chapter 16 of "Digital Image Processing:
An Algorithmic Introduction Using Java" by Burger and Burge
(http://www.imagingbook.com/).
|
ij.process.FloatProcessor |
SerializableFloatProcessor.toFloat(SerializableFloatProcessor fp)
Returns this FloatProcessor.
|