ImageDev

IntensityHistogramMsr

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.

Object members

Measurement name DescriptionElement typeIndexing
intensityValue The intensity value of the current bin. Integer [bin]
count The number of pixels having the intensity value of the current bin. Unsigned integer [bin]

Related algorithms