Class SoAutoThresholdingProcessing.SbAutoThresholdingDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imagesegmentation.binarization.SoAutoThresholdingProcessing.SbAutoThresholdingDetail
-
- Enclosing class:
- SoAutoThresholdingProcessing
public static class SoAutoThresholdingProcessing.SbAutoThresholdingDetail 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 SbAutoThresholdingDetail(SoImageAnalysisResult analysis)
Calls SbAutoThresholdingDetail(analysis, (int)0).SbAutoThresholdingDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getThreshold()
The threshold computed by the algorithm.void
setValue(SoAutoThresholdingProcessing.SbAutoThresholdingDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbAutoThresholdingDetail
public SbAutoThresholdingDetail(SoImageAnalysisResult analysis)
Calls SbAutoThresholdingDetail(analysis, (int)0).
-
SbAutoThresholdingDetail
public SbAutoThresholdingDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoAutoThresholdingProcessing.SbAutoThresholdingDetail copyFrom)
-
getThreshold
public float getThreshold()
The threshold computed by the algorithm.
-
-