language-icon Old Web
English
Sign In

Delaunay triangulation

In mathematics and computational geometry, a Delaunay triangulation (also known as a Delone triangulation) for a given set P of discrete points in a plane is a triangulation DT(P) such that no point in P is inside the circumcircle of any triangle in DT(P). Delaunay triangulations maximize the minimum angle of all the angles of the triangles in the triangulation; they tend to avoid sliver triangles. The triangulation is named after Boris Delaunay for his work on this topic from 1934.This triangulation does not meet the Delaunay condition (the sum of α and γ is bigger than 180°).This pair of triangles does not meet the Delaunay condition (the circumcircle contains more than three points).Flipping the common edge produces a valid Delaunay triangulation for the four points. In mathematics and computational geometry, a Delaunay triangulation (also known as a Delone triangulation) for a given set P of discrete points in a plane is a triangulation DT(P) such that no point in P is inside the circumcircle of any triangle in DT(P). Delaunay triangulations maximize the minimum angle of all the angles of the triangles in the triangulation; they tend to avoid sliver triangles. The triangulation is named after Boris Delaunay for his work on this topic from 1934. For a set of points on the same line there is no Delaunay triangulation (the notion of triangulation is degenerate for this case). For four or more points on the same circle (e.g., the vertices of a rectangle) the Delaunay triangulation is not unique: each of the two possible triangulations that split the quadrangle into two triangles satisfies the 'Delaunay condition', i.e., the requirement that the circumcircles of all triangles have empty interiors. By considering circumscribed spheres, the notion of Delaunay triangulation extends to three and higher dimensions. Generalizations are possible to metrics other than Euclidean distance. However, in these cases a Delaunay triangulation is not guaranteed to exist or be unique. The Delaunay triangulation of a discrete point set P in general position corresponds to the dual graph of the Voronoi diagram for P.The circumcenters of Delaunay triangles are the vertices of the Voronoi diagram.In the 2D case, the Voronoi vertices are connected via edges, that can be derived from adjacency-relationships of the Delaunay triangles: If two triangles share an edge in the Delaunay triangulation, their circumcenters are to be connected with an edge in the Voronoi tesselation.

[ "Geometry", "Algorithm", "Combinatorics", "Mathematical optimization", "Artificial intelligence", "Gabriel graph", "delaunay triangle", "Relative neighborhood graph", "Pitteway triangulation", "Bolza surface" ]
Parent Topic
Child Topic
    No Parent Topic