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

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