Click or drag to resize

DescriptorMatcherCreate Method

Create descriptor matcher by type name.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static DescriptorMatcher Create(
	string descriptorMatcherType
)

Parameters

descriptorMatcherType
Type: SystemString

Return Value

Type: DescriptorMatcher
See Also