MatDataAllocatorData Property |
http://www.emgu.com
Get the managed data used by the Mat
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Array Data { get; }
Public ReadOnly Property Data As Array
Get
public:
property Array^ Data {
Array^ get ();
}
member Data : Array with get
Property Value
Type:
Array
See Also