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