MatTElem, TInheritReshape Method (Int32)
|
Changes the shape of channels of a 2D matrix without copying the data.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic TInherit Reshape(
int rows
)
Public Function Reshape (
rows As Integer
) As TInherit
public:
TInherit Reshape(
int rows
)
member Reshape :
rows : int -> 'TInherit
Parameters
- rows
- Type: SystemInt32
New number of rows. If the parameter is 0, the number of rows remains the same.
Return Value
Type:
TInherit
See Also