Click or drag to resize

NativeMethodsflann_Index_radiusSearch2 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_radiusSearch2(
	IntPtr obj,
	IntPtr queries,
	IntPtr indices,
	IntPtr dists,
	float radius,
	int maxResults,
	IntPtr params
)

Parameters

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