Click or drag to resize
VectorOfByteStartAddress 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.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public IntPtr StartAddress { get; }

Property Value

Type: IntPtr
See Also