Click or drag to resize
OIV.ImageViz.Engines.ImageAnalysis.Morphometry Namespace

The purpose of Morphometry category is to calculate morphometric parameters either in 3D based on a volume model, or in 2D from crossection images (individually or integrated over a volume-of-interest).

Classes
  ClassDescription
Public classSoAverageObjectAreaPerSliceQuantification3d
Public classSoAverageObjectNumberPerSliceQuantification3d
Public classSoAverageObjectThicknessQuantification3d
Public classSoAverageSpaceThicknessQuantification3d
Public classSoDegreeOfAnisotropyQuantification
Public classSoFractalDimensionQuantification
Public classSoFragmentationIndexQuantification
Public classSoImageVolumeQuantification
Public classSoInertiaMomentProcessing2d

OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoInertiaMomentProcessing2d measures the resistance of an object to changes in its motion around a given axis of rotation.

Public classSoObjectBoundaryAreaQuantification
Public classSoObjectImageRatioQuantification
Public classSoObjectLinearDensityQuantification3d
Public classSoObjectSpecificSurfaceQuantification
Public classSoObjectSurfaceDensityQuantification
Public classSoObjectVolumeQuantification
Public classSoPorosityPercentageQuantification3d
Public classSoStructureModelIndexQuantification3d
Public classSoTotalImageBoundaryAreaQuantification
Structures
  StructureDescription
Public structureSoAverageObjectAreaPerSliceQuantification3dSbAverageObjectAreaPerSliceDetail

Results details of average object area per slice global measure.

Public structureSoAverageObjectNumberPerSliceQuantification3dSbAverageObjectNumberPerSliceDetail

Results details of average object number per slice global measure.

Public structureSoAverageObjectThicknessQuantification3dSbAverageObjectThicknessDetail

Results details of average object thickness global measure.

Public structureSoAverageSpaceThicknessQuantification3dSbAverageSpaceThicknessDetail

Results details of average space thickness global measure.

Public structureSoDegreeOfAnisotropyQuantificationSbAnisotropyDegreeDetail

Results details of degree of anisotropy global measure.

Public structureSoFractalDimensionQuantificationSbFractalDetail

Results details of fractal dimension.

Public structureSoFragmentationIndexQuantificationSbFragmentationDetail

Results details of fragmentation global measure.

Public structureSoImageVolumeQuantificationSbImageVolumeDetail

Results details of total volume global measure.

Public structureSoInertiaMomentProcessing2dSbMeanInertiaMomentDetail

Results details of mean inertia moment global measure.

Public structureSoObjectBoundaryAreaQuantificationSbObjectBoundaryAreaDetail

Results details of object boundary area global measure.

Public structureSoObjectImageRatioQuantificationSbObjectImageRatioDetail

Results details of object image ratio global measure.

Public structureSoObjectLinearDensityQuantification3dSbObjectLinearDensityDetail

Results details of object linear density global measure.

Public structureSoObjectSpecificSurfaceQuantificationSbObjectSpecificSurface

Results details of object specific surface global measure.

Public structureSoObjectSurfaceDensityQuantificationSbObjectSurfaceDensityDetail

Results details of object surface density global measure.

Public structureSoObjectVolumeQuantificationSbObjectVolumeDetail

Results details of object volume global measure.

Public structureSoPorosityPercentageQuantification3dSbPorosityPercentageDetail

Results details of porosity percentage global measure.

Public structureSoStructureModelIndexQuantification3dSbStructureModelIndexDetail

Results details of structure model index global measure.

Public structureSoTotalImageBoundaryAreaQuantificationSbImageBoundaryAreaDetail

Results details of object boundary area global measure.

Enumerations
Remarks

These parameters have a general scientific meaning. Some of them correspond to a bone ASBMR structural parameter. In these cases, a reference to the ASBMR nomenclature is given in the documentation of the associated member of the output class object (e.g., SbAverageObjectAreaPerSliceDetail). Such reference to ASBMR parameter is written inside square brackets.

How to use mask

Some engines take a mask image as a parameter. If no mask image is set (default), then the computation is done on the whole input image. But when a mask image is provided, the input image is filtered similar to an OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoMaskImageProcessing engine and the result is computed only on the specified regions (where the mask value is not equal to 0).