Class SoCompareImageQuantification.SbCompareDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.statistics.SoCompareImageQuantification.SbCompareDetail
-
- Enclosing class:
- SoCompareImageQuantification
@Deprecated(since="2023.2") public static class SoCompareImageQuantification.SbCompareDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details of comparison between two images.
-
-
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 SbCompareDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbCompareDetail(analysis, (int)0).SbCompareDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description long
getVoxelNumber()
Deprecated.The number of voxels fitting the criterion.void
setValue(SoCompareImageQuantification.SbCompareDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbCompareDetail
public SbCompareDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbCompareDetail(analysis, (int)0).
-
SbCompareDetail
public SbCompareDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
setValue
public void setValue(SoCompareImageQuantification.SbCompareDetail copyFrom)
Deprecated.
-
getVoxelNumber
public long getVoxelNumber()
Deprecated.The number of voxels fitting the criterion.
-
-