Class SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.edgedetection.edgemarking.SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail
-
- Enclosing class:
- SoCannyEdgeProcessing
@Deprecated(since="2023.2") public static class SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details of canny edge detection workflow. These details provide the estimated parameters of the threshold values used by the hysteresis
-
-
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 SbCannyEdgeDetectionDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbCannyEdgeDetectionDetail(analysis, (int)0).SbCannyEdgeDetectionDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SbVec2f
getThresholds()
Deprecated.void
setValue(SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbCannyEdgeDetectionDetail
public SbCannyEdgeDetectionDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbCannyEdgeDetectionDetail(analysis, (int)0).
-
SbCannyEdgeDetectionDetail
public SbCannyEdgeDetectionDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
getThresholds
public SbVec2f getThresholds()
Deprecated.
-
setValue
public void setValue(SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail copyFrom)
Deprecated.
-
-