LineIteratorDataPtr Property |
http://www.emgu.com
Native pointer to the pixel data at the current position
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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