Table of Contents

Method DetectEdges

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

DetectEdges(InputArray, OutputArray)

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

public virtual void DetectEdges(InputArray src, OutputArray dst)

Parameters

src InputArray

source image (RGB, float, in [0;1]) to detect edges

dst OutputArray

destination image (grayscale, float, in [0;1]) where edges are drawn