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