|
||||||||||
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 selection.
Field Summary | |
---|---|
double |
angle
Angle in degrees of fitted ellipse |
double |
area
|
double |
areaFraction
|
double |
binSize
|
double |
dmode
|
double |
histMax
|
double |
histMin
|
int[] |
histogram
|
int[] |
histogram16
65536 element histogram (16-bit images only) |
int |
histYMax
|
double |
kurtosis
|
long |
longPixelCount
|
double |
major
Length of major axis of fitted ellipse |
double |
max
|
int |
maxCount
|
double |
mean
|
double |
median
|
double |
min
|
double |
minor
Length of minor axis of fitted ellipse |
int |
mode
|
int |
nBins
|
int |
pixelCount
|
double |
roiHeight
|
double |
roiWidth
|
double |
roiX
|
double |
roiY
|
double |
skewness
|
double |
stdDev
|
double |
umean
Uncalibrated mean |
double |
xCenterOfMass
|
double |
xCentroid
|
int |
xstart
Used internally by AnalyzeParticles |
double |
yCenterOfMass
|
double |
yCentroid
|
int |
ystart
Used internally by AnalyzeParticles |
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, SCIENTIFIC_NOTATION, SHAPE_DESCRIPTORS, SKEWNESS, SLICE, STACK_POSITION, STD_DEV |
Constructor Summary | |
---|---|
ImageStatistics()
|
Method Summary | |
---|---|
void |
drawEllipse(ImageProcessor ip)
|
static ImageStatistics |
getStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int[] histogram
public int pixelCount
public long longPixelCount
public int mode
public double dmode
public double area
public double min
public double max
public double mean
public double median
public double stdDev
public double skewness
public double kurtosis
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 major
public double minor
public double angle
public int[] histogram16
public double areaFraction
public int xstart
public int ystart
public double histMin
public double histMax
public int histYMax
public int maxCount
public int nBins
public double binSize
Constructor Detail |
---|
public ImageStatistics()
Method Detail |
---|
public static ImageStatistics getStatistics(ImageProcessor ip, int mOptions, Calibration cal)
public void drawEllipse(ImageProcessor ip)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |