Click or drag to resize

GpuMat.Reshape Method

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

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public GpuMat Reshape(
	int cn,
	int rows
)

Parameters

cn
Type: System.Int32
rows
Type: System.Int32

Return Value

Type: GpuMat
See Also