public interface Histogram
Modifier and Type | Method and Description |
---|---|
int[] |
getBinCounts()
Returns an array of histogram bin counts.
|
double[] |
getBinRangeMaximums()
Returns an array of histogram bin range maxs.
|
double[] |
getBinRangeMinimums()
Returns an array of histogram bin range mins.
|
double |
getMax()
Returns the histogram range max.
|
double |
getMin()
Returns the histogram range min.
|
int |
getNumBins()
Returns the number of histogram bins.
|
int |
getSelectedBinEndIndex(int color)
Returns the selection end bin index for the specified ROI color.
|
int |
getSelectedBinStartIndex(int color)
Returns the selection start bin index for the specified ROI color.
|
List<Integer> |
getSelectedColors()
Returns a list of ROI color indices currently used in selection.
|
int[] getBinCounts()
double[] getBinRangeMaximums()
double[] getBinRangeMinimums()
double getMax()
double getMin()
int getNumBins()
int getSelectedBinEndIndex(int color)
color
- the ROI color indexint getSelectedBinStartIndex(int color)
color
- the ROI color index