Click or drag to resize

VectorOfTesseractResultStartAddress Property

http://www.emgu.com
The pointer to the first element on the vector. In case of an empty vector, IntPtr.Zero will be returned.

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public IntPtr StartAddress { get; }

Property Value

Type: IntPtr
See Also