Point-set triangulation: Difference between revisions
imported>OAbot m Open access bot: hdl updated in citation with #oabot. |
imported>OAbot m Open access bot: url-access=subscription updated in citation with #oabot. |
||
| Line 11: | Line 11: | ||
| series = Algorithms and Computation in Mathematics | | series = Algorithms and Computation in Mathematics | ||
| volume = 25 | | volume = 25 | ||
| publisher = Springer}}</ref> In the [[plane (geometry)|plane]] (when <math>\mathcal{P}</math> is a set of points in <math>\mathbb{R}^2</math>), triangulations are made up of triangles, together with their edges and vertices. Some authors require that all the points of <math>\mathcal{P}</math> are vertices of its triangulations.{{sfn |de Berg|van Kreveld|Overmars|Schwarzkopf|2008|loc=Section 9.1}} In this case, a triangulation of a set of points <math>\mathcal{P}</math> in the plane can alternatively be defined as a maximal set of non-crossing edges between points of <math>\mathcal{P}</math>. In the plane, triangulations are special cases of [[planar straight-line graph|planar straight-line graphs]]. | | publisher = Springer}}</ref> In the [[plane (geometry)|plane]] (when <math>\mathcal{P}</math> is a set of points in <math>\mathbb{R}^2</math>), triangulations are made up of triangles, together with their edges and vertices. Some authors require that all the points of <math>\mathcal{P}</math> are vertices of its triangulations.{{sfn |de Berg|van Kreveld|Overmars|Schwarzkopf|2008|loc=Section 9.1}}<ref>{{Citation |last1=Agryzkov |first1=Taras |title=A Method to Triangulate a Set of Points in the Plane |date=2014 |work=Computational Science and Its Applications – ICCSA 2014 |volume=8580 |pages=330–341 |editor-last=Murgante |editor-first=Beniamino |url=http://link.springer.com/10.1007/978-3-319-09129-7_25 |access-date=2025-08-19 |place=Cham |publisher=Springer International Publishing |doi=10.1007/978-3-319-09129-7_25 |isbn=978-3-319-09128-0 |last2=Oliver |first2=José L. |last3=Tortosa |first3=Leandro |last4=Vicent |first4=José F. |editor2-last=Misra |editor2-first=Sanjay |editor3-last=Rocha |editor3-first=Ana Maria A. C. |editor4-last=Torre |editor4-first=Carmelo|url-access=subscription }}</ref> In this case, a triangulation of a set of points <math>\mathcal{P}</math> in the plane can alternatively be defined as a maximal set of non-crossing edges between points of <math>\mathcal{P}</math>. In the plane, triangulations are special cases of [[planar straight-line graph|planar straight-line graphs]].<ref>{{cite arXiv |last=Bui |first=Hong Duc |title=On existence of a compatible triangulation with the double circle order type |date=2025 |class=math.CO |eprint=2508.04602}}</ref> | ||
A particularly interesting kind of triangulations are the [[Delaunay triangulation|Delaunay triangulations]]. They are the [[Dual polytope|geometric duals]] of [[Voronoi diagram|Voronoi diagrams]]. The Delaunay triangulation of a set of points <math>\mathcal{P}</math> in the plane contains the [[Gabriel graph]], the [[nearest neighbor graph]] and the [[minimal spanning tree]] of <math>\mathcal{P}</math>. | A particularly interesting kind of triangulations are the [[Delaunay triangulation|Delaunay triangulations]].<ref>{{Citation |last1=Dinas |first1=Simena |title=Delaunay Triangulation |date=2020 |encyclopedia=Encyclopedia of Computer Graphics and Games |pages=1–6 |editor-last=Lee |editor-first=Newton |url=https://link.springer.com/10.1007/978-3-319-08234-9_393-1 |access-date=2025-08-19 |place=Cham |publisher=Springer International Publishing |language=en |doi=10.1007/978-3-319-08234-9_393-1 |isbn=978-3-319-08234-9 |last2=Martínez |first2=Hector J.|url-access=subscription }}</ref> They are the [[Dual polytope|geometric duals]] of [[Voronoi diagram|Voronoi diagrams]]. The Delaunay triangulation of a set of points <math>\mathcal{P}</math> in the plane contains the [[Gabriel graph]], the [[nearest neighbor graph]] and the [[minimal spanning tree]] of <math>\mathcal{P}</math>.<ref>{{Cite journal |last1=Matula |first1=David W. |last2=Sokal |first2=Robert R. |title=Properties of Gabriel Graphs Relevant to Geographic Variation Research and the Clustering of Points in the Plane |url=https://onlinelibrary.wiley.com/doi/10.1111/j.1538-4632.1980.tb00031.x |journal=Geographical Analysis |date=1980 |language=en |volume=12 |issue=3 |pages=205–222 |doi=10.1111/j.1538-4632.1980.tb00031.x |bibcode=1980GeoAn..12..205M |issn=0016-7363|url-access=subscription }}</ref> | ||
Triangulations have a number of applications, and there is an interest to find the "good" triangulations of a given point set under some criteria as, for instance [[minimum-weight triangulation|minimum-weight triangulations]]. Sometimes it is desirable to have a triangulation with special properties, e.g., in which all triangles have large angles (long and narrow ("splinter") triangles are avoided).<ref name="deBerg">{{cite book | Triangulations have a number of applications, and there is an interest to find the "good" triangulations of a given point set under some criteria as, for instance [[minimum-weight triangulation|minimum-weight triangulations]]. Sometimes it is desirable to have a triangulation with special properties, e.g., in which all triangles have large angles (long and narrow ("splinter") triangles are avoided).<ref name="deBerg">{{cite book | ||
| Line 32: | Line 32: | ||
== Regular triangulations == | == Regular triangulations == | ||
Some triangulations of a set of points <math>\mathcal{P}\subset\mathbb{R}^d</math> can be obtained by lifting the points of <math>\mathcal{P}</math> into <math>\mathbb{R}^{d+1}</math> (which amounts to add a coordinate <math>x_{d+1}</math> to each point of <math>\mathcal{P}</math>), by computing the convex hull of the lifted set of points, and by projecting the lower faces of this convex hull back on <math>\mathbb{R}^d</math>. The triangulations built this way are referred to as the | Some triangulations of a set of points <math>\mathcal{P}\subset\mathbb{R}^d</math> can be obtained by lifting the points of <math>\mathcal{P}</math> into <math>\mathbb{R}^{d+1}</math> (which amounts to add a coordinate <math>x_{d+1}</math> to each point of <math>\mathcal{P}</math>), by computing the convex hull of the lifted set of points, and by projecting the lower faces of this convex hull back on <math>\mathbb{R}^d</math>. The triangulations built this way are referred to as the regular triangulations of <math>\mathcal{P}</math>. When the points are lifted to the paraboloid of equation <math>x_{d+1} = x_1^2+\cdots+x_d^2</math>, this construction results in the [[Delaunay triangulation]] of <math>\mathcal{P}</math>. Note that, in order for this construction to provide a triangulation, the lower convex hull of the lifted set of points needs to be [[Simplicial polytope|simplicial]]. In the case of Delaunay triangulations, this amounts to require that no <math>d+2</math> points of <math>\mathcal{P}</math> lie in the same sphere.<ref>{{Cite web |title=How to Convert a Point Cloud to a 3D Mesh in Python and C++ |url=https://meshlib.io/feature/point-cloud-to-mesh/ |access-date=2025-08-19 |language=en-US}}</ref> | ||
==Variants and extensions== | |||
In addition to classical Delaunay and regular triangulations, several other forms and problems related to point-set triangulations have been studied in computational geometry. The minimum-weight triangulation (MWT) seeks a triangulation of a point set that minimizes the total edge length; although this problem was shown to be [[NP-hardness|NP-hard]],<ref>{{cite journal | last1=Mulzer | first1=Wolfgang | last2=Rote | first2=Günter | title=Minimum-weight triangulation is NP-hard | journal=Journal of the ACM | date=2008 | volume=55 | issue=2 | pages=1–29 | doi=10.1145/1346330.1346336 | arxiv=cs/0601002 | url=https://doi.org/10.1145/1346330.1346336 }}</ref> approximation algorithms and heuristics have been developed. A related heuristic, the greedy triangulation, constructs a triangulation by repeatedly adding the shortest edge that does not intersect existing edges, yielding good approximations in practice.<ref>{{cite journal | last1=Toussaint | first1=Godfried T. | title=The relative neighbourhood graph of a finite planar set | journal=Pattern Recognition | date=1980 | volume=12 | issue=4 | pages=261–268 | doi=10.1016/0031-3203(80)90066-7 | bibcode=1980PatRe..12..261T | url=https://doi.org/10.1016/0031-3203(80)90066-7 | url-access=subscription }}</ref> Another special type is the [[Pitteway triangulation]], in which each edge connects a pair of points whose Voronoi cells share a boundary segment; such triangulations are closely related to the Delaunay and Gabriel graphs.<ref>{{cite journal | last1=Boulton | first1=D. M. | title=Occupancy of a rectangular array | journal=The Computer Journal | date=1973 | volume=16 | pages=57–63 | doi=10.1093/comjnl/16.1.57 | url=https://doi.org/10.1093/comjnl/16.1.57 }}</ref> Point-set triangulations can also be viewed as maximal planar straight-line graphs, since no additional straight edges can be added without destroying planarity.<ref>Fáry, I. (1948). "On straight line representation of planar graphs". ''Acta Scientiarum Mathematicarum''. 11: 229–233.</ref> More recently, machine learning approaches have been proposed to generate triangulations directly from unstructured point clouds, such as PointTriNet, which uses neural networks to learn triangulation patterns for 2D and 3D data.<ref>{{cite arXiv | last1=Sharp | first1=Nicholas | last2=Ovsjanikov | first2=Maks | title=PointTriNet: Learned Triangulation of 3D Point Sets | date=2020 | class=cs.CV | eprint=2005.02138 }}</ref> Advances in combinatorial geometry have also yielded new bounds on the number of distinct triangulations realizable on a fixed point set, highlighting the exponential complexity of these structures.<ref>{{cite arXiv | last1=Cruces | first1=Belén | last2=Huemer | first2=Clemens | last3=Lara | first3=Dolores | title=On the number of drawings of a combinatorial triangulation | date=2025 | class=math.CO | eprint=2504.17088 }}</ref> | |||
== Combinatorics in the plane == | == Combinatorics in the plane == | ||
Latest revision as of 04:58, 25 August 2025
Template:Short description Template:Broader Template:Too technical
A triangulation of a set of points in the Euclidean space is a simplicial complex that covers the convex hull of , and whose vertices belong to .[1] In the plane (when is a set of points in ), triangulations are made up of triangles, together with their edges and vertices. Some authors require that all the points of are vertices of its triangulations.Template:Sfn[2] In this case, a triangulation of a set of points in the plane can alternatively be defined as a maximal set of non-crossing edges between points of . In the plane, triangulations are special cases of planar straight-line graphs.[3]
A particularly interesting kind of triangulations are the Delaunay triangulations.[4] They are the geometric duals of Voronoi diagrams. The Delaunay triangulation of a set of points in the plane contains the Gabriel graph, the nearest neighbor graph and the minimal spanning tree of .[5]
Triangulations have a number of applications, and there is an interest to find the "good" triangulations of a given point set under some criteria as, for instance minimum-weight triangulations. Sometimes it is desirable to have a triangulation with special properties, e.g., in which all triangles have large angles (long and narrow ("splinter") triangles are avoided).[6]
Given a set of edges that connect points of the plane, the problem to determine whether they contain a triangulation is NP-complete.Template:Sfn
Regular triangulations
Some triangulations of a set of points can be obtained by lifting the points of into (which amounts to add a coordinate to each point of ), by computing the convex hull of the lifted set of points, and by projecting the lower faces of this convex hull back on . The triangulations built this way are referred to as the regular triangulations of . When the points are lifted to the paraboloid of equation , this construction results in the Delaunay triangulation of . Note that, in order for this construction to provide a triangulation, the lower convex hull of the lifted set of points needs to be simplicial. In the case of Delaunay triangulations, this amounts to require that no points of lie in the same sphere.[7]
Variants and extensions
In addition to classical Delaunay and regular triangulations, several other forms and problems related to point-set triangulations have been studied in computational geometry. The minimum-weight triangulation (MWT) seeks a triangulation of a point set that minimizes the total edge length; although this problem was shown to be NP-hard,[8] approximation algorithms and heuristics have been developed. A related heuristic, the greedy triangulation, constructs a triangulation by repeatedly adding the shortest edge that does not intersect existing edges, yielding good approximations in practice.[9] Another special type is the Pitteway triangulation, in which each edge connects a pair of points whose Voronoi cells share a boundary segment; such triangulations are closely related to the Delaunay and Gabriel graphs.[10] Point-set triangulations can also be viewed as maximal planar straight-line graphs, since no additional straight edges can be added without destroying planarity.[11] More recently, machine learning approaches have been proposed to generate triangulations directly from unstructured point clouds, such as PointTriNet, which uses neural networks to learn triangulation patterns for 2D and 3D data.[12] Advances in combinatorial geometry have also yielded new bounds on the number of distinct triangulations realizable on a fixed point set, highlighting the exponential complexity of these structures.[13]
Combinatorics in the plane
Every triangulation of any set of points in the plane has triangles and edges where is the number of points of in the boundary of the convex hull of . This follows from a straightforward Euler characteristic argument.[14]
Algorithms to build triangulations in the plane
Triangle Splitting Algorithm : Find the convex hull of the point set and triangulate this hull as a polygon. Choose an interior point and draw edges to the three vertices of the triangle that contains it. Continue this process until all interior points are exhausted.[15]
Incremental Algorithm : Sort the points of according to x-coordinates. The first three points determine a triangle. Consider the next point in the ordered set and connect it with all previously considered points which are visible to p. Continue this process of adding one point of at a time until all of has been processed.[16]
Time complexity of various algorithms
The following table reports time complexity results for the construction of triangulations of point sets in the plane, under different optimality criteria, where is the number of points.
| minimize | maximize | ||
|---|---|---|---|
| minimum | angle | (Delaunay triangulation) | |
| maximum | Template:Sfn Template:Sfn | ||
| minimum | area | Template:Sfn | Template:Sfn |
| maximum | Template:Sfn | ||
| maximum | degree | NP-complete for degree of 7 Template:Sfn |
|
| maximum | eccentricity | Template:Sfn | |
| minimum | edge length | (Closest pair of points problem) |
NP-complete Template:Sfn |
| maximum | Template:Sfn | (using the Convex hull) | |
| sum of | NP-hard (Minimum-weight triangulation) |
||
| minimum | height | Template:Sfn | |
| maximum | slope | Template:Sfn | |
See also
Notes
<templatestyles src="Reflist/styles.css" />
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Fáry, I. (1948). "On straight line representation of planar graphs". Acta Scientiarum Mathematicarum. 11: 229–233.
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1"..
- ↑ Devadoss, O'Rourke Discrete and Computational Geometry. Princeton University Press, 2011, p. 60.
- ↑ Devadoss, O'Rourke Discrete and Computational Geometry. Princeton University Press, 2011, p. 62.
Script error: No such module "Check for unknown parameters".
References
<templatestyles src="Refbegin/styles.css" />
- Script error: No such module "citation/CS1".
- Script error: No such module "Citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Template:Cite thesis