Click or drag to resize

NativeMethodsfeatures2d_FlannBasedMatcher_new Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_FlannBasedMatcher_new(System.IntPtr,System.IntPtr,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_FlannBasedMatcher_new(
	IntPtr indexParams,
	IntPtr searchParams,
	out IntPtr returnValue
)

Parameters

indexParams
Type: SystemIntPtr

[Missing <param name="indexParams"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FlannBasedMatcher_new(System.IntPtr,System.IntPtr,System.IntPtr@)"]

searchParams
Type: SystemIntPtr

[Missing <param name="searchParams"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FlannBasedMatcher_new(System.IntPtr,System.IntPtr,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_FlannBasedMatcher_new(System.IntPtr,System.IntPtr,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_FlannBasedMatcher_new(System.IntPtr,System.IntPtr,System.IntPtr@)"]

See Also