http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns the triangles of the Delaunay's triangulation
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Triangle2DF[] GetDelaunayTriangles() |
Visual Basic |
---|
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