Package | Description |
---|---|
ij | |
ij.gui | |
ij.plugin | |
ij.plugin.filter | |
ij.process |
Modifier and Type | Method and Description |
---|---|
ImageStatistics |
ImagePlus.getStatistics()
Returns an ImageStatistics object generated using the standard
measurement options (area, mean, mode, min and max).
|
ImageStatistics |
ImagePlus.getStatistics(int mOptions)
Returns an ImageStatistics object generated using the
specified measurement options.
|
ImageStatistics |
ImagePlus.getStatistics(int mOptions,
int nBins)
Returns an ImageStatistics object generated using the
specified measurement options and histogram bin count.
|
ImageStatistics |
ImagePlus.getStatistics(int mOptions,
int nBins,
double histMin,
double histMax)
Returns an ImageStatistics object generated using the
specified measurement options, histogram bin count and histogram range.
|
Modifier and Type | Field and Description |
---|---|
protected ImageStatistics |
HistogramWindow.stats |
Modifier and Type | Method and Description |
---|---|
void |
HistogramWindow.showHistogram(ImagePlus imp,
ImageStatistics stats)
Draws the histogram using the specified title and ImageStatistics.
|
Constructor and Description |
---|
HistogramWindow(java.lang.String title,
ImagePlus imp,
ImageStatistics stats)
Displays a histogram using the specified title and ImageStatistics.
|
Modifier and Type | Method and Description |
---|---|
void |
ContrastEnhancer.stretchHistogram(ImageProcessor ip,
double saturated,
ImageStatistics stats) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParticleAnalyzer.drawParticle(ImageProcessor drawIP,
Roi roi,
ImageStatistics stats,
ImageProcessor mask)
Draws a selected particle in a separate image.
|
void |
Analyzer.saveResults(ImageStatistics stats,
Roi roi)
Saves the measurements specified in the "Set Measurements" dialog,
or by calling setMeasurements(), in the default results table.
|
protected void |
ParticleAnalyzer.saveResults(ImageStatistics stats,
Roi roi)
Saves statistics for one particle in a results table.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteStatistics
8-bit image statistics, including histogram.
|
class |
ColorStatistics
RGB image statistics, including histogram.
|
class |
FloatStatistics
32-bit (float) image statistics, including histogram.
|
class |
ShortStatistics
16-bit image statistics, including histogram.
|
class |
StackStatistics
Statistics, including the histogram, of a stack.
|
Modifier and Type | Method and Description |
---|---|
ImageStatistics |
ImageProcessor.getStatistics()
Calculates and returns statistics (area, mean, std-dev, mode, min, max,
centroid, center of mass, 256 bin histogram) for this image or ROI.
|
static ImageStatistics |
ImageStatistics.getStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
Modifier and Type | Method and Description |
---|---|
void |
EllipseFitter.fit(ImageProcessor ip,
ImageStatistics stats)
Fits an ellipse to the current ROI.
|