MatDataAllocatorData Property |
http://www.emgu.com
Get the managed data used by the Mat
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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