ImageDev

IntensityIntegral3dMsr

Contains information related to summing the voxel intensities of a three-dimensional 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
intensityIntegral The sum of image intensities weighted by the voxel size (volume for a binary image). Floating point None INTENSITY
volumeFraction The number of object voxels divided by the total number of voxels of the input image (only available for a binary input image). Floating point None FRACTION

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