All Packages Class Hierarchy This Package Previous Next Index
Class ij.process.ImageStatistics
java.lang.Object
|
+----ij.process.ImageStatistics
- public class ImageStatistics
- extends Object
Histogram of an image or image roi
-
binSize
-
-
height
-
-
histMax
-
-
histMin
-
-
histogram
-
-
max
-
-
maxCount
-
-
mean
-
-
measurementCounter
-
-
min
-
-
mode
-
-
nBins
-
-
pixelCount
-
-
roiHeight
-
-
roiWidth
-
-
roiX
-
-
roiY
-
-
stdDev
-
-
width
-
-
ImageStatistics()
-
-
getStatistics()
-
histogram
public int histogram[]
min
public double min
max
public double max
pixelCount
public int pixelCount
mode
public int mode
mean
public double mean
stdDev
public double stdDev
histMin
public double histMin
histMax
public double histMax
maxCount
public int maxCount
nBins
public int nBins
binSize
public double binSize
measurementCounter
public static int measurementCounter
width
protected int width
height
protected int height
roiX
protected int roiX
roiY
protected int roiY
roiWidth
protected int roiWidth
roiHeight
protected int roiHeight
ImageStatistics
public ImageStatistics()
getStatistics
public void getStatistics()
All Packages Class Hierarchy This Package Previous Next Index