NativeMethodsflann_Index_radiusSearch1 Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

queries
Type: SystemSingle

[Missing <param name="queries"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

queriesLength
Type: SystemInt32

[Missing <param name="queriesLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

indices
Type: SystemInt32

[Missing <param name="indices"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

indicesLength
Type: SystemInt32

[Missing <param name="indicesLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

dists
Type: SystemSingle

[Missing <param name="dists"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

dists_length
Type: SystemInt32

[Missing <param name="dists_length"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

radius
Type: SystemSingle

[Missing <param name="radius"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

maxResults
Type: SystemInt32

[Missing <param name="maxResults"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

params
Type: SystemIntPtr

[Missing <param name="params"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_Index_radiusSearch1(System.IntPtr,System.Single[],System.Int32,System.Int32[],System.Int32,System.Single[],System.Int32,System.Single,System.Int32,System.IntPtr)"]

See Also

Reference