Click or drag to resize

MatrixTDepthReshape Method

http://www.emgu.com
Get reshaped matrix which also share the same data with the current matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Matrix<TDepth> Reshape(
	int newChannels,
	int newRows
)

Parameters

newChannels
Type: SystemInt32
the new number of channles
newRows
Type: SystemInt32
The new number of rows

Return Value

Type: MatrixTDepth
A reshaped matrix which also share the same data with the current matrix
See Also