Title: Lecture 9 : Point Set Processing
1Lecture 9 Point Set Processing
Acknowledgement Prof. Amentas slides
2Point Set (Point Cloud)
- Often obtained from laser snanners
3Building Information Modeling (BIM)
4Human Body Shapes
5Triangulations (Delaunay) Dual Diagrams
(Voronoi)
Union of Balls
- Union of balls
- Triangulation Dual
6Data Structures for Point Set Data
- Voronoi Diagram
- Delaunay Triangulation
- Medial Axis
7Voronoi Diagram/Delaunay Triangulation
- Refer to Prof. Vignerons slides
8Medial Axis
- A Transformation For Extracting New Descriptors
of Shape - Locus of points equidistant from contour
- Skeleton
9Applications of medial axis
- Shape matching
- Animation
- Computer Vision
- Dimension reduction (Simplification)
- Solid modeling
10Definitions of medial axis
- Locus of points equidistant from contour
- Grass-fire, prairie-fire, wave-front collision
- Locus of centers of maximal circles
- Local maxima in distance transform
- Result of topology preserving thinning
11medial axisBlums equivalent definitions
12Medial Axis
- A set of points with more than one closest
surface point
133D Medial Axis
- A set of points with more than one closest
surface point
14Medial Axis
- Maximal ball avoiding surface is a medial ball
- Every solid is a union of balls
15Relation to Voronoi
- Voronoi balls approximate medial balls
- For dense surface samples in 2D, all voronoi
vertices lie near axis
16Convergence
- In 2D, set of Voronoi vertices converges to the
medial axis as sampling density increases.
17Discrete Union of Balls
- Voronoi balls approximate the object and its
complement.
182D Curve Reconstruction
- Blue Delaunay edges reconstruct the curve, pink
triangulate interior/exterior. - Many algorithms, with proofs, for coloring edges.
192D Curve Reconstruction
ltVoronoi Diagram of point set Sgt
- Delaunay Triangulation of point set S
- and voronoi vertices V
- Black lines represent curve reconstruction
202D Medial Axis Reconstruction
- Pink approximate medial axis.
213D Case
- Different from 2D
- In 3D, some Voronoi vertices are not near medial
axis
- Red voronoi cell of the blue point
- Notice the red voronoi vertex that is far from
- the medial axis
22Union of Balls centered on voronoi vertices
- Even when samples are
- arbitrarily dense
23Poles
- Farthest voronoi vertices
- p , p- (opposite sides)
- Subset of voronoi vertices,
- the poles, approximate
- near medial axis
-
24Union of balls centered on interior poles
253D surface reconstruction
- Similar to 2D surface reconstruction, but use
poles instead of entire voronoi vertices
26Results Amenta 1998,2001
Laser range data, power crust, simplified
approximate medial axis
27Shape Feature SegmentationDey 2003
- Based on Voronoi Diagram and Delaunay
Triangulation
28Flow Field of Shape
29Shape Feature Segmentation