Click or drag to resize

DescriptorMatcherCreate Method

Create descriptor matcher by type name.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static DescriptorMatcher Create(
	string descriptorMatcherType
)

Parameters

descriptorMatcherType
Type: SystemString

[Missing <param name="descriptorMatcherType"/> documentation for "M:OpenCvSharp.DescriptorMatcher.Create(System.String)"]

Return Value

Type: DescriptorMatcher

[Missing <returns> documentation for "M:OpenCvSharp.DescriptorMatcher.Create(System.String)"]

See Also