Click or drag to resize

NativeMethodsfeatures2d_DescriptorMatcher_match1 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_DescriptorMatcher_match1(
	IntPtr obj,
	IntPtr queryDescriptors,
	IntPtr trainDescriptors,
	IntPtr matches,
	IntPtr mask
)

Parameters

obj
Type: SystemIntPtr
queryDescriptors
Type: SystemIntPtr
trainDescriptors
Type: SystemIntPtr
matches
Type: SystemIntPtr
mask
Type: SystemIntPtr
See Also