Topology-Adaptive Meshes Based on the Restricted Delaunay Triangulation Jean-Philippe Pons, Jean-Daniel Boissonnat

Total Page:16

File Type:pdf, Size:1020Kb

Topology-Adaptive Meshes Based on the Restricted Delaunay Triangulation Jean-Philippe Pons, Jean-Daniel Boissonnat Delaunay Deformable Models: Topology-Adaptive Meshes Based on the Restricted Delaunay Triangulation Jean-Philippe Pons, Jean-Daniel Boissonnat To cite this version: Jean-Philippe Pons, Jean-Daniel Boissonnat. Delaunay Deformable Models: Topology-Adaptive Meshes Based on the Restricted Delaunay Triangulation. IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2007, Minneapolis, France. pp.200. hal-00488042 HAL Id: hal-00488042 https://hal.archives-ouvertes.fr/hal-00488042 Submitted on 1 Jun 2010 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Delaunay Deformable Models: Topology-Adaptive Meshes Based on the Restricted Delaunay Triangulation Jean-Philippe Pons Jean-Daniel Boissonnat WILLOW, INRIA / ENS / Ecole´ des Ponts GEOMETRICA, INRIA Paris, France Sophia-Antipolis, France [email protected] [email protected] Abstract mitted that both viewpoints have strengths and weaknesses and that only a hybrid approach can overcome the limita- In this paper, we propose a robust and efficient La- tions of both. In this paper, we propose a method which grangian approach, which we call Delaunay Deformable has the particularity of being purely Lagrangian with all the Models, for modeling moving surfaces undergoing large de- associated advantages, while achieving topological adaptiv- formations and topology changes. Our work uses the con- ity with a comparable robustness and efficiency to Eulerian cept of restricted Delaunay triangulation, borrowed from methods. computational geometry. In our approach, the interface is represented by a triangular mesh embedded in the Delau- 1.1. Eulerian methods nay tetrahedralization of interface points. The mesh is it- eratively updated by computing the restricted Delaunay tri- The Eulerian formulation casts deformation as a time angulation of the deformed objects. Our method has many variation of quantities defined over a fixed grid. The inter- advantages over popular Eulerian techniques such as the faces have to be represented implicitly, since the grid does level set method and over hybrid Eulerian-Lagrangian tech- not conform to them. In computational physics, this is also niques such as the particle level set method: localization known as the front capturing method. Two notable front accuracy, adaptive resolution, ability to track properties as- capturing techniques are the level set method, introduced sociated to the interface, seamless handling of triple junc- by Osher and Sethian [34], and the volume-of-fluid (VOF) tions. Our work brings a rigorous and efficient alternative method, pioneered by Hirt and Nichols [23]. to existing topology-adaptive mesh techniques such as T- Hereafter, we will mainly focus on the level set method snakes. because it is an established technique in computer vision. Basically, this method consists in representing the interface as the zero level set of a higher-dimensional scalar function. 1. Introduction The movement of the interface can be cast as an evolution of the embedding level set function by an Eulerian PDE (par- Deformable models, also known in the literature tial differential equation). We refer the reader to some good as snakes, active contours/surfaces, deformable con- reviews [33, 40] for all the details about the theory, the re- tours/surfaces, constitute a widely used computerized tech- cent developments, the implementation and the applications nique to address various shape reconstruction problems in of the level set method. image processing. They have been initially proposed for the On the one hand, this approach has several advantages purpose of image segmentation by Kass, Witkin and Ter- over an explicit Lagrangian representation of the interface: zopoulos in [24], but they have proven successful in many no parameterization is needed, topology changes are han- other contexts, in computer vision and in medical imaging, dled automatically, intrinsic geometric properties such as including region tracking and shape from X. More gener- normal or curvature can be computed easily from the level ally, modeling dynamic interfaces between several materi- set function. Last but not least, the theory of viscosity solu- als undergoing large deformations is a ubiquitous task in tions provides robust numerical schemes and strong math- science and engineering. Let us mention computer aided ematical results to deal with the evolution PDE. These ad- design, physics simulation and computer graphics. vantages explain the popularity of the level set method not The existing techniques roughly fall into two categories: only in computer vision but also for multi-phase fluid flow Eulerian and Lagrangian formulations. It is commonly ad- simulation [42] in CFD (computational fluid dynamics), as well as for computer animation of fluids with free surfaces defective parts of the interface must be detected, then re- [18, 19, 20, 21, 28]. moved through intricate delooping procedures. On the other hand, several serious shortcomings limit the Another major shortcoming of the mesh-based La- applicability of the level set method: grangian approach is that a fully automatic, robust and effi- First, the higher dimensional embedding makes the level cient handling of topology changes remains an open issue, set method much more expensive computationally than ex- despite several heuristic solutions proposed in computer vi- plicit representations. Much effort has been done to alle- sion [8, 12, 13, 17, 25, 26, 30, 31]. viate this drawback, leading to the narrow band methodol- McInerney and Terzopoulos [30, 31] propose topology ogy [1] and to the PDE-based fast local level set method adaptive deformable curves and meshes, called T-snakes [36]. More recently, octree decompositions have been pro- and T-surfaces. During the evolution, the model is periodi- posed [10, 19, 27, 28] to circumvent the typically fixed uni- cally resampled by computing its intersections with a regu- form sampling of the level set method, in order to reach lar simplicial decomposition of space. A labeling of the ver- high resolution (typically an effective resolution of 5123) tices of the simplicial grid as inside or outside of the model while keeping the computational and memory cost sustain- is maintained. This procedure loses the desirable adaptivity able. However, these methods somewhat lose the simplicity of the Lagrangian formulation, by imposing a fixed uniform of the original level set method, as an efficient implemen- spatial resolution. Also, not all motions are admissible: this tation of such tree-based methods turns out to be a tricky approach only works when the model inflates or deflates task. everywhere, which considerably restricts the range of ap- Second, as discussed and numerically demonstrated by plications. Enright et al. in [18], the level set method is strongly af- Several authors have proposed alternatives to the T- fected by mass loss, smearing of high curvature regions snakes approach: Lachaud and coworkers [25, 26], Bredno and inability to resolve very thin parts. These limitations et al. [8], Duan and Qin [17], Delingette and Montagnat have motivated the development of some hybrid Eulerian- [12, 13]. Basically, these approaches consist in detect- Lagrangian methods, such as the particle level set method ing self-intersections in the evolving mesh and in merg- outlined by Foster and Fedkiw [21] and later improved ing the colliding regions using a set of heuristic remeshing by Enright and coworkers [18, 19, 20]. While the latter rules. Unfortunately, the detection of intersection is com- method yields state-of-the-art results, an objection could be putationally expensive, even when optimizing pairwise dis- the large number of parameters controlling the particle re- tance computations with an octree structure. In practice, it seeding strategy included in this approach. requires the most part of total computation time. Also, these Third, purely Eulerian formulation is not very appropri- approaches lack a systematic and provably correct remesh- ate for tracking interface properties such as color or texture ing strategy. Consequently, they are very likely to break in coordinates, as may be needed in computer graphics appli- some complex or degenerate practical cases. cations. Some approaches based on a coupled system of Eu- This major shortcoming of mesh-based methods have lerian PDEs were recently proposed to overcome this lim- gained popularity to the particle-based approach [9, 14, 15, itation within the level set framework [2, 37, 46], but this 22, 32, 35, 38, 43, 44] for representing dynamic interfaces capability comes at a significant additional computational undergoing complex topology changes. However, it is gen- cost. erally admitted that with the meshless approach, the local- ization of the interface and the computation of interface 1.2. Previous Lagrangian methods properties such as normal and curvature gets cumbersome. The Lagrangian formulation adopts a more “natural” 1.3. Novelty of our method point of view. It explicitly tracks the interfaces between the different materials with some
Recommended publications
  • 28 ARRANGEMENTS Dan Halperin and Micha Sharir
    28 ARRANGEMENTS Dan Halperin and Micha Sharir INTRODUCTION Given a finite collection of geometric objects such as hyperplanes or spheres in Rd, the arrangement ( S) is the decomposition of Rd into connected open cells of dimensions 0, 1,...,d AinducedS by . Besides being interesting in their own right, ar- rangements of hyperplanes have servedS as a unifying structure for many problems in discrete and computational geometry. With the recent advances in the study of arrangements of curved (algebraic) surfaces, arrangements have emerged as the underlying structure of geometric problems in a variety of “physical world” applica- tion domains such as robot motion planning and computer vision. This chapter is devoted to arrangements of hyperplanes and of curved surfaces in low-dimensional Euclidean space, with an emphasis on combinatorics and algorithms. In the first section we introduce basic terminology and combinatorics of ar- rangements. In Section 28.2 we describe substructures in arrangements and their combinatorial complexity. Section 28.3 deals with data structures for representing arrangements and with special refinements of arrangements. The following two sections focus on algorithms: algorithms for constructing full arrangements are described in Section 28.4, and algorithms for constructing substructures in Sec- tion 28.5. In Section 28.6 we discuss the relation between arrangements and other structures. Several applications of arrangements are reviewed in Section 28.7. Sec- tion 28.8 deals with robustness issues when implementing algorithms and data structures for arrangements and Section 28.9 surveys software implementations. We conclude in Section 28.10 with a brief review of Davenport-Schinzel sequences, a combinatorial structure that plays an important role in the analysis of arrange- ments.
    [Show full text]
  • Computational Geometry Lectures
    Computational Geometry Lectures Olivier Devillers & Monique Teillaud Bibliography Books [30, 19, 18, 45, 66, 70] 1 Convex hull: definitions, classical algorithms. • Definition, extremal point. [66] • Jarvis algorithm. [54] • Orientation predicate. [55] • Buggy degenerate example. [36] • Real RAM model and general position hypothesis. [66] • Graham algorithm. [50] • Lower bound. [66] • Other results. [67, 68, 58, 56, 8, 65, 7] • Higher dimensions. [82, 25] 2 Delaunay triangulation: definitions, motivations, proper- ties, classical algorithms. • Space of spheres [31, 32] • Delaunay predicates. [42] • Flipping trianagulation [52] • Incremental algorithm [57] • Sweep-line [48] • Divide&conquer [74] • Deletion [35, 20, 37] 1 3 Probabilistic analyses: randomized algorithms, evenly dis- tributed points. • Randomization [29, 73, 14] – Delaunay tree [16, 17] and variant [51] – Jump and walk [63, 62] – Delaunay hierarchy [34] – Biased random insertion order [6] – Accelerated algorithms [28, 72, 33, 26] • Poisson point processes [71, 64] – Straight walk [44, 27] – Visibility walk [39] – Walks on vertices [27, 41, 59] – Smoothed analysis [75, 38] 4 Robustness issues: numerical issues, degenerate cases. • IEEE754 [49] • Orientation with double [55] • Solution 1: no geometric theorems [76] • Exact geometric computation paradigm [81] • Perturbations – controlled [61] – symbolic: SoS [46], world [2], 4th dim [43], “qualitative” [40] 5 Triangulations in the CGAL library. • https://doc.cgal.org/latest/Manual/packages.html#PartTriangulationsAndDelaunayTriangulations
    [Show full text]
  • Voronoi Diagrams, Delaunay Triangulations and Polytopes
    Voronoi Diagrams, Delaunay Triangulations and Polytopes Jean-Daniel Boissonnat Geometrica, INRIA http://www-sop.inria.fr/geometrica Algorithmic Geometry Triangulations 2 Voronoi& Delaunay 1 / 1 Voronoi diagrams in nature Algorithmic Geometry Triangulations 2 Voronoi& Delaunay 2 / 1 The solar system (Descartes) Algorithmic Geometry Triangulations 2 Voronoi& Delaunay 3 / 1 Growth of merystem Algorithmic Geometry Triangulations 2 Voronoi& Delaunay 4 / 1 Euclidean Voronoi diagrams Voronoi cell V(pi) = x : x pi x pj ; j f k − k ≤ k − k 8 g Voronoi diagram (P)= collection of all cells V(pi), pi P f 2 g Algorithmic Geometry Triangulations 2 Voronoi& Delaunay 5 / 1 Voronoi diagrams and polytopes Polytope The intersection of a finite collection of half-spaces : = T h+ V i2I i Each Voronoi cell is a polytope The Voronoi diagram has the structure of a cell complex d+ The Voronoi diagram of P is the projection of a polytope of R 1 Algorithmic Geometry Triangulations 2 Voronoi& Delaunay 6 / 1 Voronoi diagrams and polytopes Polytope The intersection of a finite collection of half-spaces : = T h+ V i2I i Each Voronoi cell is a polytope The Voronoi diagram has the structure of a cell complex d+ The Voronoi diagram of P is the projection of a polytope of R 1 Algorithmic Geometry Triangulations 2 Voronoi& Delaunay 6 / 1 Voronoi diagrams and polytopes Polytope The intersection of a finite collection of half-spaces : = T h+ V i2I i Each Voronoi cell is a polytope The Voronoi diagram has the structure of a cell complex d+ The Voronoi diagram of P is the projection
    [Show full text]
  • Computational Geometry: Proximity and Location
    63 Computational Geometry: Proximity and Location 63.1 Introduction Proximity and location are fundamental concepts in geometric computation. The term proximity refers informally to the quality of being close to some point or object. Typical problems in this area involve computing geometric structures based on proximity, such as the Voronoi diagram, Delaunay triangulation and related graph structures such as the relative neighborhood graph. Another class of problems are retrieval problems based on proximity. These include nearest neighbor searching and the related concept of range searching. (See Chapter 18 for a discussion of data structures for range searching.) Instances of proximity structures and proximity searching arise in many fields of applications and in many di- mensions. These applications include object classification in pattern recognition, document analysis, data compression, and data mining. The term location refers to the position of a point relative to a geometric subdivision or a given set of disjoint geometric objects. The best known example is the point location problem, in which a subdivision of space into disjoint regions is given, and the problem is to identify which region contains a given query point. This problem is widely used in areas such as computer graphics, geographic information systems, and robotics. Point location is also used as a method for proximity searching, when applied in conjunction with Voronoi diagrams. In this chapter we will present a number of geometric data structures that arise in the context of proximity and location. The area is so vast that our presentation will be limited to a relatively few relevant results. We will discuss data structures for answering point location queries first.
    [Show full text]
  • Blelloch, Gu, Shun and Sun, Randomized Incremental Convex
    Session: Full Paper SPAA ’20, July 15–17, 2020, Virtual Event, USA Randomized Incremental Convex Hull is Highly Parallel Guy E. Blelloch Yan Gu Julian Shun Yihan Sun Carnegie Mellon University UC Riverside MIT CSAIL UC Riverside [email protected] [email protected] [email protected] [email protected] ABSTRACT the convex hull. A newly-added point either falls into the current The randomized incremental convex hull algorithm is one of the convex hull and thus no further action is needed, or it removes most practical and important geometric algorithms in the litera- existing faces (henceforth facets) that it is visible from, while adding ture. Due to its simplicity, and the fact that many points or facets new facets. For example, in Figure 1, adding c to the existing hull can be added independently, it is also widely used in parallel con- u-v-w-x-y-z-t would replace edges v-w, w-x, x-y, and y-z with v-c vex hull implementations. However, to date there have been no and c-z. Clarkson and Shor, in their seminal work over 30 years non-trivial theoretical bounds on the parallelism available in these ago [28], showed that the incremental convex hull algorithm on n bd/2c implementations. In this paper, we provide a strong theoretical anal- points in d-dimensions has optimal O¹n + n lognº expected ysis showing that the standard incremental algorithm is inherently runtime when points are added in random order. Their results are parallel. In particular, we show that for n points in any constant based on a more general setting, which they also used to solve sev- dimension, the algorithm has O¹lognº dependence depth with high eral other geometry problems, and the work led to over a hundred probability.
    [Show full text]
  • Algorithmic Geometry Dagstuhl-Seminar-Report; 4
    Helmut Alt, Emo Welzl (editors) Algorithmic Geometry Dagstuhl-Seminar-Report;4 8.10.1990 - 12.10.1990 (9041) Copyright © 1991 by IBFI GmbH, Schloß Dagstuhl, W-6648 Wadem, Gennany Tel.: +49-6871 - 2458 Fax: +49-6871 - 5942 Das IBFI (Internationales Begegnungs- und Forschungszentrum für Informatik) ist eine gemeinnützige GmbH. Sie veranstaltet regelmäßig wissenschaftliche Seminare,welche nach Antrag der Tagungslciter und Begutachtung durch das wissenschaftliche Direktorium mit persönlich eingeladenen Gästen durchgeführt werden. Verantwortlich für das Programm: g Prof. Dr.-Ing. José Encamacao, Prof. Dr. Winfried Görke, Prof. Dr. Theo Härder, Dr. Michael Laska, Prof. Dr. Thomas Lengauer, Prof. Ph. D. Walter Tichy, Prof. Dr. Reinhard Wilhelm (wissenschaftlicher Direktor). Gesellschafter: Universität des Saarlandes, Universität Kaiserslautem, Universität Karlsruhe, Gesellschaft für Infonnatik e.V., Bonn Träger: Die Bundesländer Saarland und Rheinland Pfalz. Bezugsadresse: Geschäftsstelle Schloß Dagstuhl Infonnatik, Bau 36 Universität des Saarlandes W - 6600 Saarbrücken Germany Tel.: +49 -681 - 302 - 4396 Fax: +49 -681 - 302 - 4397 e-mail: [email protected] INTERNATIONALES BEGEGNUNGS UND FORSCHUNGSZENTRUM FÜR INFORMATIK ScHLoss DAGSTUHL Tagungsbericht zum 1. Dagstuhl-Seminar über Algorithmische Geometrie 8.0ktober bis 12.0ktober 1990 Report of the 1 Dagstuhl-seminaron Computational Geometry October 8th October 12th, 1990 The rst Dagstuhl-seminar on Computational Geometry was organized by Helmut Alt and Emo Welzl (both FU Berlin). The 28 participants came from 10 countries, 7 of them came from North America and Israel. 20 lectures were given at the seminar, covering quite a number of topics in compu- tational geometry. As was to be expected, a large percentageof the talks dealt with randomization in one way or the other, reflecting the current inclination of the com- munity towards this eld.
    [Show full text]
  • Combinatorial Geometry and Its Algorithmic Applications the Alcalá Lectures
    Mathematical Surveys and Monographs Volume 152 Combinatorial Geometry and Its Algorithmic Applications The Alcalá Lectures János Pach Micha Sharir American Mathematical Society http://dx.doi.org/10.1090/surv/152 Combinatorial Geometry and Its Algorithmic Applications The Alcalá Lectures Mathematical Surveys and Monographs Volume 152 Combinatorial Geometry and Its Algorithmic Applications The Alcalá Lectures János Pach Micha Sharir American Mathematical Society Providence, Rhode Island EDITORIAL COMMITTEE Jerry L. Bona Michael G. Eastwood Ralph L. Cohen J. T. Stafford, Chair Benjamin Sudakov 2000 Mathematics Subject Classification. Primary 05C35, 05C62, 52C10, 52C30, 52C35, 52C45, 68Q25, 68R05, 68W05, 68W20. For additional information and updates on this book, visit www.ams.org/bookpages/surv-152 Library of Congress Cataloging-in-Publication Data Pach, Janos. Combinatorial geometry and its algorithmic applications : The Alcala lectures / Janos Pach, Micha Sharir. p. cm. — (Mathematical surveys and monographs ; v. 152) Includes bibliographical references and index. ISBN 978-0-8218-4691-9 (alk. paper) 1. Combinatorial geometry. 2. Algorithms. I. Sharir, Micha. II. Title. QA167.p332 2009 516.13–dc22 2008038876 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy a chapter for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society. Requests for such permission should be addressed to the Acquisitions Department, American Mathematical Society, 201 Charles Street, Providence, Rhode Island 02904-2294, USA.
    [Show full text]
  • Read Book Algorithmic Geometry Pdf Free Download
    ALGORITHMIC GEOMETRY PDF, EPUB, EBOOK Jean-Daniel Boissonnat | 544 pages | 05 Jan 2005 | CAMBRIDGE UNIVERSITY PRESS | 9780521565295 | English | Cambridge, United Kingdom Algorithmic Geometry PDF Book Please, enter your name Name. In the past two decades, computational geometry has been revolutionized by the powerful combination of random sampling techniques with the abstract machinery of geometric arrangements. Need Help? It's not fault. Spectral sparsification of simplicial complexes for clustering and label propagation. Dykes, and B. Geometric problems emerge in a variety of computational fields that interact with the physical world. If you need help in the context of any type of efficient data handling, such as graph and network algorithms, geometric computing, or precise calculations, Please don't hesitate to talk to us and see what we can do for you. Parameterized Complexity. Schirra and C. ISBN Was it Button A? Algorithmic Geometry. The Cartographic Journal , 50 3 , Computational topology and topological data analysis. Dagstuhl's Impact. Later, we will want to verify that the algorithm correctly locates points. When a user clicks on the mouse, the web page needs to figure out what the user clicked on as quickly as possible. New lower bounds for the number of pseudoline arrangements. Computing hereditary convex structures. What you'll learn Skip What you'll learn. Jansen Proc. The same goes for computational geometry problems. Algorithmic Geometry Writer Recent advances in the accuracy of language analysis technologies, relying on generic language models trained on vast amounts of data, enable automated analysis of humanities data, but also pose a challenge: language models are essentially black boxes and it is unclear what exactly they learn and how.
    [Show full text]
  • Combinatorial Geometry and Its Algorithmic Applications the Alcalá Lectures
    Mathematical Surveys and Monographs Volume 152 Combinatorial Geometry and Its Algorithmic Applications The Alcalá Lectures János Pach Micha Sharir American Mathematical Society Combinatorial Geometry and Its Algorithmic Applications The Alcalá Lectures Mathematical Surveys and Monographs Volume 152 Combinatorial Geometry and Its Algorithmic Applications The Alcalá Lectures János Pach Micha Sharir American Mathematical Society Providence, Rhode Island EDITORIAL COMMITTEE Jerry L. Bona Michael G. Eastwood Ralph L. Cohen J. T. Stafford, Chair Benjamin Sudakov 2000 Mathematics Subject Classification. Primary 05C35, 05C62, 52C10, 52C30, 52C35, 52C45, 68Q25, 68R05, 68W05, 68W20. For additional information and updates on this book, visit www.ams.org/bookpages/surv-152 Library of Congress Cataloging-in-Publication Data Pach, Janos. Combinatorial geometry and its algorithmic applications : The Alcala lectures / Janos Pach, Micha Sharir. p. cm. — (Mathematical surveys and monographs ; v. 152) Includes bibliographical references and index. ISBN 978-0-8218-4691-9 (alk. paper) 1. Combinatorial geometry. 2. Algorithms. I. Sharir, Micha. II. Title. QA167.p332 2009 516.13–dc22 2008038876 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy a chapter for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society. Requests for such permission should be addressed to the Acquisitions Department, American Mathematical Society, 201 Charles Street, Providence, Rhode Island 02904-2294, USA.
    [Show full text]
  • Convex Hulls, Voronoi Diagrams and Delaunay Triangulations
    Convex Hulls, Voronoi Diagrams and Delaunay Triangulations Jean-Daniel Boissonnat Winter School on Algorithmic Geometry ENS-Lyon January 2010 Winter School on Algorithmic Geometry Convex Hulls, Voronoi Diagrams and Delaunay Triangulations Convex hull conv( ) P P Smallest convex set that contains a finite set of points P Set of all possible convex combinations of points in P P λ p , λ 0, P λ = 1 i i i ≥ i i We call polytope the convex hull of a finite set of points Winter School on Algorithmic Geometry Convex Hulls, Voronoi Diagrams and Delaunay Triangulations Simplex The convex hull of k + 1 points that are affinely independent is called a k-simplex 1-simplex = line segment 2-simplex = triangle 3-simplex = tetrahedron Winter School on Algorithmic Geometry Convex Hulls, Voronoi Diagrams and Delaunay Triangulations Facial structure of a polytope Supporting hyperplane H C = and C is entirely contained in one of the\ two6 half-spaces; defined by H Faces The faces of a P are the polytopes P h, h support. hyp. \ The face complex The faces of P form a cell complex C I f C, f is a convex polytope 8 2 I f C, f g g C 2 ⊂ ) 2 I f ; g C, either f g = or f g C 8 2 \ ; \ 2 Winter School on Algorithmic Geometry Convex Hulls, Voronoi Diagrams and Delaunay Triangulations General position A point set is said to be in general position iff no subset of k + 2 pointsP lie in a k-flat If is in general position, all the faces of conv( ) are simplices P P The boundary of conv( ) is a simplicial complex P Winter School on Algorithmic Geometry Convex Hulls, Voronoi Diagrams
    [Show full text]
  • Geometric Approximation Algorithms
    Mathematical Surveys and Monographs Volume 173 Geometric Approximation Algorithms Sariel Har-Peled American Mathematical Society surv-173-har-peled-cov.indd 1 4/14/11 1:05 PM http://dx.doi.org/10.1090/surv/173 Geometric Approximation Algorithms Mathematical Surveys and Monographs Volume 173 Geometric Approximation Algorithms Sariel Har-Peled American Mathematical Society Providence, Rhode Island EDITORIAL COMMITTEE Ralph L. Cohen, Chair MichaelA.Singer Eric M. Friedlander Benjamin Sudakov MichaelI.Weinstein 2010 Mathematics Subject Classification. Primary 68U05, 68W25; Secondary 68P05, 52Cxx. For additional information and updates on this book, visit www.ams.org/bookpages/surv-173 Library of Congress Cataloging-in-Publication Data Har-Peled, Sariel, 1971– Geometric approximation algorithms / Sariel Har-Peled. p. cm. — (Mathematical surveys and monographs ; v. 173) Includes bibliographical references and index. ISBN 978-0-8218-4911-8 (alk. paper) 1. Approximation algorithms. 2. Geometry—Data processing. 3. Computer graphics. 4. Discrete geometry. I. Title. QA448.D38H377 2011 516.11—dc22 2011002940 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy a chapter for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society. Requests for such permission should be addressed to the Acquisitions Department, American Mathematical Society, 201 Charles Street, Providence, Rhode Island 02904-2294 USA. Requests can also be made by e-mail to [email protected].
    [Show full text]
  • Practical Ways to Accelerate Delaunay Triangulations Pedro De Castro
    Practical Ways to Accelerate Delaunay Triangulations Pedro de Castro To cite this version: Pedro de Castro. Practical Ways to Accelerate Delaunay Triangulations. Software Engineering [cs.SE]. Université Nice Sophia Antipolis, 2010. English. tel-00531765 HAL Id: tel-00531765 https://tel.archives-ouvertes.fr/tel-00531765 Submitted on 3 Nov 2010 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. UNIVERSITÉ DE NICE-SOPHIA ANTIPOLIS ÉCOLE DOCTORALE STIC Sciences et Technologies de l’Information et de la Communication THÈSE pour obtenir le titre de Docteur en Sciences de l’Université de Nice-Sophia Antipolis Mention: Informatique Présentée par Pedro Machado Manhães de Castro Méthodes pour Accélérer les Triangulations de Delaunay Thèse préparée dans le projet GEOMETRICA, INRIA Sophia-Antipolis Dirigée par Olivier Devillers, Directeur de Recherche, INRIA Sophia-Antipolis Soutenue publiquement le 25 Octobre 2010 devant le jury composé de : Président : Bruno LÉVY, Directeur de Recherche, INRIA Loria Rapporteurs : Günter ROTE, Professeur, Freie Universität Berlin
    [Show full text]