Click or drag to resize

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

[Missing <summary> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

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

Parameters

image
Type: OpenCvSharpMat

[Missing <param name="image"/> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

mask
Type: OpenCvSharpMat

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

outputText
Type: SystemString

[Missing <param name="outputText"/> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

componentRects
Type: OpenCvSharpRect

[Missing <param name="componentRects"/> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

componentTexts
Type: SystemString

[Missing <param name="componentTexts"/> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

componentConfidences
Type: SystemSingle

[Missing <param name="componentConfidences"/> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

componentLevel (Optional)
Type: OpenCvSharp.TextComponentLevels

[Missing <param name="componentLevel"/> documentation for "M:OpenCvSharp.Text.BaseOCR.Run(OpenCvSharp.Mat,OpenCvSharp.Mat,System.String@,OpenCvSharp.Rect[]@,System.String[]@,System.Single[]@,OpenCvSharp.Text.ComponentLevels)"]

See Also