Click or drag to resize

StructuredEdgeDetectionComputeOrientation Method

http://www.emgu.com
The function computes orientation from edge image.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void ComputeOrientation(
	IInputArray src,
	IOutputArray dst
)

Parameters

src
Type: Emgu.CVIInputArray
Edge image.
dst
Type: Emgu.CVIOutputArray
Orientation image.
See Also