NativeMethodstext_OCRTesseract_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr text_OCRTesseract_create( string datapath, string language, string charWhitelist, int oem, int psmode )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function text_OCRTesseract_create ( datapath As String, language As String, charWhitelist As String, oem As Integer, psmode As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr text_OCRTesseract_create( String^ datapath, String^ language, String^ charWhitelist, int oem, int psmode )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member text_OCRTesseract_create : datapath : string * language : string * charWhitelist : string * oem : int * psmode : int -> IntPtr
OpenCvSharp.NativeMethods.text_OCRTesseract_create = function(datapath, language, charWhitelist, oem, psmode);