Enum DrawLinesMatchesFlags
- Namespace
- OpenCvSharp.LineDescriptor
- Assembly
- OpenCvSharp.dll
Options for drawing key lines and line matches.
[Flags]
public enum DrawLinesMatchesFlags
Fields
Default = 0Creates the output and draws matches and unmatched lines.
DrawOverOutImg = 1Draws over the existing output image.
NotDrawSingleLines = 2Does not draw unmatched lines.