Table of Contents

Class FastLineDetector

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Class implementing the FLD (Fast Line Detector) algorithm described in @cite Lee14.

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

Methods

Create(int, float, double, double, int, bool)

Creates a smart pointer to a FastLineDetector object and initializes it

Detect(InputArray)

Finds lines in the input image. This is the output of the default parameters of the algorithm on the above shown image.

Detect(InputArray, OutputArray)

Finds lines in the input image. This is the output of the default parameters of the algorithm on the above shown image.

DrawSegments(InputOutputArray, InputArray, bool)

Draws the line segments on a given image.

DrawSegments(InputOutputArray, IEnumerable<Vec4f>, bool)

Draws the line segments on a given image.