computational geometry
play

Computational Geometry Lecture 12: Delaunay Triangulations - PowerPoint PPT Presentation

Introduction Triangulations Delaunay Triangulations Applications Delaunay Triangulations Computational Geometry Lecture 12: Delaunay Triangulations Computational Geometry Lecture 12: Delaunay Triangulations Introduction Triangulations


  1. Introduction Triangulations Delaunay Triangulations Applications Delaunay Triangulations Computational Geometry Lecture 12: Delaunay Triangulations Computational Geometry Lecture 12: Delaunay Triangulations

  2. Introduction Triangulations Delaunay Triangulations Applications Motivation: Terrains by interpolation To build a model of the terrain surface, we can start with a number of sample points where we know the height. Computational Geometry Lecture 12: Delaunay Triangulations

  3. Introduction Triangulations Delaunay Triangulations Applications Motivation: Terrains How do we interpolate the height at other points? 211 Nearest neighbor interpolation 233 Piecewise linear interpolation by ? 246 a triangulation 235 258 Moving windows interpolation 240 251 Natural neighbor interpolation ... Computational Geometry Lecture 12: Delaunay Triangulations

  4. Introduction Triangulations Delaunay Triangulations Applications Triangulation Let P = { p 1 ,..., p n } be a point set. A triangulation of P is a maximal planar subdivision with vertex set P . Complexity: 2 n − 2 − k triangles 3 n − 3 − k edges where k is the number of points in P on the convex hull of P Computational Geometry Lecture 12: Delaunay Triangulations

  5. Introduction Triangulations Delaunay Triangulations Applications Triangulation But which triangulation? Computational Geometry Lecture 12: Delaunay Triangulations

  6. Introduction Triangulations Delaunay Triangulations Applications Triangulation But which triangulation? For interpolation, it is good if triangles are not long and skinny. We will try to use large angles in our triangulation. Computational Geometry Lecture 12: Delaunay Triangulations

  7. Introduction Triangulations Delaunay Triangulations Applications Angle Vector of a Triangulation Let T be a triangulation of P with m triangles. Its angle vector is A ( T ) = ( α 1 ,..., α 3 m ) where α 1 ,..., α 3 m are the angles of T sorted by increasing value. Let T ′ be another triangulation of α 5 P . We define A ( T ) > A ( T ′ ) if A ( T ) α 1 α 4 is lexicographically larger than A ( T ′ ) α 6 α 3 α 2 T is angle optimal if A ( T ) ≥ A ( T ′ ) for all triangulations T ′ of P Computational Geometry Lecture 12: Delaunay Triangulations

  8. Introduction Triangulations Delaunay Triangulations Applications Edge Flipping p l p l p j p j α ′ α 3 α 2 edge flip 4 α ′ α ′ 6 α 5 2 α 1 α ′ α 6 5 α ′ α 4 α ′ p i p i 1 3 p k p k Change in angle vector: α 1 ,..., α 6 are replaced by α ′ 1 ,..., α ′ 6 The edge e = p i p j is illegal if min 1 ≤ i ≤ 6 α i < min 1 ≤ i ≤ 6 α ′ i Flipping an illegal edge increases the angle vector Computational Geometry Lecture 12: Delaunay Triangulations

  9. Introduction Triangulations Delaunay Triangulations Applications Characterisation of Illegal Edges How do we determine if an edge is illegal? p l Lemma: The edge p i p j is illegal if and only if p l lies in the interior of p j the circle C . p i p k illegal Computational Geometry Lecture 12: Delaunay Triangulations

  10. Introduction Triangulations Delaunay Triangulations Applications The inscribed angle Theorem Theorem: Let C be a circle, ℓ a line intersecting C in points a and b , and s q p , q , r , s points lying on the same side of ℓ . Suppose that p , q lie on C , r lies p r inside C , and s lies outside C . Then b ∡ arb > ∡ apb = ∡ aqb > ∡ asb , ℓ C a where ∡ abc denotes the smaller angle defined by three points a , b , c . Computational Geometry Lecture 12: Delaunay Triangulations

  11. Introduction Triangulations Delaunay Triangulations Applications Legal Triangulations A legal triangulation is a triangulation that does not contain any illegal edge. Algorithm LegalTriangulation ( T ) Input. A triangulation T of a point set P . Output. A legal triangulation of P . 1. while T contains an illegal edge p i p j 2. do ( ∗ Flip p i p j ∗ ) 3. Let p i p j p k and p i p j p l be the two triangles adjacent to p i p j . 4. Remove p i p j from T , and add p k p l instead. 5. return T Question: Why does this algorithm terminate? Computational Geometry Lecture 12: Delaunay Triangulations

  12. Introduction Triangulations Properties Delaunay Triangulations Applications Voronoi Diagram and Delaunay Graph Let P be a set of n points in the plane The Voronoi diagram Vor ( P ) is the subdivision of the plane into Voronoi cells V ( p ) for all p ∈ P Let G be the dual graph of Vor ( P ) The Delaunay graph DG ( P ) is the straight line embedding of G Computational Geometry Lecture 12: Delaunay Triangulations

  13. Introduction Triangulations Properties Delaunay Triangulations Applications Voronoi Diagram and Delaunay Graph Let P be a set of n points in the plane The Voronoi diagram Vor ( P ) is the subdivision of the plane into Voronoi cells V ( p ) for all p ∈ P Let G be the dual graph of Vor ( P ) The Delaunay graph DG ( P ) is the straight line embedding of G Computational Geometry Lecture 12: Delaunay Triangulations

  14. Introduction Triangulations Properties Delaunay Triangulations Applications Voronoi Diagram and Delaunay Graph Let P be a set of n points in the plane The Voronoi diagram Vor ( P ) is the subdivision of the plane into Voronoi cells V ( p ) for all p ∈ P Let G be the dual graph of Vor ( P ) The Delaunay graph DG ( P ) is the straight line embedding of G Computational Geometry Lecture 12: Delaunay Triangulations

  15. Introduction Triangulations Properties Delaunay Triangulations Applications Voronoi Diagram and Delaunay Graph Let P be a set of n points in the plane The Voronoi diagram Vor ( P ) is the subdivision of the plane into Voronoi cells V ( p ) for all p ∈ P Let G be the dual graph of Vor ( P ) The Delaunay graph DG ( P ) is the straight line embedding of G Computational Geometry Lecture 12: Delaunay Triangulations

  16. Introduction Triangulations Properties Delaunay Triangulations Applications Planarity of the Delaunay Graph Theorem: The Delaunay graph of a planar point set is a plane graph. contained in V ( p i ) p i C ij p j contained in V ( p j ) Computational Geometry Lecture 12: Delaunay Triangulations

  17. Introduction Triangulations Properties Delaunay Triangulations Applications Delaunay Triangulation If the point set P is in general position then the Delaunay graph is a triangulation. v f Computational Geometry Lecture 12: Delaunay Triangulations

  18. Introduction Triangulations Properties Delaunay Triangulations Applications Empty Circle Property Theorem: Let P be a set of points in the plane, and let T be a triangulation of P . Then T is a Delaunay triangulation of P if and only if the circumcircle of any triangle of T does not contain a point of P in its interior. Computational Geometry Lecture 12: Delaunay Triangulations

  19. Introduction Triangulations Properties Delaunay Triangulations Applications Delaunay Triangulations and Legal Triangulations Theorem: Let P be a set of points in the plane. A triangulation T of P is legal if and only if T is a Delaunay triangulation. p m C ( p i p j p m ) p i p l e p j p k C ( p i p j p k ) Computational Geometry Lecture 12: Delaunay Triangulations

  20. Introduction Triangulations Properties Delaunay Triangulations Applications Angle Optimality and Delaunay Triangulations Theorem: Let P be a set of points in the plane. Any angle-optimal triangulation of P is a Delaunay triangulation of P . Furthermore, any Delaunay triangulation of P maximizes the minimum angle over all triangulations of P . Computational Geometry Lecture 12: Delaunay Triangulations

  21. Introduction Triangulations Properties Delaunay Triangulations Applications Computing Delaunay Triangulations There are several ways to compute the Delaunay triangulation: By iterative flipping from any triangulation By plane sweep By randomized incremental construction By conversion from the Voronoi diagram The last three run in O ( n log n ) time [expected] for n points in the plane Computational Geometry Lecture 12: Delaunay Triangulations

  22. Introduction Minimum spanning trees Triangulations Traveling Salesperson Delaunay Triangulations Shape Approximation Applications Using Delaunay Triangulations Delaunay triangulations help in constructing various things: Euclidean Minimum Spanning Trees Approximations to the Euclidean Traveling Salesperson Problem α -Hulls Computational Geometry Lecture 12: Delaunay Triangulations

  23. Introduction Minimum spanning trees Triangulations Traveling Salesperson Delaunay Triangulations Shape Approximation Applications Euclidean Minimum Spanning Tree For a set P of n points in the plane, the Euclidean Minimum Spanning Tree is the graph with minimum summed edge length that connects all points in P and has only the points of P as vertices Computational Geometry Lecture 12: Delaunay Triangulations

  24. Introduction Minimum spanning trees Triangulations Traveling Salesperson Delaunay Triangulations Shape Approximation Applications Euclidean Minimum Spanning Tree For a set P of n points in the plane, the Euclidean Minimum Spanning Tree is the graph with minimum summed edge length that connects all points in P and has only the points of P as vertices Computational Geometry Lecture 12: Delaunay Triangulations

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend