MatTElem, TInheritReshape Method (Int32)
|
Changes the shape 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(
params int[] newDims
)
Public Function Reshape (
ParamArray newDims As Integer()
) As TInherit
public:
TInherit Reshape(
... array<int>^ newDims
)
member Reshape :
newDims : int[] -> 'TInherit
function Reshape(... newDims);
Parameters
- newDims
- Type: SystemInt32
New number of rows. If the parameter is 0, the number of rows remains the same.
Return Value
Type:
TInherit
See Also