Create image from the specific multi-dimensional data, where the 1st dimesion is # of rows (height), the 2nd dimension is # cols (cols) and the 3rd dimension is the channel

C# | Visual Basic | Visual C++ |
public Image( TDepth[,,] data )
Public Sub New ( _ data As TDepth(,,) _ )
public: Image( array<TDepth,3>^ data )

- data (array< TDepth ,3>[,](,)[,])
- The multi-dimensional data where the 1st dimesion is # of rows (height), the 2nd dimension is # cols (cols) and the 3rd dimension is the channel