| DescriptorMatcherCreate Method  | 
        
         
            Create descriptor matcher by type name.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic static DescriptorMatcher Create(
	string descriptorMatcherType
)
Public Shared Function Create ( 
	descriptorMatcherType As String
) As DescriptorMatcher
public:
static DescriptorMatcher^ Create(
	String^ descriptorMatcherType
)
static member Create : 
        descriptorMatcherType : string -> DescriptorMatcher 
OpenCvSharp.DescriptorMatcher.Create = function(descriptorMatcherType);
Parameters
- descriptorMatcherType
- Type: SystemString
 
Return Value
Type: 
DescriptorMatcher See Also
See Also