Click or drag to resize

NativeMethodsflann_Index_knnSearch2 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 flann_Index_knnSearch2(
	IntPtr obj,
	IntPtr queries,
	IntPtr indices,
	IntPtr dists,
	int knn,
	IntPtr params
)

Parameters

obj
Type: SystemIntPtr
queries
Type: SystemIntPtr
indices
Type: SystemIntPtr
dists
Type: SystemIntPtr
knn
Type: SystemInt32
params
Type: SystemIntPtr
See Also