public class ByteStatistics extends ImageStatistics
angle, area, areaFraction, binSize, cal, dmode, height, histMax, histMin, histogram, histogram16, histYMax, kurtosis, longHistogram, longPixelCount, lowerThreshold, major, max, maxCount, mean, median, min, minor, mode, nBins, ph, pixelCount, pw, rh, roiHeight, roiWidth, roiX, roiY, rw, rx, ry, skewness, stackStatistics, stdDev, umean, upperThreshold, width, xCenterOfMass, xCentroid, xstart, yCenterOfMass, yCentroid, ystartADD_TO_OVERLAY, AREA, AREA_FRACTION, CENTER_OF_MASS, CENTROID, CIRCULARITY, ELLIPSE, FERET, INTEGRATED_DENSITY, INVERT_Y, KURTOSIS, LABELS, LIMIT, MAX_STANDARDS, MEAN, MEDIAN, MIN_MAX, MODE, NaN_EMPTY_CELLS, PERIMETER, RECT, SCIENTIFIC_NOTATION, SHAPE_DESCRIPTORS, SKEWNESS, SLICE, STACK_POSITION, STD_DEV| Constructor and Description |
|---|
ByteStatistics(ImageProcessor ip)
Construct an ImageStatistics object from a ByteProcessor
using the standard measurement options (area, mean,
mode, min and max) and no calibration.
|
ByteStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
Constructs a ByteStatistics object from a ByteProcessor using
the specified measurement and calibration.
|
drawEllipse, getHistogram, getStatistics, saveThreshold, toStringpublic ByteStatistics(ImageProcessor ip)
public ByteStatistics(ImageProcessor ip, int mOptions, Calibration cal)