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 structureSoAverageObjectAreaPerSliceQuantification3d.SbAverageObjectAreaPerSliceDetail

Results details of average object area per slice global measure.

Public structureSoAverageObjectNumberPerSliceQuantification3d.SbAverageObjectNumberPerSliceDetail

Results details of average object number per slice global measure.

Public structureSoAverageObjectThicknessQuantification3d.SbAverageObjectThicknessDetail

Results details of average object thickness global measure.

Public structureSoAverageSpaceThicknessQuantification3d.SbAverageSpaceThicknessDetail

Results details of average space thickness global measure.

Public structureSoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail

Results details of degree of anisotropy global measure.

Public structureSoFractalDimensionQuantification.SbFractalDetail

Results details of fractal dimension.

Public structureSoFragmentationIndexQuantification.SbFragmentationDetail

Results details of fragmentation global measure.

Public structureSoImageVolumeQuantification.SbImageVolumeDetail

Results details of total volume global measure.

Public structureSoInertiaMomentProcessing2d.SbMeanInertiaMomentDetail

Results details of mean inertia moment global measure.

Public structureSoObjectBoundaryAreaQuantification.SbObjectBoundaryAreaDetail

Results details of object boundary area global measure.

Public structureSoObjectImageRatioQuantification.SbObjectImageRatioDetail

Results details of object image ratio global measure.

Public structureSoObjectLinearDensityQuantification3d.SbObjectLinearDensityDetail

Results details of object linear density global measure.

Public structureSoObjectSpecificSurfaceQuantification.SbObjectSpecificSurface

Results details of object specific surface global measure.

Public structureSoObjectSurfaceDensityQuantification.SbObjectSurfaceDensityDetail

Results details of object surface density global measure.

Public structureSoObjectVolumeQuantification.SbObjectVolumeDetail

Results details of object volume global measure.

Public structureSoPorosityPercentageQuantification3d.SbPorosityPercentageDetail

Results details of porosity percentage global measure.

Public structureSoStructureModelIndexQuantification3d.SbStructureModelIndexDetail

Results details of structure model index global measure.

Public structureSoTotalImageBoundaryAreaQuantification.SbImageBoundaryAreaDetail

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).