|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Histogram records image statistics (mean and median value, etc.) and lists the counts and percentages of pixels in each of several brightness “bins.” defines the access to the fields of a grids histogram
-----------------------------------------------------------------------
Method Summary | |
Count[] |
getCounts()
returns the counts for each histogram class |
double |
getMax()
returns the maximum value of grids values |
double |
getMean()
returns the mean value of grids values |
double |
getMedian()
returns the median value of grids values |
double |
getMin()
returns the minimum value of grids values |
double |
getStDev()
returns the standard deviation of the grids values |
int |
getTotalCount()
returns the number of grid values |
Method Detail |
public double getMin()
public double getMax()
public double getStDev()
public double getMean()
public double getMedian()
public int getTotalCount()
public Count[] getCounts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |