Click or drag to resize

NativeMethodstext_BaseOCR_run2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void text_BaseOCR_run2(
	IntPtr obj,
	IntPtr image,
	IntPtr mask,
	IntPtr outputText,
	IntPtr componentRects,
	IntPtr componentTexts,
	IntPtr componentConfidences,
	int componentLevel
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
mask
Type: SystemIntPtr
outputText
Type: SystemIntPtr
componentRects
Type: SystemIntPtr
componentTexts
Type: SystemIntPtr
componentConfidences
Type: SystemIntPtr
componentLevel
Type: SystemInt32
See Also