Click or drag to resize

StructuredEdgeDetectionComputeOrientation Method

The function computes orientation from edge image.

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void ComputeOrientation(
	InputArray src,
	OutputArray dst
)

Parameters

src
Type: OpenCvSharpInputArray
edge image.
dst
Type: OpenCvSharpOutputArray
orientation image.
See Also