Click or drag to resize

VectorOfTriangle2DFToArray Method

http://www.emgu.com
Convert the standard vector to an array of Triangle2DF

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

Return Value

Type: Triangle2DF
An array of Triangle2DF
See Also