|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Histogram
A histrogram interface for describing intensity levels in an image
by use of a histogram. Histogram bins start at the intensity minimum and
end at the maximum. There is no rule for prescribing the number of
bins that a histogram may have, but the actual bin width in intensity
can be queried with getBinWidth().
To work together neathly with FITS images, that also support double
pixel, we base calculations on doubles rather thatn float which would
be more appropriate if working together with
BufferedImageOp.
| Method Summary | |
|---|---|
double |
getAverage()
Returns the intensity average. |
int[] |
getBinCounts()
Returns the histogram itself. |
double |
getBinWidth()
Return the bin width of the histogram in intensity. |
double |
getMax()
Returns the intensity maximum. |
double |
getMedian()
Returns the intensity median. |
double |
getMin()
Returns the intensity minimum. |
double |
getMode()
Returns the intensity mode. |
int |
getTotal()
Return the total number of samples in this histogram. |
| Method Detail |
|---|
double getBinWidth()
double getMin()
double getMax()
double getAverage()
double getMedian()
double getMode()
int[] getBinCounts()
int getTotal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||