Class SoDegreeOfAnisotropyQuantification
- java.lang.Object
- 
- com.openinventor.inventor.Inventor
- 
- com.openinventor.inventor.misc.SoBase
- 
- com.openinventor.inventor.fields.SoFieldContainer
- 
- com.openinventor.inventor.engines.SoEngine
- 
- com.openinventor.imageviz.engines.SoImageVizEngine
- 
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoDegreeOfAnisotropyQuantification
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- SafeDisposable
 
 public class SoDegreeOfAnisotropyQuantification extends SoImageVizEngine SoDegreeOfAnisotropyQuantificationengine. TheSoDegreeOfAnisotropyQuantificationengine measures a 3D symmetryFor 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.interceptDistancefield 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. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetailResults details of degree of anisotropy global measure.- 
Nested classes/interfaces inherited from class com.openinventor.imageviz.engines.SoImageVizEngineSoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
 - 
Nested classes/interfaces inherited from class com.openinventor.inventor.InventorInventor.ConstructorCommand
 
- 
 - 
Field SummaryFields Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFImageDataAdapterinBinaryImageThe input binary image.SoSFInt32interceptDistanceThe distance between two intercept lines.SoImageVizEngineAnalysisOutput<SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail>outResultThe output measure result.- 
Fields inherited from class com.openinventor.imageviz.engines.SoImageVizEngineonBegin, onEnd, onProgress
 - 
Fields inherited from class com.openinventor.inventor.InventorVERBOSE_LEVEL, ZeroHandle
 
- 
 - 
Constructor SummaryConstructors Constructor Description SoDegreeOfAnisotropyQuantification()Constructor.
 - 
Method Summary- 
Methods inherited from class com.openinventor.imageviz.engines.SoImageVizEngineabortEvaluate, isEvaluating, startEvaluate, waitEvaluate
 - 
Methods inherited from class com.openinventor.inventor.engines.SoEnginecopy, getByName, getOutput, getOutputName
 - 
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainercopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
 - 
Methods inherited from class com.openinventor.inventor.misc.SoBasedispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
 - 
Methods inherited from class com.openinventor.inventor.InventorgetNativeResourceHandle
 
- 
 
- 
- 
- 
Field Detail- 
computeModepublic final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode Select the compute Mode (2D or 3D or AUTO) . Default is MODE_AUTO
 - 
inBinaryImagepublic final SoSFImageDataAdapter inBinaryImage The input binary image. Default value is NULL. Supported types include: binary color image.
 - 
interceptDistancepublic final SoSFInt32 interceptDistance The distance between two intercept lines. Default value is 3.
 - 
outResultpublic final SoImageVizEngineAnalysisOutput<SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail> outResult The output measure result. Default value is NULL.
 
- 
 
-