Returns the triangles of the Delaunay's triangulation

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Triangle2DF[] GetDelaunayTriangles()
Visual Basic (Declaration)
Public Function GetDelaunayTriangles As Triangle2DF()
Visual C++
public:
array<Triangle2DF>^ GetDelaunayTriangles()

Return Value

The result of the current triangulation

Remarks

The vertices of the triangles all belongs to the inserted points

See Also