|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.process.ImageStatistics
public class ImageStatistics
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 |
---|
public int[] histogram
public int pixelCount
public int mode
public double dmode
public double area
public double min
public double max
public double mean
public double stdDev
public double xCentroid
public double yCentroid
public double xCenterOfMass
public double yCenterOfMass
public double roiX
public double roiY
public double roiWidth
public double roiHeight
public double umean
public double histMin
public double histMax
public int maxCount
public int nBins
public double binSize
protected int width
protected int height
protected int rx
protected int ry
protected int rw
protected int rh
protected double pw
protected double ph
Constructor Detail |
---|
public ImageStatistics()
Method Detail |
---|
public static ImageStatistics getStatistics(ImageProcessor ip, int mOptions, Calibration cal)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |