Table of Contents

Method Create

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Create(string)

Create descriptor matcher by type name.

public static DescriptorMatcher Create(string descriptorMatcherType)

Parameters

descriptorMatcherType string

Returns

DescriptorMatcher

Create(MatcherType)

Creates a descriptor matcher of a given type with the default parameters (using default constructor).

public static DescriptorMatcher Create(DescriptorMatcher.MatcherType matcherType)

Parameters

matcherType DescriptorMatcher.MatcherType

Returns

DescriptorMatcher