- java.lang.Object
-
- ij.process.ImageStatistics
-
- ij.process.FloatStatistics
-
- All Implemented Interfaces:
Measurements
public class FloatStatistics extends ImageStatistics
32-bit (float) image statistics, including histogram.
-
-
Field Summary
-
Fields inherited from class ij.process.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, ystart
-
Fields inherited from interface ij.measure.Measurements
ADD_TO_OVERLAY, ALL_STATS, 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 Summary
Constructors Constructor Description FloatStatistics(ImageProcessor ip)
Constructs an ImageStatistics object from a FloatProcessor using the standard measurement options (area, mean, mode, min and max).FloatStatistics(ImageProcessor ip, int mOptions, Calibration cal)
Constructs a FloatStatistics object from a FloatProcessor using the specified measurement options.
-
Method Summary
-
Methods inherited from class ij.process.ImageStatistics
drawEllipse, getHistogram, getStatistics, getStatistics, histogram, saveThreshold, toString
-
-
-
-
Constructor Detail
-
FloatStatistics
public FloatStatistics(ImageProcessor ip)
Constructs an ImageStatistics object from a FloatProcessor using the standard measurement options (area, mean, mode, min and max).
-
FloatStatistics
public FloatStatistics(ImageProcessor ip, int mOptions, Calibration cal)
Constructs a FloatStatistics object from a FloatProcessor using the specified measurement options.
-
-