http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Retruns the triangles subdivision of the current planar subdivision.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Triangle2DF[] GetDelaunayTriangles( bool includeVirtualPoints ) |
Visual Basic |
---|
Public Function GetDelaunayTriangles ( _ includeVirtualPoints As Boolean _ ) As Triangle2DF() |
Visual C++ |
---|
public: array<Triangle2DF>^ GetDelaunayTriangles( bool includeVirtualPoints ) |
Parameters
- includeVirtualPoints
- Type: System..::..Boolean
Indicates if virtual points should be included or not
Return Value
The triangles subdivision in the current plannar subdivision
Remarks
The triangles might contains virtual points that do not belongs to the inserted points, if you do not want those points, set includeVirtualPoints