VectorOfVectorOfPoint3D32F Constructor (Int32) |
http://www.emgu.com
Create an standard vector of VectorOfPoint3D32F of the specific size
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic VectorOfVectorOfPoint3D32F(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfVectorOfPoint3D32F(
int size
)
new :
size : int -> VectorOfVectorOfPoint3D32F
Parameters
- size
- Type: SystemInt32
The size of the vector
See Also