ImageDev

StatisticsMsr

Contains the statistics computed on the intensities of an image.

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
pixelCount The number of pixels in the image. Unsigned integer [channel, time] COUNT
minimum The image's minimum value of intensities. Floating point [channel, time] INTENSITY
maximum The image's maximum value of intensities. Floating point [channel, time] INTENSITY
intensityRange The number of levels for an integer image; maximum minus minimum for a floating image. Floating point [channel, time] INTENSITY
mean The image's mean value of intensities. Floating point [channel, time] INTENSITY
standardDeviation The image's standard deviation of intensities. Floating point [channel, time] INTENSITY
skewness The degree of asymmetry of the intensities distribution. Floating point [channel, time] RATIO
kurtosis The degree of peakedness of the intensities distribution. Floating point [channel, time] RATIO

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