resizes matrix to the specified number of hyper-planes
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void Resize(
long sz
)
Public Sub Resize (
sz As Long
)
public:
void Resize(
long long sz
)
member Resize :
sz : int64 -> unit
Parameters
- sz
- Type: SystemInt64
See Also