| MatTElemReshape Method (Int32) |
Changes the shape of channels of a 2D matrix without copying the data.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat<TElem> Reshape(
int rows
)
Public Function Reshape (
rows As Integer
) As Mat(Of TElem)
public:
Mat<TElem>^ Reshape(
int rows
)
member Reshape :
rows : int -> Mat<'TElem>
Parameters
- rows
- Type: SystemInt32
New number of rows. If the parameter is 0, the number of rows remains the same.
Return Value
Type:
MatTElem[Missing <returns> documentation for "M:OpenCvSharp.Mat`1.Reshape(System.Int32)"]
See Also