LineIteratorDataPtr Property |
http://www.emgu.com
Native pointer to the pixel data at the current position
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic IntPtr DataPtr { get; }
Public ReadOnly Property DataPtr As IntPtr
Get
public:
property IntPtr DataPtr {
IntPtr get ();
}
member DataPtr : IntPtr with get
Property Value
Type:
IntPtr
See Also