NativeMethodstext_OCRTesseract_run2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void text_OCRTesseract_run2( IntPtr obj, IntPtr image, IntPtr mask, IntPtr outputText, IntPtr componentRects, IntPtr componentTexts, IntPtr componentConfidences, int componentLevel )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub text_OCRTesseract_run2 ( obj As IntPtr, image As IntPtr, mask 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_run2( IntPtr obj, IntPtr image, IntPtr mask, IntPtr outputText, IntPtr componentRects, IntPtr componentTexts, IntPtr componentConfidences, int componentLevel )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member text_OCRTesseract_run2 : obj : IntPtr * image : IntPtr * mask : IntPtr * outputText : IntPtr * componentRects : IntPtr * componentTexts : IntPtr * componentConfidences : IntPtr * componentLevel : int -> unit
OpenCvSharp.NativeMethods.text_OCRTesseract_run2 = function(obj, image, mask, outputText, componentRects, componentTexts, componentConfidences, componentLevel);