Click or drag to resize

StructuredEdgeDetectionDetectEdges Method

The function detects edges in src and draw them to dst. The algorithm underlies this function is much more robust to texture presence, than common approaches, e.g.Sobel

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

Parameters

src
Type: OpenCvSharpInputArray
source image (RGB, float, in [0;1]) to detect edges
dst
Type: OpenCvSharpOutputArray
destination image (grayscale, float, in [0;1]) where edges are drawn
See Also