Method Resize
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Resize(int)
Changes the number of matrix rows.
public void Resize(int sz)
Parameters
szintNew number of rows.
Resize(int, Scalar)
Changes the number of matrix rows.
public void Resize(int sz, Scalar s)