| MatResize Method (Int32, Scalar) |
Changes the number of matrix rows.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void Resize(
int sz,
Scalar s
)
Public Sub Resize (
sz As Integer,
s As Scalar
)
public:
void Resize(
int sz,
Scalar s
)
member Resize :
sz : int *
s : Scalar -> unit
Parameters
- sz
- Type: SystemInt32
New number of rows. - s
- Type: OpenCvSharpScalar
Value assigned to the newly added elements.
See Also