Click or drag to resize

CudaInvokeGpuMatReshape Method

http://www.emgu.com
gpuMatReshape the src GpuMat

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void GpuMatReshape(
	IntPtr src,
	IntPtr dst,
	int cn,
	int rows
)

Parameters

src
Type: SystemIntPtr
The source GpuMat
dst
Type: SystemIntPtr
The resulting GpuMat, as input it should be an empty GpuMat.
cn
Type: SystemInt32
The new number of channels
rows
Type: SystemInt32
The new number of rows
See Also