Emgu CV Library Documentation
Data Property
NamespacesEmgu.CVMatND<(Of <(TDepth>)>)Data

www.emgu.com/wiki
Get the underneath managed array
Declaration Syntax
C#Visual BasicVisual C++
public Array Data { get; set; }
Public Property Data As Array
public:
property Array^ Data {
	Array^ get ();
	void set (Array^ value);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)