NativeMethodsfeatures2d_DescriptorExtractor_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_DescriptorExtractor_create( string descriptorExtractorType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_DescriptorExtractor_create ( descriptorExtractorType As String ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr features2d_DescriptorExtractor_create( String^ descriptorExtractorType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_DescriptorExtractor_create : descriptorExtractorType : string -> IntPtr
OpenCvSharp.NativeMethods.features2d_DescriptorExtractor_create = function(descriptorExtractorType);