Click or drag to resize

VectorOfTriangle2DF Constructor (Int32)

http://www.emgu.com
Create an standard vector of Triangle2DF of the specific size

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public VectorOfTriangle2DF(
	int size
)

Parameters

size
Type: SystemInt32
The size of the vector
See Also