|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.process.ImageStatistics
ij.process.StackStatistics
public class StackStatistics
Statistics, including the histogram, of a stack.
| 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 | |
|---|---|
StackStatistics(ImagePlus imp)
Creates a StackStatistics object from a stack, using 256 histogram bins and the entire stack pixel value range. |
|
StackStatistics(ImagePlus imp,
int nBins,
double xMin,
double xMax)
Creates a StackStatistics object from a stack, using the specified histogram bin count and x-axis range (pixel value tange). |
|
| Method Summary |
|---|
| Methods inherited from class ij.process.ImageStatistics |
|---|
drawEllipse, getHistogram, getStatistics, getStatistics, saveThreshold, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StackStatistics(ImagePlus imp)
public StackStatistics(ImagePlus imp,
int nBins,
double xMin,
double xMax)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||