VectorOfMat Constructor (Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic VectorOfMat(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfMat(
int size
)
new :
size : int -> VectorOfMat
OpenCvSharp.VectorOfMat = function(size);
Parameters
- size
- Type: SystemInt32
See Also