[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
public static void features2d_drawMatches1( IntPtr img1, KeyPoint[] keypoints1, int keypoints1Length, IntPtr img2, KeyPoint[] keypoints2, int keypoints2Length, DMatch[] matches1to2, int matches1to2Length, IntPtr outImg, CvScalar matchColor, CvScalar singlePointColor, byte[] matchesMask, int matchesMaskLength, int flags )
Parameters
- img1
- Type: SystemIntPtr
[Missing <param name="img1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- keypoints1
- Type: OpenCvSharp.CPlusPlusKeyPoint
[Missing <param name="keypoints1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- keypoints1Length
- Type: SystemInt32
[Missing <param name="keypoints1Length"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- img2
- Type: SystemIntPtr
[Missing <param name="img2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- keypoints2
- Type: OpenCvSharp.CPlusPlusKeyPoint
[Missing <param name="keypoints2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- keypoints2Length
- Type: SystemInt32
[Missing <param name="keypoints2Length"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- matches1to2
- Type: OpenCvSharp.CPlusPlusDMatch
[Missing <param name="matches1to2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- matches1to2Length
- Type: SystemInt32
[Missing <param name="matches1to2Length"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- outImg
- Type: SystemIntPtr
[Missing <param name="outImg"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- matchColor
- Type: OpenCvSharpCvScalar
[Missing <param name="matchColor"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- singlePointColor
- Type: OpenCvSharpCvScalar
[Missing <param name="singlePointColor"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- matchesMask
- Type: SystemByte
[Missing <param name="matchesMask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- matchesMaskLength
- Type: SystemInt32
[Missing <param name="matchesMaskLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]
- flags
- Type: SystemInt32
[Missing <param name="flags"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawMatches1(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,OpenCvSharp.CPlusPlus.DMatch[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Byte[],System.Int32,System.Int32)"]