MatResize Method (Int64, Scalar)
|
resizes matrix to the specified number of hyper-planes; initializes the newly added elements
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void Resize(
long sz,
Scalar s
)
Public Sub Resize (
sz As Long,
s As Scalar
)
public:
void Resize(
long long sz,
Scalar s
)
member Resize :
sz : int64 *
s : Scalar -> unit
Parameters
- sz
- Type: SystemInt64
- s
- Type: OpenCvSharpScalar
See Also