ij.process
Class StackStatistics

java.lang.Object
  extended by ij.process.ImageStatistics
      extended by ij.process.StackStatistics
All Implemented Interfaces:
ij.measure.Measurements

public class StackStatistics
extends ImageStatistics

Statistics, including the histogram, of a stack.


Field Summary
 
Fields inherited from class ij.process.ImageStatistics
angle, area, areaFraction, binSize, cal, dmode, ef, height, histMax, histMin, histogram, histogram16, histYMax, kurtosis, major, max, maxCount, mean, median, min, minor, mode, nBins, ph, pixelCount, pw, rh, roiHeight, roiWidth, roiX, roiY, rw, rx, ry, skewness, stdDev, umean, width, xCenterOfMass, xCentroid, yCenterOfMass, yCentroid
 
Fields inherited from interface ij.measure.Measurements
AREA, AREA_FRACTION, CENTER_OF_MASS, CENTROID, CIRCULARITY, ELLIPSE, FERET, INTEGRATED_DENSITY, INVERT_Y, KURTOSIS, LABELS, LIMIT, MAX_STANDARDS, MEAN, MEDIAN, MIN_MAX, MODE, PERIMETER, RECT, SKEWNESS, SLICE, STD_DEV
 
Constructor Summary
StackStatistics(ImagePlus imp)
           
StackStatistics(ImagePlus imp, int nBins, double histMin, double histMax)
           
 
Method Summary
(package private)  void doCalculations(ImagePlus imp, int bins, double histogramMin, double histogramMax)
           
(package private)  double getMode(ij.measure.Calibration cal)
           
 
Methods inherited from class ij.process.ImageStatistics
calculateAreaFraction, calculateMedian, calculateStdDev, drawEllipse, fitEllipse, getCentroid, getRawMinAndMax, getRawStatistics, getStatistics, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackStatistics

public StackStatistics(ImagePlus imp)

StackStatistics

public StackStatistics(ImagePlus imp,
                       int nBins,
                       double histMin,
                       double histMax)
Method Detail

doCalculations

void doCalculations(ImagePlus imp,
                    int bins,
                    double histogramMin,
                    double histogramMax)

getMode

double getMode(ij.measure.Calibration cal)