Click or drag to resize
CudaInvokeGpuMatReshape Method
http://www.emgu.com
gpuMatReshape the src GpuMat

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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