Class SoObjectCountQuantification.SbObjectCountDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.globalmeasures.SoObjectCountQuantification.SbObjectCountDetail
-
- Enclosing class:
- SoObjectCountQuantification
public static class SoObjectCountQuantification.SbObjectCountDetail extends Inventor
Results details of objects count 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 SbObjectCountDetail(SoImageAnalysisResult analysis)
Calls SbObjectCountDetail(analysis, (int)0).SbObjectCountDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getObjectNumber()
The number of labeled objects.void
setValue(SoObjectCountQuantification.SbObjectCountDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbObjectCountDetail
public SbObjectCountDetail(SoImageAnalysisResult analysis)
Calls SbObjectCountDetail(analysis, (int)0).
-
SbObjectCountDetail
public SbObjectCountDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoObjectCountQuantification.SbObjectCountDetail copyFrom)
-
getObjectNumber
public long getObjectNumber()
The number of labeled objects.
-
-