120 likes | 252 Views
CS 175 – Week 3 Triangulating Point Clouds VD, DT, MA, MAT, Crust. Overview. Voronoi Diagrams Delaunay triangulations medial axis medial axis transform crust. Voronoi-Diagram. points P = {p 1 , … , p n } ½ R d Voronoi cell V i = all points x 2 R d closest to p i partition of space
E N D
CS 175 – Week 3TriangulatingPoint CloudsVD, DT, MA, MAT, Crust
Overview • Voronoi Diagrams • Delaunay triangulations • medial axis • medial axis transform • crust
Voronoi-Diagram • points P = {p1, … , pn} ½ Rd • Voronoi cell Vi =all points x 2 Rd closest to pi • partition of space • intersections of Vi form Voronoi vertices, edges, etc.
Delaunay-Triangulation • D(S) Delaunay cell for S ½ {1,…,n} • D(S) = convex hull of {pi}, i 2 S, if all Vi, i 2 S intersect • usually, D(S) = for #S ¸ d+2 • D(S) are points, edges, triangles, … • partition of P’s convex hull
Delaunay-Triangulation • Properties • dual to the Voronoi diagram • global circumcircle criterion • local circumcircle criterion • maximum minimum angle
Delaunay-Triangulation • Algorithms • edge-flipping • incremental • divide and conquer • plane sweep • triangle programhttp://www-2.cs.cmu.edu/~quake/triangle.html
MA and MAT • for a smooth, closed curve F • medial axis MA(F) =all points that have more than oneclosest point on F • medial axis transform MAT(F) =all pairs (x,r) where x 2 MA(F) and r the radius of the maximal disc at x
LFS and r-sample • local feature size • for x 2 F : LFS (x) = distance from x closest point on MA(F) • r-sample • set of points P ½ F • r-sample, if distance from x 2 F to P is smaller then r ¢ LFS(x)
Crust • P = set of 2D points • V = Voronoi vertices • T = DT of P [ V • crust (P) =edges in T with endpoints in P
Crust • Properties • P is r-sample of F • L = polygon with points from P • r · 0.39 ) crust(P) ¾ L • r · 0.25 ) crust(P) = L • x 2 F : dist(x, crust(P)) · r2 LFS(x)/2
3D-Crust • Voronoi vertices NOT necessarily close to MA(F) • take maximal vertices from V(pi) • requires r · 0.06
3D-Crust • Problems • not necessarily manifold • normal filtering • boundaries • sharp features • sampling criterion usually not met • holes