Click or drag to resize

NativeMethodsfeatures2d_DescriptorMatcher_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_DescriptorMatcher_create(
	string descriptorMatcherType,
	out IntPtr returnValue
)

Parameters

descriptorMatcherType
Type: SystemString

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also