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
srcInputArraysource image (RGB, float, in [0;1]) to detect edges
dstOutputArraydestination image (grayscale, float, in [0;1]) where edges are drawn