Class SoTotalImageBoundaryAreaQuantification.SbImageBoundaryAreaDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoTotalImageBoundaryAreaQuantification.SbImageBoundaryAreaDetail
-
- Enclosing class:
- SoTotalImageBoundaryAreaQuantification
public static class SoTotalImageBoundaryAreaQuantification.SbImageBoundaryAreaDetail extends Inventor
Results details of object boundary area global measure.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SbImageBoundaryAreaDetail(SoImageAnalysisResult analysis)
Calls SbImageBoundaryAreaDetail(analysis, (int)0).SbImageBoundaryAreaDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getInterceptionSurface()
The surface of the volume of interest intercepted by objects, expressed in calibration unit with dimension 2.long
getVoxelNumber()
The number of voxels of the volume of interest intercepted by objects.void
setValue(SoTotalImageBoundaryAreaQuantification.SbImageBoundaryAreaDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbImageBoundaryAreaDetail
public SbImageBoundaryAreaDetail(SoImageAnalysisResult analysis)
Calls SbImageBoundaryAreaDetail(analysis, (int)0).
-
SbImageBoundaryAreaDetail
public SbImageBoundaryAreaDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
getInterceptionSurface
public float getInterceptionSurface()
The surface of the volume of interest intercepted by objects, expressed in calibration unit with dimension 2. [i.S]
-
setValue
public void setValue(SoTotalImageBoundaryAreaQuantification.SbImageBoundaryAreaDetail copyFrom)
-
getVoxelNumber
public long getVoxelNumber()
The number of voxels of the volume of interest intercepted by objects. [i.S]
-
-