Click or drag to resize

NativeMethodsflann_Index_radiusSearch3 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_radiusSearch3(
	IntPtr obj,
	IntPtr queries,
	int[] indices,
	int indicesLength,
	float[] dists,
	int distsLength,
	float radius,
	int maxResults,
	IntPtr params
)

Parameters

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