Class SoAutoSegmentation3PhasesProcessing.SbAutoSegmentation3PhasesDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imagesegmentation.labeling.SoAutoSegmentation3PhasesProcessing.SbAutoSegmentation3PhasesDetail
-
- Enclosing class:
- SoAutoSegmentation3PhasesProcessing
public static class SoAutoSegmentation3PhasesProcessing.SbAutoSegmentation3PhasesDetail extends Inventor
Results details of threshold by automatic segmentation.
-
-
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 SbAutoSegmentation3PhasesDetail(SoImageAnalysisResult analysis)
Calls SbAutoSegmentation3PhasesDetail(analysis, (int)0).SbAutoSegmentation3PhasesDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getThresholdHigh()
The high threshold computed by the algorithm.float
getThresholdLow()
The low threshold computed by the algorithm.void
setValue(SoAutoSegmentation3PhasesProcessing.SbAutoSegmentation3PhasesDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbAutoSegmentation3PhasesDetail
public SbAutoSegmentation3PhasesDetail(SoImageAnalysisResult analysis)
Calls SbAutoSegmentation3PhasesDetail(analysis, (int)0).
-
SbAutoSegmentation3PhasesDetail
public SbAutoSegmentation3PhasesDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
getThresholdHigh
public float getThresholdHigh()
The high threshold computed by the algorithm.
-
setValue
public void setValue(SoAutoSegmentation3PhasesProcessing.SbAutoSegmentation3PhasesDetail copyFrom)
-
getThresholdLow
public float getThresholdLow()
The low threshold computed by the algorithm.
-
-