|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.beans.masks.data.MaskIntensityStatUtil
public final class MaskIntensityStatUtil
This class contains methods for getting a Stat object that contains statistics on the data analyzed. Currently, the only statistics are the intensity: the average and mean, and the min and max.
Method Summary | |
---|---|
static java.lang.String |
formatStat(java.lang.Number stat)
|
static MaskStats |
getStats(int[] selectedPixels,
Calibration calibration)
Gets a stat object for the given pixels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MaskStats getStats(int[] selectedPixels, Calibration calibration)
public static java.lang.String formatStat(java.lang.Number stat)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |