Table of Contents

Class LineDetector

Namespace
Emgu.CV.Linemod
Assembly
Emgu.CV.dll

Detector using LINE algorithm with color gradients.

public class LineDetector : Detector, IDisposable
Inheritance
LineDetector
Implements
Inherited Members

Constructors

LineDetector()

Create a detector using LINE algorithm with color gradients. Default parameter settings suitable for VGA images.

public LineDetector()