Click or drag to resize

GpuMatReshape 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: SystemInt32
rows
Type: SystemInt32

Return Value

Type: GpuMat
See Also