ij.process
Class ImageStatistics

java.lang.Object
  extended by ij.process.ImageStatistics
All Implemented Interfaces:
Measurements
Direct Known Subclasses:
ByteStatistics, ColorStatistics, FloatStatistics, ShortStatistics

public class ImageStatistics
extends java.lang.Object
implements Measurements

Statistics, including the histogram, of an image or image roi.


Field Summary
 double area
           
 double binSize
           
 double dmode
           
protected  int height
           
 double histMax
           
 double histMin
           
 int[] histogram
           
 double max
           
 int maxCount
           
 double mean
           
 double min
           
 int mode
           
 int nBins
           
protected  double ph
           
 int pixelCount
           
protected  double pw
           
protected  int rh
           
 double roiHeight
           
 double roiWidth
           
 double roiX
           
 double roiY
           
protected  int rw
           
protected  int rx
           
protected  int ry
           
 double stdDev
           
 double umean
          Uncalibrated mean
protected  int width
           
 double xCenterOfMass
           
 double xCentroid
           
 double yCenterOfMass
           
 double yCentroid
           
 
Fields inherited from interface ij.measure.Measurements
AREA, CENTER_OF_MASS, CENTROID, LABELS, LIMIT, MAX_STANDARDS, MEAN, MIN_MAX, MODE, PERIMETER, RECT, STD_DEV
 
Constructor Summary
ImageStatistics()
           
 
Method Summary
static ImageStatistics getStatistics(ImageProcessor ip, int mOptions, Calibration cal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

histogram

public int[] histogram

pixelCount

public int pixelCount

mode

public int mode

dmode

public double dmode

area

public double area

min

public double min

max

public double max

mean

public double mean

stdDev

public double stdDev

xCentroid

public double xCentroid

yCentroid

public double yCentroid

xCenterOfMass

public double xCenterOfMass

yCenterOfMass

public double yCenterOfMass

roiX

public double roiX

roiY

public double roiY

roiWidth

public double roiWidth

roiHeight

public double roiHeight

umean

public double umean
Uncalibrated mean


histMin

public double histMin

histMax

public double histMax

maxCount

public int maxCount

nBins

public int nBins

binSize

public double binSize

width

protected int width

height

protected int height

rx

protected int rx

ry

protected int ry

rw

protected int rw

rh

protected int rh

pw

protected double pw

ph

protected double ph
Constructor Detail

ImageStatistics

public ImageStatistics()
Method Detail

getStatistics

public static ImageStatistics getStatistics(ImageProcessor ip,
                                            int mOptions,
                                            Calibration cal)