Click or drag to resize
SoCannyEdgeProcessingSbCannyEdgeDetectionDetail Class

Note: This API is now obsolete.

Results details of canny edge detection workflow.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoCannyEdgeProcessingSbCannyEdgeDetectionDetail

Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarking
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.2.3.0 (2023.2.3)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.")]
public class SbCannyEdgeDetectionDetail : SoNetBase

The SoCannyEdgeProcessingSbCannyEdgeDetectionDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoCannyEdgeProcessingSbCannyEdgeDetectionDetail(SoImageAnalysisResult)
Calls SbCannyEdgeDetectionDetail(analysis, System.Int32(0)).
Public methodSoCannyEdgeProcessingSbCannyEdgeDetectionDetail(SoImageAnalysisResult, Int32)
Initializes a new instance of the SoCannyEdgeProcessingSbCannyEdgeDetectionDetail class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetThresholds
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

These details provide the estimated parameters of the threshold values used by the hysteresis

See Also