Click or drag to resize
VectorOfTesseractResultPush Method
http://www.emgu.com
Push an array of value into the standard vector

Namespace: Emgu.CV.OCR
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Push(
	TesseractResult[] value
)

Parameters

value
Type: Emgu.CV.OCRTesseractResult
The value to be pushed to the vector
See Also