Jump to content

Constrained Delaunay triangulation

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by PierreAbbat (talk | contribs) at 11:59, 18 June 2018 (topographic surveying). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computational geometry, a constrained Delaunay triangulation is a generalization of the Delaunay triangulation that forces certain required segments into the triangulation.[1][2] Because a Delaunay triangulation is almost always unique, often a constrained Delaunay triangulation contains edges that do not satisfy the Delaunay condition. Thus a constrained Delaunay triangulation often is not a Delaunay triangulation itself.

In topographic surveying, one constructs a triangulation from points shot in the field. If an edge of the triangulation crosses a river, the resulting surface does not accurately model the path of the river. So one draws breaklines along rivers, edges of roads, mountain ridges, and the like. The breaklines are used as constraints when constructing the triangulation.

See also

References

  1. ^ Chew, L. Paul (1987). "Constrained Delaunay Triangulations". Proceedings of the Third Annual Symposium on Computational Geometry. {{cite conference}}: Unknown parameter |booktitle= ignored (|book-title= suggested) (help)
  2. ^ Shewchuk, Jonathan R. (2008). "General-Dimensional Constrained Delaunay and Constrained Regular Triangulations, I: Combinatorial Properties". 39 (1–3): 580–637. {{cite journal}}: Cite journal requires |journal= (help); Unknown parameter |booktitle= ignored (help)

External links

  • Daedalus Lib Open Source. Daedalus Lib manages fully dynamic constrained Delaunay triangulations.