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