Changes shape of matrix/image without copying data
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- header
- Type: OpenCvSharpCvMat
 Output header to be filled.
- newCn
- Type: SystemInt32
 New number of channels. new_cn = 0 means that number of channels remains unchanged.
Return Value
Type: CvMat[Missing <returns> documentation for "M:OpenCvSharp.CvArr.Reshape(OpenCvSharp.CvMat@,System.Int32)"]
See Also