Emgu CV Library Documentation
GetDelaunayTriangles Method
NamespacesEmgu.CVPlanarSubdivisionGetDelaunayTriangles()()()

www.emgu.com/wiki
Returns the triangles of the Delaunay's triangulation
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)