ImageDev

AxisPropagationLabel3dMsr

Contains the results of a label propagation analysis performed on a three-dimensional image.

More details about these results are available in the Propagation section.

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
poreVolume The volume of the studied phase (porosity), expressed in world coordinates. Floating point None VOLUME
connectedPoreVolume The connected volume of the studied phase (porosity), expressed in world coordinates. Floating point None VOLUME
isolatedPoreVolume The disconnected volume of the studied phase (porosity), expressed in world coordinates. Floating point None VOLUME
connectivity The ratio of connected volume of studied phase to its total volume, in percent. Floating point None PERCENTAGE
connectedPoreMean The average intensity of the connected porosity. Floating point None INTENSITY
connectedPoreStdDev The standard deviation of the connected porosity intensity. Floating point None INTENSITY
isolatedPoreMean The average intensity of the disconnected porosity. Floating point None INTENSITY
isolatedPoreStdDev The standard deviation of the connected porosity intensity. Floating point None INTENSITY

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