| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectij.process.ImageStatistics
ij.process.ColorStatistics
public class ColorStatistics
RGB 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, longPixelCount, major, max, maxCount, mean, median, min, minor, mode, nBins, ph, pixelCount, pw, rh, roiHeight, roiWidth, roiX, roiY, rw, rx, ry, skewness, stdDev, umean, width, xCenterOfMass, xCentroid, xstart, yCenterOfMass, yCentroid, ystart | 
| 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 | |
|---|---|
| ColorStatistics(ImageProcessor ip)Construct an ImageStatistics object from a ColorProcessor using the standard measurement options (area, mean, mode, min and max). | |
| ColorStatistics(ImageProcessor ip,
                int mOptions,
                Calibration cal)Constructs a ColorStatistics object from a ColorProcessor using the specified measurement options. | |
| Method Summary | 
|---|
| Methods inherited from class ij.process.ImageStatistics | 
|---|
| drawEllipse, getStatistics, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ColorStatistics(ImageProcessor ip)
public ColorStatistics(ImageProcessor ip,
                       int mOptions,
                       Calibration cal)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||