creates alternative matrix header for the same data, with different
number of channels and/or different number of rows. see cvReshape.
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic GpuMat Reshape(
int cn,
int rows
)
Public Function Reshape (
cn As Integer,
rows As Integer
) As GpuMat
public:
GpuMat^ Reshape(
int cn,
int rows
)
member Reshape :
cn : int *
rows : int -> GpuMat
function Reshape(cn, rows);
Parameters
- cn
- Type: System.Int32
- rows
- Type: System.Int32
Return Value
Type:
GpuMat
See Also