Class SoObjectSpecificSurfaceQuantification.SbObjectSpecificSurface
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoObjectSpecificSurfaceQuantification.SbObjectSpecificSurface
-
- Enclosing class:
- SoObjectSpecificSurfaceQuantification
public static class SoObjectSpecificSurfaceQuantification.SbObjectSpecificSurface extends Inventor
Results details of object specific surface 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 SbObjectSpecificSurface(SoImageAnalysisResult analysis)
Calls SbObjectSpecificSurface(analysis, (int)0).SbObjectSpecificSurface(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getSpecificSurface()
The ratio of the binarised object surface to object volume, expressed in calibration unit with dimension -1.void
setValue(SoObjectSpecificSurfaceQuantification.SbObjectSpecificSurface copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbObjectSpecificSurface
public SbObjectSpecificSurface(SoImageAnalysisResult analysis)
Calls SbObjectSpecificSurface(analysis, (int)0).
-
SbObjectSpecificSurface
public SbObjectSpecificSurface(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoObjectSpecificSurfaceQuantification.SbObjectSpecificSurface copyFrom)
-
getSpecificSurface
public float getSpecificSurface()
The ratio of the binarised object surface to object volume, expressed in calibration unit with dimension -1. [BS/BV]
-
-