Method Create
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Create(string)
Create descriptor matcher by type name.
public static DescriptorMatcher Create(string descriptorMatcherType)
Parameters
descriptorMatcherTypestring
Returns
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
matcherTypeDescriptorMatcher.MatcherType