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.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public TesseractResult[] ToArray()

Return Value

Type: TesseractResult
An array of TesseractResult
See Also