| AbsoluteRange |  |
Returns the absolute minimum and maximum luminanance.
|
| BestFitRange |  |
Returns a range of calibrated intensities so that the total of the bin counts outside of this range equals to twice a percentage (Percent) of the Sum of all the bin counts.
|
| BinCount |  |
A read-write property specifying the number of bins in the Histogram.
|
| BinXValues |  |
Returns the bin intensity values, according to the current Mode.
|
| ChangeCount |  |
A count of changes to histogram properties.
|
| Interpretation |  |
A read-write property specifying how the image data should be analyzed.
|
| Max |  |
The calibrated (depending on Mode) maximum of all the bin x values (calibrated intensity).
|
| MaxBinCount |  |
The maximum allowed number of bins in the Histogram.
|
| MaxThresholdPhases |  |
The maximum number of threshold Phases supported by a given thresholding method.
|
| Mean |  |
The calibrated (depending on Mode) Mean of all the bin counts.
|
| Min |  |
The calibrated (depending on Mode) minimum of all the bin x values (calibrated intensity).
|
| mode |  |
A read-write property used to specify how the histogram values and statistics are reported.
|
| NumberOfChannels |  |
The number of Channels in the Histogram.
|
| RawValues |  |
Returns the raw (non calibrated) histogram values.
|
| StdDev |  |
The calibrated (depending on Mode) standard deviation of all the bin counts.
|
| Sum |  |
The calibrated (depending on Mode) Sum of all the bin counts where calibrated bin counts (Values) are multiplied by their x value (calibrated intensity), and accumulated.
|
| Thresholds |  |
One or more thresholds separating phases of the histogram.
|
| Values |  |
Returns the calibrated histogram values, according to the current Mode.
|