Returns the triangles of the Delaunay's triangulation

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Triangle2DF[] GetDelaunayTriangles()
Public Function GetDelaunayTriangles As Triangle2DF()
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