Click or drag to resize

NativeMethodsflann_Index_knnSearch3 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_knnSearch3(
	IntPtr obj,
	IntPtr queries,
	int[] indices,
	float[] dists,
	int knn,
	IntPtr params
)

Parameters

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