200 likes | 281 Views
This study focuses on extracting curve skeletons from digital shapes using occluding contours to create a graph-like 1D high-level representation. The state-of-the-art methods for handling various input types are reviewed, including polygon meshes, implicit surfaces, triangle meshes, and point clouds. The resolution-wise approach is explored, emphasizing the importance of resolution over shape in some cases. The algorithm pipeline involves gathering silhouettes, filtering 2D skeletons, back-projecting medial points, computing skeleton paths, and reconstructing the curve using Moving Least Squares. The goal is to achieve resolution and format independence, with a focus on occlusions and silhouette space. The study concludes by emphasizing the benefits of this perceptual approach and addresses questions related to the curve skeleton extraction process.
E N D
Extracting Curve-Skeletons from Digital Shapes Using OccludingContours M. Livesu and R. Scateni Università degli Studi di Cagliari (Italy)
Why? Graph-likestructure 1D! High-levelrepresentation [Au et al, 2010] [Jiang et al, 2012]
Computation ✓ • 1D • Graph-likestructure ✗ • 1D • Graph-likestructure
State of the art (input-wise) Polygonmeshes Polygonsoups Implicitsurfaces…. Trianglemeshes Voxels [Liu et al, 2010] [Dey and Sun, 2006] Point clouds [Sharf et al, 2007] [Cao et al, 2010] [Cornea et al, 2005] [Au et al, 2008] [Tagliasacchi et al, 2012] [Tagliasacchi et al, 2009]
State of the art (resolution-wise) Coarse hand (≈1k triangles) Sometimesresolutionismore importantthan theshapeitself… [Au et al, 2008] [Dey and Sun, 2006]
Perceptualapproach What are the alternatives? Focus on the appearanceof the shapes 1K triangles 273K triangles GOALS: resolutionand formatindependence!
Occlusions MIN OCCLUSION MAX OCCLUSION
Pipeline gathersilhouettes filter 2D skeletons back-projectmedialpoints Compute skeletonpaths
Skeletonfiltering MIN OCCLUSION MAX OCCLUSION
Curve Reconstruction 1D MovingLeastSquares [Lee, 2000]
Conclusions • Silhouette space • Formatindependence • Resolutionindependence