public class SoDegreeOfAnisotropyQuantification extends SoImageVizEngine
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 is 0 for total isotropy and 1 for total anisotropy.
See also:
SoStructureModelIndexQuantification3d
, SoInertiaMomentProcessing2d
.
File format/default:
DegreeOfAnisotropyQuantification {
computeMode | MODE_AUTO |
inBinaryImage | NULL |
interceptDistance | 3 |
Library references: anisotropy_degree
Modifier and Type | Class and Description |
---|---|
static class |
SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail
Results details of degree of anisotropy global measure.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inBinaryImage
The input binary image.
|
SoSFInt32 |
interceptDistance
The distance between two intercept lines.
|
SoImageVizEngineAnalysisOutput<SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail> |
outResult
The output measure result.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoDegreeOfAnisotropyQuantification()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inBinaryImage
public final SoSFInt32 interceptDistance
public final SoImageVizEngineAnalysisOutput<SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail> outResult
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com