Copyright © Philip M. Parker, INSEAD. Terms of Use.

DELAUNAY TRIANGULATION

Specialty Definition: DELAUNAY TRIANGULATION

DomainDefinition

Computing

Delaunay triangulation (After B. Delaunay) For a set S of points in the Euclidean plane, the unique triangulation DT(S) of S such that no point in S is inside the circumcircle of any triangle in DT(S). DT(S) is the dual of the voronoi diagram of S. Source: The Free On-line Dictionary of Computing.

Source: compiled by the editor from various references; see credits.

Top     

Specialty Definition: Delaunay triangulation

(From Wikipedia, the free Encyclopedia)

In mathematics, and computational geometry, the Delaunay triangulation, for a set P of points in the plane, is the triangulation DT(P) of P such that no point in P is inside the circumcircle of any triangle in DT(P).

This is the Delaunay triangulation of a random set of points in the plane.

In the n-dimensional case it is stated as follows.

For a set P of points in the (n-dimensional) Euclidean space, the Delaunay triangulation is the triangulation DT(P) of P such that no point in P is inside the circum-hypersphere of any simplex in DT(P).

Another, equivalent, definition is:

The Delaunay triangulation of a discrete point set P is the dual of the Voronoi tesselation for P.

It is known that the Delaunay triangulation exists and is unique for P, if P is a set of points in general position, i.e., no three points are on the same line and no four are on the same circle, for a two dimensional set of points, or no n+1 points are on the same hyperplane and no n+2 points are on the same hypersphere, for a n-dimensional set of points. An elegant proof of this fact is outlined below. It is worth mentioning, because it reveals connections between the two constructs fundamental for computational and combinatorial geometry.

The problem of finding the Delaunay triangulation of a set of points in n-dimensional euclidean space can be converted to the problem of finding the convex hull of a set of points in n+1-dimensional space, by giving all points p an extra coordinate equal to p², taking the bottom side of the convex hull, and mapping back to n-dimensional space by deleting the last coordinate. As the convex hull is unique, so is the triangulation, assuming all facets of the convex hull are simplexes. A facet not being a simplex implies that n+2 of the original points lay on the same d-hypersphere, and the points were not in general position.

On the other hand, it is easily seen that for the set of three points on the same line there is no Delaunay trianguation (in fact, no triangulation at all). On the other hand, for 4 points on the same circle (e.g., the vertices of a rectangle) the Delaunay tringulation is not unique: clearly, the two possible triangulations that split the quadrangle into two triangles satisfy the Delaunay condition.

Generalizations are possible to metrics other than Euclidean. However in these cases the Delaunay triangulation is not guaranteed to exist or be unique.

This article is still a stub article -- please fix it.

External links

Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Delaunay triangulation."

Top     


Frequency of Internet Keywords: DELAUNAY TRIANGULATION

The following statistics estimate the number of searches per day across the major English-language search engines as identified by various trade publications. Hyperlinks lead to commercial use of the expression at Amazon.com.
 
ExpressionFrequency
per Day

delaunay triangulation

4

algorithm delaunay triangulation

3
Source: compiled by the editor from various references; see credits.

Top     

Alternative Orthography: DELAUNAY TRIANGULATION


Hexadecimal (or equivalents, 770AD-1900s) (references)

44 45 4C 41 55 4E 41 59      54 52 49 41 4E 47 55 4C 41 54 49 4F 4E

Leonardo da Vinci (1452-1519; backwards) (references)

    

Binary Code (1918-1938, probably earlier) (references)

01000100 01000101 01001100 01000001 01010101 01001110 01000001 01011001 00100000 01010100 01010010 01001001 01000001 01001110 01000111 01010101 01001100 01000001 01010100 01001001 01001111 01001110

HTML Code (1990) (references)

&#68 &#69 &#76 &#65 &#85 &#78 &#65 &#89 &#32 &#84 &#82 &#73 &#65 &#78 &#71 &#85 &#76 &#65 &#84 &#73 &#79 &#78

ISO 10646 (1991-1993) (references)

0044 0045 004C 0041 0055 004E 0041 0059      0054 0052 0049 0041 004E 0047 0055 004C 0041 0054 0049 004F 004E

Encryption (beginner's substitution cypher): (references)

3839463555483559254524335484155463554434948

Top     



INDEX

1. Expressions: Internet
2. Orthography
3. Bibliography


  

Copyright © Philip M. Parker, INSEAD. Terms of Use.