Click or drag to resize

NativeMethodsfeatures2d_DescriptorMatcher_knnMatch1 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_knnMatch1(
	IntPtr obj,
	IntPtr queryDescriptors,
	IntPtr trainDescriptors,
	IntPtr matches,
	int k,
	IntPtr mask,
	int compactResult
)

Parameters

obj
Type: SystemIntPtr
queryDescriptors
Type: SystemIntPtr
trainDescriptors
Type: SystemIntPtr
matches
Type: SystemIntPtr
k
Type: SystemInt32
mask
Type: SystemIntPtr
compactResult
Type: SystemInt32
See Also