[This is preliminary documentation and is subject to change.]

Returns the triangles of the Delaunay's triangulation

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

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