Returns the triangles of the Delaunay's triangulation

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

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