Click or drag to resize

NativeMethodsfeatures2d_BFMatcher_new Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_BFMatcher_new(
	int normType,
	int crossCheck,
	out IntPtr returnValue
)

Parameters

normType
Type: SystemInt32

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

crossCheck
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also