Changes the shape of a 2D matrix without copying the data.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- newDims
- Type: SystemInt32
New number of rows. If the parameter is 0, the number of rows remains the same.
Return Value
Type: TInherit[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Mat`2.Reshape(System.Int32[])"]
See Also