http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Reshape the src GpuMat
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void GpuMatReshape( IntPtr src, IntPtr dst, int cn, int rows ) |
Visual Basic |
---|
Public Shared Sub GpuMatReshape ( _ src As IntPtr, _ dst As IntPtr, _ cn As Integer, _ rows As Integer _ ) |
Visual C++ |
---|
public: static void GpuMatReshape( IntPtr src, IntPtr dst, int cn, int rows ) |
Parameters
- src
- Type: System..::..IntPtr
The source GpuMat
- dst
- Type: System..::..IntPtr
The resulting GpuMat, as input it should be an empty GpuMat.
- cn
- Type: System..::..Int32
The new number of channels
- rows
- Type: System..::..Int32
The new number of rows