http://www.emgu.com
Get reshaped matrix which also share the same data with the current matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix<TDepth> Reshape(
int newChannels,
int newRows
) |
Visual Basic |
---|
Public Function Reshape ( _
newChannels As Integer, _
newRows As Integer _
) As Matrix(Of TDepth) |
Visual C++ |
---|
public:
Matrix<TDepth>^ Reshape(
int newChannels,
int newRows
) |
Return Value
A reshaped matrix which also share the same data with the current matrix
See Also