Class SoObjectImageRatioQuantification.SbObjectImageRatioDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoObjectImageRatioQuantification.SbObjectImageRatioDetail
-
- Enclosing class:
- SoObjectImageRatioQuantification
public static class SoObjectImageRatioQuantification.SbObjectImageRatioDetail extends Inventor
Results details of object image ratio 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 SbObjectImageRatioDetail(SoImageAnalysisResult analysis)
Calls SbObjectImageRatioDetail(analysis, (int)0).SbObjectImageRatioDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getVolumePercent()
The percentage of the volume of interest occupied by object voxels, value with no dimension.void
setValue(SoObjectImageRatioQuantification.SbObjectImageRatioDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbObjectImageRatioDetail
public SbObjectImageRatioDetail(SoImageAnalysisResult analysis)
Calls SbObjectImageRatioDetail(analysis, (int)0).
-
SbObjectImageRatioDetail
public SbObjectImageRatioDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoObjectImageRatioQuantification.SbObjectImageRatioDetail copyFrom)
-
getVolumePercent
public float getVolumePercent()
The percentage of the volume of interest occupied by object voxels, value with no dimension. [BV/TV]
-
-