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