Package | Description |
---|---|
ij | |
ij.gui | |
ij.plugin | |
ij.plugin.filter | |
ij.process |
Modifier and Type | Method and Description |
---|---|
ImageStatistics |
ImagePlus.getAllStatistics()
This method returns complete calibrated statistics for this image or ROI
(with "Limit to threshold"), but it is up to 70 times slower than getStatistics().
|
ImageStatistics |
ImagePlus.getRawStatistics() |
ImageStatistics |
ImagePlus.getStatistics()
Get calibrated statistics for this image or ROI, including
histogram, area, mean, min and max, standard
deviation and mode.
|
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 |
---|---|
ImageStatistics |
Roi.getStatistics() |
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(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()
This method calculates and returns complete uncalibrated statistics for
this image or ROI but it is up to 70 times slower than getStats().
|
static ImageStatistics |
ImageStatistics.getStatistics(ImageProcessor ip) |
static ImageStatistics |
ImageStatistics.getStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
ImageStatistics |
ImageProcessor.getStats()
Calculates and returns uncalibrated statistics for this image or ROI,
including histogram, area, mean, min and max, standard deviation,
and mode.
|
Modifier and Type | Method and Description |
---|---|
void |
EllipseFitter.fit(ImageProcessor ip,
ImageStatistics stats)
Fits an ellipse to the current ROI.
|