Table of Contents

Enum DrawLinesMatchesFlags

Namespace
OpenCvSharp.LineDescriptor
Assembly
OpenCvSharp.dll

Options for drawing key lines and line matches.

[Flags]
public enum DrawLinesMatchesFlags

Fields

Default = 0

Creates the output and draws matches and unmatched lines.

DrawOverOutImg = 1

Draws over the existing output image.

NotDrawSingleLines = 2

Does not draw unmatched lines.