Class SoAutoThresholdingProcessing.SbAutoThresholdingDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imagesegmentation.binarization.SoAutoThresholdingProcessing.SbAutoThresholdingDetail
-
- Enclosing class:
- SoAutoThresholdingProcessing
@Deprecated(since="2023.2") public static class SoAutoThresholdingProcessing.SbAutoThresholdingDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.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)
Deprecated.Calls SbAutoThresholdingDetail(analysis, (int)0).SbAutoThresholdingDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description float
getThreshold()
Deprecated.The threshold computed by the algorithm.void
setValue(SoAutoThresholdingProcessing.SbAutoThresholdingDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbAutoThresholdingDetail
public SbAutoThresholdingDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbAutoThresholdingDetail(analysis, (int)0).
-
SbAutoThresholdingDetail
public SbAutoThresholdingDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
setValue
public void setValue(SoAutoThresholdingProcessing.SbAutoThresholdingDetail copyFrom)
Deprecated.
-
getThreshold
public float getThreshold()
Deprecated.The threshold computed by the algorithm.
-
-