|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.process.ImageStatistics
ij.process.ShortStatistics
public class ShortStatistics
16-bit image statistics, including histogram.
Field Summary |
---|
Fields inherited from class ij.process.ImageStatistics |
---|
area, binSize, dmode, height, histMax, histMin, histogram, max, maxCount, mean, min, mode, nBins, ph, pixelCount, pw, rh, roiHeight, roiWidth, roiX, roiY, rw, rx, ry, stdDev, umean, width, xCenterOfMass, xCentroid, yCenterOfMass, 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 | |
---|---|
ShortStatistics(ImageProcessor ip)
Construct an ImageStatistics object from a ShortProcessor using the standard measurement options (area, mean, mode, min and max). |
|
ShortStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
Constructs a ShortStatistics object from a ShortProcessor using the specified measurement options. |
Method Summary |
---|
Methods inherited from class ij.process.ImageStatistics |
---|
getStatistics |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShortStatistics(ImageProcessor ip)
public ShortStatistics(ImageProcessor ip, int mOptions, Calibration cal)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |