Click or drag to resize

VectorOfTesseractResultToArray Method

http://www.emgu.com
Convert the standard vector to an array of TesseractResult

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public TesseractResult[] ToArray()

Return Value

Type: TesseractResult
An array of TesseractResult
See Also