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