Package | Description |
---|---|
ij | |
ij.gui | |
ij.io | |
ij.measure | |
ij.process |
Modifier and Type | Method and Description |
---|---|
Calibration |
ImagePlus.getCalibration()
Returns this image's calibration.
|
Calibration |
ImagePlus.getGlobalCalibration()
Returns the system-wide calibration, or null.
|
Calibration |
ImagePlus.getLocalCalibration()
Returns this image's local calibration, ignoring
the "Global" calibration flag.
|
Modifier and Type | Method and Description |
---|---|
void |
ImagePlus.setCalibration(Calibration cal)
Sets this image's calibration.
|
void |
ImagePlus.setGlobalCalibration(Calibration global)
Sets the system-wide calibration.
|
Modifier and Type | Field and Description |
---|---|
protected Calibration |
HistogramWindow.cal |
Modifier and Type | Method and Description |
---|---|
void |
Plot.adjustCalibration(Calibration cal)
Adjusts a Calibration object to fit the current axes.
|
Constructor and Description |
---|
TextEncoder(ImageProcessor ip,
Calibration cal,
int precision)
Constructs a TextEncoder from an ImageProcessor and optional Calibration.
|
Modifier and Type | Method and Description |
---|---|
Calibration |
Calibration.copy()
Returns a clone of this object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Calibration.equals(Calibration cal)
Compares two Calibration objects for equality.
|
Modifier and Type | Field and Description |
---|---|
protected Calibration |
ImageStatistics.cal |
Modifier and Type | Method and Description |
---|---|
static ImageStatistics |
ImageStatistics.getStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
protected void |
ImageStatistics.saveThreshold(double minThreshold,
double maxThreshold,
Calibration cal) |
Constructor and Description |
---|
ByteStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
Constructs a ByteStatistics object from a ByteProcessor using
the specified measurement and calibration.
|
ColorStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
Constructs a ColorStatistics object from a ColorProcessor using
the specified measurement options.
|
FloatStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
Constructs a FloatStatistics object from a FloatProcessor
using the specified measurement options.
|
ShortStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
Constructs a ShortStatistics object from a ShortProcessor using
the specified measurement options.
|