Table of Contents

Namespace Emgu.CV.LineDescriptor

Classes

BinaryDescriptor

Class implements both functionality for detection of lines and computation of their binary descriptor.

LSDDetector

The lines extraction methodology described in the following is mainly based on: R Grompone Von Gioi, Jeremie Jakubowicz, Jean-Michel Morel, and Gregory Randall. Lsd: A fast line segment detector with a false detection control. IEEE Transactions on Pattern Analysis and Machine Intelligence, 32(4):722-732, 2010.

LineDescriptorInvoke

Entry points for LineDescriptor module

VectorOfKeyLine

Wrapped class of the C++ standard vector of KeyLine.

Structs

MKeyLine

A class to represent a line.