Table of Contents

Class StructuredEdgeDetection

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Class implementing edge detection algorithm from @cite Dollar2013 :

public class StructuredEdgeDetection : Algorithm, IDisposable
Inheritance
StructuredEdgeDetection
Implements
Inherited Members

Methods

ComputeOrientation(InputArray, OutputArray)

The function computes orientation from edge image.

Create(string, RFFeatureGetter?)

Creates a StructuredEdgeDetection

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

EdgesNms(InputArray, InputArray, OutputArray, int, int, float, bool)

The function edgenms in edge image and suppress edges where edge is stronger in orthogonal direction.

GetBoundingBoxes(InputArray, InputArray, out Rect[])

Returns array containing proposal boxes.