Class SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.edgedetection.edgemarking.SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail
-
- Enclosing class:
- SoCannyEdgeProcessing
public static class SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail extends Inventor
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)
Calls SbCannyEdgeDetectionDetail(analysis, (int)0).SbCannyEdgeDetectionDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SbVec2f
getThresholds()
void
setValue(SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbCannyEdgeDetectionDetail
public SbCannyEdgeDetectionDetail(SoImageAnalysisResult analysis)
Calls SbCannyEdgeDetectionDetail(analysis, (int)0).
-
SbCannyEdgeDetectionDetail
public SbCannyEdgeDetectionDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
getThresholds
public SbVec2f getThresholds()
-
setValue
public void setValue(SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail copyFrom)
-
-