Click or drag to resize

VectorOfTriangle2DFPush Method (Triangle2DF)

http://www.emgu.com
Push an array of value into the standard vector

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void Push(
	Triangle2DF[] value
)

Parameters

value
Type: Emgu.CV.StructureTriangle2DF
The value to be pushed to the vector
See Also