SoDegreeOfAnisotropyQuantification Class Reference
[Morphometry]

ImageViz SoDegreeOfAnisotropyQuantification engine More...

#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoDegreeOfAnisotropyQuantification.h>

Inheritance diagram for SoDegreeOfAnisotropyQuantification:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Classes

class  SbAnisotropyDegreeDetail
 Results details of degree of anisotropy global measure. More...

Public Member Functions

 SoDegreeOfAnisotropyQuantification ()

Public Attributes

SoSFEnum computeMode
SoSFImageDataAdapter inBinaryImage
SoSFInt32 interceptDistance
SoImageVizEngineAnalysisOutput
< SbAnisotropyDegreeDetail
outResult

Detailed Description

ImageViz SoDegreeOfAnisotropyQuantification engine

The SoDegreeOfAnisotropyQuantification engine measures a 3D symmetry

For an introduction, see section Morphometry.

This engine computes a measure of 3D symmetry. It is a good indicator to detect structural alignments along particular directional axis. This engine uses mean intercept length and eigen value analysis.

Mean intercept length analysis allows the user to measure isotropy of a structure. It proceeds sending a set of oriented ray through the binarised 3D image volume. For each ray, the number of objects encountered is counted. A set of discreet angles are processed as described and for each one an averaged is done by using a regularly spaced grid of rays. The SoDegreeOfAnisotropyQuantification::interceptDistance field is the distance between two lines intercept. The pitch angle is fixed at 10 degrees (not radians).

A classical eigen value analysis of this cloud of values (mean of number of intersect in function of angle) is then done. This analysis allows one to extract a minimal and a maximal eigen value. The closest these values are, the less the structural anisotropy is. Indeed maximum and minimum eigen values equality means that their is no privileged structural direction.

\[Degree ~ of ~ Anisotropy = \left( 1-\left[\frac{mineigenvalue}{maxeigenvalue}\right] \right)\]

Degree of anisotropy is 0 for total isotropy and 1 for total anisotropy.

SEE ALSO

SoStructureModelIndexQuantification3d, SoInertiaMomentProcessing2d.

FILE FORMAT/DEFAULT


Library references: anisotropy_degree


Constructor & Destructor Documentation

SoDegreeOfAnisotropyQuantification::SoDegreeOfAnisotropyQuantification (  ) 

Constructor.


Member Data Documentation

Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.

Default is MODE_AUTO

The input binary image.

Default value is NULL. Supported types include: binary color image.

The distance between two intercept lines.

Default value is 3.

The output measure result.

Default value is NULL.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/