GpuMatReshape Method OpenCvSharp Class Library
creates alternative matrix header for the same data, with different number of channels and/or different number of rows. see cvReshape.

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public GpuMat Reshape(
	int cn,
	int rows
)

Parameters

cn
Type: SystemInt32

[Missing <param name="cn"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.GpuMat.Reshape(System.Int32,System.Int32)"]

rows
Type: SystemInt32

[Missing <param name="rows"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.GpuMat.Reshape(System.Int32,System.Int32)"]

Return Value

Type: GpuMat

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.GpuMat.Reshape(System.Int32,System.Int32)"]

See Also

Reference