Uses of Class
ij.process.ImageStatistics

Packages that use ImageStatistics
ij   
ij.plugin   
ij.plugin.filter   
ij.process   
 

Uses of ImageStatistics in ij
 

Methods in ij that return ImageStatistics
 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.
 

Uses of ImageStatistics in ij.plugin
 

Methods in ij.plugin with parameters of type ImageStatistics
 void ContrastEnhancer.stretchHistogram(ImageProcessor ip, double saturated, ImageStatistics stats)
           
 

Uses of ImageStatistics in ij.plugin.filter
 

Fields in ij.plugin.filter declared as ImageStatistics
(package private)  ImageStatistics CalibrationBar.stats
           
 

Methods in ij.plugin.filter that return ImageStatistics
(package private)  ImageStatistics Analyzer.getRedirectStats(int measurements, ij.gui.Roi roi)
           
(package private)  ImageStatistics ParticleAnalyzer.getStatistics(ImageProcessor ip, int mOptions, ij.measure.Calibration cal)
           
 

Methods in ij.plugin.filter with parameters of type ImageStatistics
 void ParticleAnalyzer.drawEllipse(ImageProcessor ip, ImageStatistics stats, int count)
           
protected  void ParticleAnalyzer.drawParticle(ImageProcessor drawIP, ij.gui.Roi roi, ImageStatistics stats, ImageProcessor mask)
          Draws a selected particle in a separate image.
 void Analyzer.saveResults(ImageStatistics stats, ij.gui.Roi roi)
          Saves the measurements specified in the "Set Measurements" dialog, or by calling setMeasurments(), in the system results table.
protected  void ParticleAnalyzer.saveResults(ImageStatistics stats, ij.gui.Roi roi)
          Saves statistics for one particle in a results table.
 

Uses of ImageStatistics in ij.process
 

Subclasses of ImageStatistics in ij.process
 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.
 

Methods in ij.process that return ImageStatistics
static ImageStatistics ImageStatistics.getStatistics(ImageProcessor ip, int mOptions, ij.measure.Calibration cal)
           
 

Methods in ij.process with parameters of type ImageStatistics
 void EllipseFitter.fit(ImageProcessor ip, ImageStatistics stats)
          Fits an ellipse to the current ROI.