Click or drag to resize

NativeMethodsflann_Index_radiusSearch1 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_radiusSearch1(
	IntPtr obj,
	float[] queries,
	int queriesLength,
	int[] indices,
	int indicesLength,
	float[] dists,
	int dists_length,
	float radius,
	int maxResults,
	IntPtr params
)

Parameters

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