VectorOfKeyPointStartAddress 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: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic IntPtr StartAddress { get; }
Public ReadOnly Property StartAddress As IntPtr
Get
public:
property IntPtr StartAddress {
IntPtr get ();
}
member StartAddress : IntPtr with get
Property Value
Type:
IntPtr
See Also