NativeMethodstext_OCRTesseract_run3 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void text_OCRTesseract_run3( IntPtr obj, IntPtr image, int minConfidence, int componentLevel, IntPtr dst )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub text_OCRTesseract_run3 ( obj As IntPtr, image As IntPtr, minConfidence As Integer, componentLevel As Integer, dst As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void text_OCRTesseract_run3( IntPtr obj, IntPtr image, int minConfidence, int componentLevel, IntPtr dst )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member text_OCRTesseract_run3 : obj : IntPtr * image : IntPtr * minConfidence : int * componentLevel : int * dst : IntPtr -> unit
OpenCvSharp.NativeMethods.text_OCRTesseract_run3 = function(obj, image, minConfidence, componentLevel, dst);