Advanced Techniques in Consistent Parameterizations for Mesh Representation and Surface Mapping
500 likes | 651 Vues
This document discusses methods in consistent parameterization, focusing on mapping surfaces from various domains like planes, spheres, and simplicial complexes. It outlines critical properties such as one-to-one mapping, minimizing distortion, and preserving geometric attributes like length, angles, and area. Key techniques include planar and spherical parameterizations, constrained and inter-surface mappings. The applications in digital geometry processing, morphing, and attribute transfer are emphasized, along with algorithms for achieving robust and efficient mappings essential for modern geometric computation.
Advanced Techniques in Consistent Parameterizations for Mesh Representation and Surface Mapping
E N D
Presentation Transcript
Consistent Parameterizations Arul Asirvatham Committee Members Emil Praun Hugues Hoppe Peter Shirley
Parameterization • Mapping from a domain (plane, sphere, simplicial complex) to surface • Motivation: Texture mapping, surface reconstruction, remeshing …
Desirable Properties • One-to-one • Minimize some measure of distortion • Length preserving • Angle preserving • Area preserving • Stretch minimizing
Outline • Background • Commonly used Domains • Plane, Simplicial Complex, Sphere • Constrained Parameterizations • Consistent Parameterizations • Consistent Spherical Parameterizations • Inter-Surface Mapping • Summary and future work
Planar Parameterizations • Convex combination maps • p = i pi , i=1,…,n i =1 • [Tutte 63] • [Floater 97] • [Floater et al 03] • Conformal Maps • [Sheffer et al 01] • [Levy et al 02] • [Desbrun et al 02] • Stretch preserving maps • [Sander et al 01] g G
Simplicial Parameterizations • Planar parameterization techniques cut surface into disk like charts • Use domain of same topology • Work for arbitrary genus • Discontinuity along base domain edges [Eck et al 95, Lee et al 00, Guskov et al 00, Praun et al 01, Khodakovsky et al 03]
Spherical Parameterization • No cuts less distortion • Restricted to genus zero meshes • [Shapiro et al 98] • [Alexa et al 00] • [Sheffer et al 00] • [Haker et al 00] • [Gu et al 03] • [Gotsman et al 03] • [Praun et al 03]
Constrained Parameterizations • Texture mapping [Levy et al 01, Eckstein et al 01, Kraevoy et al 03]
Consistent Parameterizations Base Domain DGP Applications • Motivation • Digital geometry processing • Morphing • Attribute transfer • Principal component analysis [Alexa 00, Levy et al 99, Praun et al 01] Input Meshes with Features Semi-Regular Meshes
Contributions • Consistent Spherical Parameterizations • Inter-surface maps
Stretch Minimizing Spherical Parameterization [Praun & Hoppe 03] • Use multiresolution • Convert model to progressive mesh format • Map base tetrahedron to sphere • Add vertices one by one, maintaining valid embedding and minimizing stretch
Stretch Metric [Sander et al. 2001] linear map singular values: γ , Γ g G 2D texture domain surface in 3D
Conformal vs Stretch Conformal metric: can lead to undersampling Stretch Conformal Stretch metric encourages feature correspondence Conformal
Approach • Find “good” spherical locations • Use spherical parameterization of one model • Assymetric • Obtain spherical locations using all models • Constrained spherical parameterization • Create base mesh containing only feature vertices • Refine coarse-to-fine • Fix spherical locations of features
Algorithm UCSP + step 1 CSP step 4 UCSP CSP step 5 step 2 step 3 step 6 • Find initial spherical locations using 1 model • Parameterize all models using those locations • Use spherical parameterizations to obtain remeshes • Concatenate to single mesh • Find good feature locations using all models • Compute final parameterizations using these locations
Consistent Partitioning • Compute shortest paths (possibly introducing Steiner vertices) • Add paths not violating legality conditions • Paths (and arcs) don’t intersect • Consistent neighbor ordering • Cycles don’t enclose unconnected vertices • First build spanning tree
Swirls • Unnecessarily long paths
Heuristics to avoid swirls • Insert paths in increasing order of length • Link extreme vertices first • Disallow spherical triangles with any angle < 10o • Sidedness test • Unswirl operator • Edge flips
Sidedness test E C E D B D B C A A
Attribute Transfer + Color Geometry
Attribute Transfer + Color Geometry
Face Database avg =
Timing • 2.4 GHz Pentinum 4 PC, 512 MB RAM
Introduction • No intermediate domain • Reduced distortion • Natural alignment of features
Comparison to CSP • No intermediate domain • Arbitrary genus • Limited to 2 models • Applications • Morphing • Digital geometry processing • Transfer of surface attributes • Deformation transfer
Contributions • Directly create inter-surface map • Symmetric coarse-to-fine optimization • Symmetric stretch metric Automatic geometric feature alignment • Robust • Very little user input • Arbitrary genus • Hard constraints
Algorithm Overview • Consistent mesh partitioning • Constrained Simplification • Trivial map between base meshes • Coarse-to-fine optimization
Consistent Mesh Partitioning • Compute matching shortest paths (possibly introducing Steiner vertices) • Add paths not violating legality conditions
Legality Conditions • Paths don’t intersect • Consistent neighbor ordering • Cycles don’t enclose unconnected vertices • First build maximal graph without sep cycles • genus 0: spanning tree • genus > 0: spanning tree + 2g non-sep cycles
Separating/Non-separating cycles • Separating cycle breaks surface into 2 disjoint components Separating cycle Non separating cycle
Non-separating cycle test • Grow 2 fronts starting on both sides of AB • Non-separating if fronts meet B A
Tracing non separating cycle • Shortest path between AC is separating A C B
Tracing non separating cycle • Grow contour around AC • Contour wraps around and meets itself at O O A C B
Tracing non separating cycle • Trace paths from O to A and C O A C B
Automatic Insertion Of Feature Points Add features if not enough to resolve genus
Contributions • Consistent Spherical Parameterizations for several genus-zero surfaces • Robust method for Constrained Spherical Parameterization • Robust partitioning of two meshes of arbitrary genus • Methods to avoid swirls and to correct them when they arise
Future Work • Improve overall exectution time • Multiresolution path tracing algorithm • Linear stretch optimization • Construct maps between surfaces of different genus • Handle point cloud and volumetric data
Publications Consistent Spherical Parameterizations, Arul Asirvatham, Emil Praun, Hugues Hoppe, Computer Graphics and Geometric Modelling, 2005. Inter-Surface Mapping, John Schreiner, Arul Asirvatham, Emil Praun, Hugues Hoppe, ACM SIGGRAPH 2004.