DescriptorMatcherCreate Method OpenCvSharp Class Library
Create descriptor matcher by type name.

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

public static DescriptorMatcher Create(
	string descriptorMatcherType
)

Parameters

descriptorMatcherType
Type: SystemString

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

Return Value

Type: DescriptorMatcher

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

See Also

Reference