Click or drag to resize

NativeMethodsfeatures2d_drawMatches2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void features2d_drawMatches2(
	IntPtr img1,
	KeyPoint[] keypoints1,
	int keypoints1Length,
	IntPtr img2,
	KeyPoint[] keypoints2,
	int keypoints2Length,
	IntPtr[] matches1to2,
	int matches1to2Size1,
	int[] matches1to2Size2,
	IntPtr outImg,
	Scalar matchColor,
	Scalar singlePointColor,
	IntPtr[] matchesMask,
	int matchesMaskSize1,
	int[] matchesMaskSize2,
	int flags
)

Parameters

img1
Type: SystemIntPtr
keypoints1
Type: OpenCvSharpKeyPoint
keypoints1Length
Type: SystemInt32
img2
Type: SystemIntPtr
keypoints2
Type: OpenCvSharpKeyPoint
keypoints2Length
Type: SystemInt32
matches1to2
Type: SystemIntPtr
matches1to2Size1
Type: SystemInt32
matches1to2Size2
Type: SystemInt32
outImg
Type: SystemIntPtr
matchColor
Type: OpenCvSharpScalar
singlePointColor
Type: OpenCvSharpScalar
matchesMask
Type: SystemIntPtr
matchesMaskSize1
Type: SystemInt32
matchesMaskSize2
Type: SystemInt32
flags
Type: SystemInt32
See Also