Click or drag to resize
SoCannyEdgeProcessingSbCannyEdgeDetectionDetail Class

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: 10.12.3.0 (10.12.3.0)
Syntax
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