VectorOfTesseractResult Constructor (Int32) |
http://www.emgu.com
Create an standard vector of TesseractResult of the specific size
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic VectorOfTesseractResult(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfTesseractResult(
int size
)
new :
size : int -> VectorOfTesseractResult
Parameters
- size
- Type: SystemInt32
The size of the vector
See Also