Class SoCurvatureIntegralsQuantification3d
- 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.globalmeasures.SoCurvatureIntegralsQuantification3d
-
- All Implemented Interfaces:
SafeDisposable
public class SoCurvatureIntegralsQuantification3d extends SoImageVizEngine
SoCurvatureIntegralsQuantification3d
engine computes the integral of mean curvature and integral of total curvature. For an introduction, see section Analysis.This engine computes the integral of mean curvature and integral of total curvature of objects in a binary image. Intuitively, "curvature" is the amount by which a geometric object deviates from being "flat".
This engine computes a local measure. It is obtained as the sum of measures in local 2x2x2 neighborhoods (a cube), for 13 planes associated with different normal directions and hitting three or four vertices of the cells (in the cubical lattice).
In the case of very elongated objects (needles or fibers) the integral of mean curvature can be used to measure the length of the object :
For convex object, the integral of mean curvature is (up to a constant) equivalent to the mean diameter, i.e.
The Euler number and the Integral of Total Curvature carry the same information about the object. They differ by the constant factor . If we consider a set X of the 3-dimensional space and being its Euler number then the integral total curvature of X will be : .
For more information on Integral Curvatures you can refer to C .Lang, J. Ohser, R.Hilfer (1999) On the Analysis of Spatial Binary Images
File format/default:
CurvatureIntegralsQuantification3d {
inImage NULL
Library references: integral_curvature
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail
Results details of curvature integrals.-
Nested classes/interfaces inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoSFImageDataAdapter
inImage
The input 3D binary image.SoImageVizEngineAnalysisOutput<SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail>
outResult
The output measure result.-
Fields inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
onBegin, onEnd, onProgress
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoCurvatureIntegralsQuantification3d()
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
-
Methods inherited from class com.openinventor.inventor.engines.SoEngine
copy, getByName, getOutput, getOutputName
-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Field Detail
-
inImage
public final SoSFImageDataAdapter inImage
The input 3D binary image. Default value is NULL. Supported types include: binary image.
-
outResult
public final SoImageVizEngineAnalysisOutput<SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail> outResult
The output measure result. Default value is NULL.
-
-