IntensityBinHistogramMsr
            Contains the histogram values computed in an image.
Histogram results are represented as arrays, each element representing a bin. The channel index is used to browse the histogram bins.
		Histogram results are represented as arrays, each element representing a bin. The channel index is used to browse the histogram bins.
Object members
| Measurement name | Description | Element type | Indexing | 
|---|---|---|---|
| minValueBin | The minimum gray value of the current bin. | Floating point | [bin] | 
| maxValueBin | The maximum gray value of the current bin. | Floating point | [bin] | 
| count | The number of pixels having an intensity value belonging to the bin. | Unsigned integer | [bin] |