ImageDev

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.

Information about the measurement named measurement can be accessed by using the method measurementInformation() which returns a FieldInformation
Information about the measurement named measurement can be accessed by using the property measurementInformation which returns a FieldInformation
Information about the measurement named measurement can be accessed by using the property measurement_information which returns a FieldInformation

Object members

Measurement name DescriptionElement typeIndexingPhysical Information
minValueBin The minimum gray value of the current bin. Floating point [bin] INTENSITY
maxValueBin The maximum gray value of the current bin. Floating point [bin] INTENSITY
count The number of pixels having an intensity value belonging to the bin. Unsigned integer [bin] COUNT

Object methods

Method Description
void toDataFrame() Convert the measurement to an IOLink.DataFrame
Method Description
void ToDataFrame() Convert the measurement to an IOLink.DataFrame
Method Description
void to_data_frame() Convert the measurement to an IOLink.DataFrame

Related algorithms