Click or drag to resize

BaseOcrRun Method (Mat, String, Rect, String, Single, ComponentLevels)

Namespace:  OpenCvSharp.Text
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public abstract void Run(
	Mat image,
	out string outputText,
	out Rect[] componentRects,
	out string[] componentTexts,
	out float[] componentConfidences,
	ComponentLevels componentLevel = ComponentLevels.Word
)

Parameters

image
Type: OpenCvSharpMat
outputText
Type: SystemString
componentRects
Type: OpenCvSharpRect
componentTexts
Type: SystemString
componentConfidences
Type: SystemSingle
componentLevel (Optional)
Type: OpenCvSharp.TextComponentLevels
See Also