| VectorOfVectorOfInt Constructor (Int32) |
http://www.emgu.com
Create an standard vector of VectorOfInt of the specific size
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic VectorOfVectorOfInt(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfVectorOfInt(
int size
)
new :
size : int -> VectorOfVectorOfIntParameters
- size
- Type: SystemInt32
The size of the vector
See Also