| DescriptorMatcherCreate Method |
Create descriptor matcher by type name.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Parameters
- descriptorMatcherType
- Type: SystemString
[Missing <param name="descriptorMatcherType"/> documentation for "M:OpenCvSharp.DescriptorMatcher.Create(System.String)"]
Return Value
Type:
DescriptorMatcher[Missing <returns> documentation for "M:OpenCvSharp.DescriptorMatcher.Create(System.String)"]
See Also