VectorOfVectorOfRect Constructor (VectorOfRect) |
http://www.emgu.com
Create an standard vector of VectorOfRect with the initial values
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfVectorOfRect(
params VectorOfRect[] values
)
Public Sub New (
ParamArray values As VectorOfRect()
)
public:
VectorOfVectorOfRect(
... array<VectorOfRect^>^ values
)
new :
values : VectorOfRect[] -> VectorOfVectorOfRect
Parameters
- values
- Type: Emgu.CV.UtilVectorOfRect
The initial values
See Also