Changes shape of GpuMat without copying data.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1106 (2.2.1.1106)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- src
- IntPtr
The GpuMat to be reshaped
- newCn
- Int32
New number of channels. newCn = 0 means that the number of channels remains unchanged.
- newRows
- Int32
New number of rows. newRows = 0 means that the number of rows remains unchanged unless it needs to be changed according to newCn value.