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: 3.1.0.2282 (3.1.0.2282)
Syntax
public VectorOfTriangle2DF(
	int size
)

Parameters

size
Type: SystemInt32
The size of the vector
See Also