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