Method DrawLineMatches
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
DrawLineMatches(Mat, KeyLine[], Mat, KeyLine[], DMatch[], Mat, Scalar?, Scalar?, byte[]?, DrawLinesMatchesFlags)
Draws matched key lines from two images.
public static void DrawLineMatches(Mat image1, KeyLine[] keyLines1, Mat image2, KeyLine[] keyLines2, DMatch[] matches, Mat output, Scalar? matchColor = null, Scalar? singleLineColor = null, byte[]? matchesMask = null, DrawLinesMatchesFlags flags = DrawLinesMatchesFlags.Default)