LineIteratorData Property |
http://www.emgu.com
Get or set the pixel data in the current position
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Array Data { get; set; }
Public Property Data As Array
Get
Set
public:
property Array^ Data {
Array^ get ();
void set (Array^ value);
}
member Data : Array with get, set
Property Value
Type:
Array
See Also