Difference between revisions of "GeometryProcessing/Spring2009/Schedule"

From VistrailsWiki
Jump to navigation Jump to search
 
(151 intermediate revisions by 6 users not shown)
Line 7: Line 7:
Topics: Course Overview  
Topics: Course Overview  


Slides:  
Slides: [http://www.vistrails.org/images/Introduction.pdf Introduction.pdf]


== Surface Representations -- Jan 15 ==
== Surface Representations -- Jan 15 ==
Line 24: Line 24:
Required Reading/Notes:  
Required Reading/Notes:  


M. Mantyla
[GM], Chapters 2 and 3.


Slides:  
Slides:  
Line 32: Line 32:
Further reading:
Further reading:


[[http://www.gvu.gatech.edu/~jarek/papers/CornerTable.pdf]]
Martti Mäntylä. An Introduction to Solid Modeling. Computer Science Press, College Park, MD, 1988.
 
[http://www.gvu.gatech.edu/~jarek/papers/CornerTable.pdf Edgebreaker on a Corner Table: A Simple Technique for Representing and Compressing Triangulated Surfaces]
 
[http://cg.www.techfak.uni-bielefeld.de/publications/papers/openmesh.pdf OpenMesh – a generic and efficient polygon mesh data structure]
 
[http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4055948  Edge-Based Data Structures for Solid Modeling in Curved-Surface Environments]


== Surface Generation and/or Extraction I -- Jan 20 ==
== Surface Generation and/or Extraction I -- Jan 20 ==
Line 38: Line 44:
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Surface_Generation_Extraction1]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Surface_Generation_Extraction1]]


Lecturer: Gustavo
Lecturer: Carlos


Topics:   
Topics:   
Line 50: Line 56:
[[http://portal.acm.org/ft_gateway.cfm?id=37422&type=pdf&coll=GUIDE&dl=GUIDE&CFID=15556705&CFTOKEN=70616554 William E. Lorensen and Harvey E. Cline. MARCHING CUBES: A High Resolution 3D Surface Construction Algorithm, Computer Graphics, 1987]]
[[http://portal.acm.org/ft_gateway.cfm?id=37422&type=pdf&coll=GUIDE&dl=GUIDE&CFID=15556705&CFTOKEN=70616554 William E. Lorensen and Harvey E. Cline. MARCHING CUBES: A High Resolution 3D Surface Construction Algorithm, Computer Graphics, 1987]]


[[http://portal.acm.org/ft_gateway.cfm?id=566586&type=pdf&coll=GUIDE&dl=GUIDE&CFID=15556907&CFTOKEN=76114820 Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren. Dual Contouring of Hermite Data, SIGGRAPH 2002]]


Slides:  
Slides: [http://www.sci.utah.edu/~cscheid/lectures/090120.pdf PDF File]


Further reading:
Further reading:


[[http://www.sci.utah.edu/~csilva/papers/vis2008b.pdf Carlos A. Dietrich et al. Edge Groups: An Approach to Understanding the Mesh Quality of Marching Methods, IEEE TVCG, 2008]]
[http://www.sci.utah.edu/~csilva/papers/vis2008b.pdf Carlos A. Dietrich et al. Edge Groups: An Approach to Understanding the Mesh Quality of Marching Methods, IEEE TVCG, 2008]


[[http://www.cs.sfu.ca/~torsten/Publications/Papers/tvcg06_hamish.pdf Hamish Carr, Torsten Moller, and Jack Snoeyink. Artifacts Caused By Simplicial Subdivision, IEEE TVCG, 2006]]
[http://www.cs.sfu.ca/~torsten/Publications/Papers/tvcg06_hamish.pdf Hamish Carr, Torsten Moller, and Jack Snoeyink. Artifacts Caused By Simplicial Subdivision, IEEE TVCG, 2006]
 
[http://graphics.ethz.ch/teaching/scivis_common/Literature/Newman06.pdf Newman and Yi. A survey of the marching cubes algorithm. Computers and Graphics, 2006]
 
[http://www.cse.ohio-state.edu/~wenger/publications/isomesh.pdf Raman and Wenger. Quality isosurface Generation Using an Extended Marching Cubes Lookup Table. Eurovis 2008]
 
[http://www.cs.berkeley.edu/~jrs/papers/elemj.pdf Shewchuk. What Is a Good Linear Finite Element? Interpolation, Conditioning, Anisotropy, and Quality Measures]
 
[http://portal.acm.org/ft_gateway.cfm?id=566586&type=pdf&coll=GUIDE&dl=GUIDE&CFID=15556907&CFTOKEN=76114820 Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren. Dual Contouring of Hermite Data, SIGGRAPH 2002]


== Surface Generation and/or Extraction II -- Jan 22 ==
== Surface Generation and/or Extraction II -- Jan 22 ==
Line 64: Line 77:
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Surface_Generation_Extraction2]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Surface_Generation_Extraction2]]


Lecturer: Gustavo
Lecturer: Carlos


Topics:   
Topics:   


* Element quality in isosurface extraction
** Finish discussion of SnapMC, Macet, Edge Groups (Tet Stuffing?)
* Feature preservation
** Extended Marching Cubes
* "Adaptive" methods
** Dual Contouring
* Advancing Front Methods
* Advancing Front Methods
** Afront
** Afront
Line 73: Line 92:
Required Reading/Notes:  
Required Reading/Notes:  


[[http://www.sci.utah.edu/~csilva/papers/tvcg2006acr.pdf John Schreiner, Carlos E. Scheidegger, and Claudio T. Silva. High-Quality Extraction of Isosurfaces from Regular and Irregular Grids, IEEE TVCG, 2006]]
[http://portal.acm.org/citation.cfm?id=383265 Feature sensitive surface extraction from volume data Feature Sensitive Surface Extraction from Volume Data, SIGGRAPH 2001]
 
[http://portal.acm.org/ft_gateway.cfm?id=566586&type=pdf&coll=GUIDE&dl=GUIDE&CFID=15556907&CFTOKEN=76114820 Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren. Dual Contouring of Hermite Data, SIGGRAPH 2002]
 
[http://www.sci.utah.edu/~csilva/papers/tvcg2006acr.pdf John Schreiner, Carlos E. Scheidegger, and Claudio T. Silva. High-Quality Extraction of Isosurfaces from Regular and Irregular Grids, IEEE TVCG, 2006]
 


Slides:
Slides:
== Extra Lecture I -- Jan 23 ==
Lecturer: Carlos
Topics: Software libraries for geometry processing
Location: Jones Conference Room. WEB 3840
Time: 3:30PM
This will be a fairly short meeting to help you get acquainted to the software we will be using for the first assignment. You will be using trimesh2, a lightweight c++ library for triangle meshes from Szymon Rusinkiewicz: http://www.cs.princeton.edu/~smr/
it is trivial to compile trimesh2 on Linux and Mac OS X. I have no experience with Windows, but I'll gladly try to help if you bring your laptop to class. if you're an enrolled student, you can get Visual Studio for free [https://software.utah.edu/osl/index.shop here]
Website with many mesh files: [http://shapes.aim-at-shape.net/index.php Aim@Shape shape repository]
Stanford 3D repository
Bilateral Mesh Denoising. Fleishman, Drori, Cohen-Or. SIGGRAPH 2003. [http://www.sci.utah.edu/~shachar/Publications/bmd03.pdf pdf version of paper]
''Building on Windows:''
Brad has created two Visual Studio Solution files (2005 & 2008) that students can use if they want (I assume one of the profs will take this down if they don't like it). The files have been tested locally on his machine and at least compile and allow all the utilities (MeshAlign, MeshCat, MeshCC, MeshFilter, MeshMake, MeshShade, MeshView) print out proper command line usage when run with no parameters.
Once you have built the solution you should find a bin and a libs subdirectory that contain Debug and/or Release directories that should contain the binary/library files respectively.
Brad would really rather not troubleshoot these files if you can't get them to work, but thought that perhaps some students might have some use for them anyway.
The files can be found here
* [http://www.cs.utah.edu/~loos/courses/cs6968/trimesh2-2.8-vs2005.zip trimesh2-2.8 VS 2005]
* [http://www.cs.utah.edu/~loos/courses/cs6968/trimesh2-2.8-vs2008.zip trimesh2-2.8 VS 2008]


== Spectral Processing I -- Jan 27 ==
== Spectral Processing I -- Jan 27 ==
Line 81: Line 138:
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing1]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing1]]


Lecturer: Claudio/Gustavo
Lecturer: Gustavo/Claudio  


Topics:   
Topics:   
Line 87: Line 144:
* Laplacian Mesh Matrix
* Laplacian Mesh Matrix
** Eigenvalues and Eigenvectors/Eigenfunctions
** Eigenvalues and Eigenvectors/Eigenfunctions
** Relationship with FFT
** Geometry and Laplacian Matrix
** Geometry and Laplacian Matrix


Line 94: Line 150:
[[http://mesh.caltech.edu/ee148/refs/Taubin-star-eg00.pdf G. Taubin. Geometric Signal Processing on Polygonal Meshes, EUROGRAPHICS ’2000 STAR – State of The Art Report, 2000]]
[[http://mesh.caltech.edu/ee148/refs/Taubin-star-eg00.pdf G. Taubin. Geometric Signal Processing on Polygonal Meshes, EUROGRAPHICS ’2000 STAR – State of The Art Report, 2000]]


[[http://alice.loria.fr/publications/papers/2008/ManifoldHarmonics/MH-EG.pdf B. Vallet1 and B. Lévy. Spectral Geometry Processing with Manifold Harmonics, EUROGRAPHICS 2008]]
[[https://guinness.cs.stevens-tech.edu/~quynh/courses/cs638-papers/taubin_surf_fairing.pdf G. Taubin. A signal processing approach to fair surface design, 1995]]
 
[[http://alice.loria.fr/publications/papers/2008/ManifoldHarmonics/MH-EG.pdf B. Vallet and B. Lévy. Spectral Geometry Processing with Manifold Harmonics, EUROGRAPHICS 2008]]


Slides:  
Slides: [[http://www.sci.utah.edu/~cscheid/geometry_processing_2009/spectralmesh_p1_p2.pdf PDF file]]


Further reading:
Further reading:


[[http://142.58.111.29/~haoz/pubs/zhang_eg07star_spectral.pdf Spectral Methods for Mesh Processing and Analysis]]
[[http://142.58.111.29/~haoz/pubs/zhang_eg07star_spectral.pdf Hao Zhang Oliver van Kaick Ramsay Dyer. Spectral Methods for Mesh Processing and Analysis, EUROGRAPHICS 2007 STAR – State of The Art Report, 2007]]


== Spectral Processing II -- Jan 29 ==
== Spectral Processing II -- Jan 29 ==
Line 106: Line 164:
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing2]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing2]]


Lecturer: Claudio/Gustavo
Lecturer: Gustavo/Claudio


Topics:   
Topics:   
Line 117: Line 175:
Required Reading/Notes:  
Required Reading/Notes:  


[[http://alice.loria.fr/publications/papers/2006/SMI_Laplacian/SMI_Laplacian.pdf Laplace-Beltrami Eigenfunctions Towards an algorithm that “understands” geometry]]
[[http://alice.loria.fr/publications/papers/2006/SMI_Laplacian/SMI_Laplacian.pdf Bruno Levy. Laplace-Beltrami Eigenfunctions Towards an algorithm that “understands” geometry, SMI, 2006]]
 
[[http://page.mi.fu-berlin.de/wardetzk/pub/laplacian.pdf M. Wardetzky et al. Discrete Laplace Operators: No free lunch, SGP, 2007]]


Fan R. K. Chung. Spectral Graph Theory (CBMS Regional Conference Series in Mathematics, No. 92),  
[[ftp://ftp.gdv.uni-hannover.de/papers/reuter2006-shape_dna.pdf M Reuter et al. Laplace–Beltrami spectra as ‘Shape-DNA’ of surfaces and solids, CAD, 2007]]
American Mathematical Society, 1997


Slides:  
Slides: [http://www.sci.utah.edu/~cscheid/geometry_processing_2009/spectralmesh_p1_p2.pdf PDF file]


Further reading:
Further reading:


[[ftp://ftp.gdv.uni-hannover.de/papers/reuter2006-shape_dna.pdf Laplace–Beltrami spectra as ‘Shape-DNA’ of surfaces and solids]]
[[ftp://ftp.gdv.uni-hannover.de/papers/reuter2006-shape_dna.pdf Martin Reuter, Franz-Erich Wolter, Niklas Peinecke. Laplace–Beltrami spectra as ‘Shape-DNA’ of surfaces and solids, Computer-Aided Design, 2006]]
 
Fan R. K. Chung. Spectral Graph Theory (CBMS Regional Conference Series in Mathematics, No. 92),
American Mathematical Society, 1997


== Spectral Processing III --  Feb 3 ==
== Spectral Processing III --  Feb 3 ==
Line 132: Line 194:
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing3]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing3]]


Lecturer: Claudio/Gustavo
Lecturer: Gustavo/Claudio  


Topics:   
Topics:   


* Smoothing without Shrinkage
* Spectral Mesh Segmentation
* Spectral Mesh Segmentation


Required Reading/Notes:  
Required Reading/Notes:  


[[http://142.58.111.29/~lrong/personal/docs/05_vmv_spectcut.pdf Mesh Segmentation via Recursive and Visually Salient Spectral Cuts]]
[[https://guinness.cs.stevens-tech.edu/~quynh/courses/cs638-papers/taubin_surf_fairing.pdf G. Taubin. A signal processing approach to fair surface design, 1995]]


[[http://www.cs.sfu.ca/~haoz/pubs/liu_zhang_eg07.pdf Mesh Segmentation via Spectral Embedding and Contour Analysis]]
[[http://142.58.111.29/~lrong/personal/docs/05_vmv_spectcut.pdf Hao Zhang, Rong Liu. Mesh Segmentation via Recursive and Visually Salient Spectral Cuts, 2005]]


[[http://fas.sfu.ca/~haoz/pubs/liu_zhang_pg04.pdf Segmentation of 3D Meshes through Spectral Clustering]]
[[http://www.cs.sfu.ca/~haoz/pubs/liu_zhang_eg07.pdf Rong Liu and Hao Zhang. Mesh Segmentation via Spectral Embedding and Contour Analysis, EUROGRAPHICS, 2007]]
 
[[http://fas.sfu.ca/~haoz/pubs/liu_zhang_pg04.pdf Rong Liu, Hao Zhang. Segmentation of 3D Meshes through Spectral Clustering, 2004]]




Line 151: Line 216:
Further reading:
Further reading:


[[http://www-ee.technion.ac.il/~ayellet/Ps/SMI06.pdf Mesh segmentation – A comparative study]]
[[http://www-ee.technion.ac.il/~ayellet/Ps/SMI06.pdf Mesh segmentation – A comparative study, SMI, 2006]]


== Spectral Processing IV -- Feb 5 ==
== Spectral Processing IV -- Feb 5 ==
Line 157: Line 222:
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing4]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Spectral_Processing4]]


Lecturer: Claudio/Gustavo
Lecturer: Gustavo/Claudio  


Topics:   
Topics:   


* Shape Symmetries
* Deformation Invariant Shape Representation
* Spectral Quadrangulation
* Cross Mapping


Required Reading/Notes:  
Required Reading/Notes:  


[[http://graphics.stanford.edu/projects/lgl/papers/osg-giss-08/osg-giss-08.pdf Global Intrinsic Symmetries of Shapes]]
[[http://www.eg.org/EG/DL/WS/SGP/SGP07/225-233.pdf.abstract.pdf R. Rustamov, Laplace-Beltrami Eigenfunctions for Deformation Invariant Shape Representation, SPG, 2007]]
 
[[http://visual.k.u-tokyo.ac.jp/~shigeo/pdf/eg2009.pdf S. Takahashi et al., Spectral-Based Group Formation Control]]
 
Slides:


[[http://www.pascucci.org/pdf-papers/SIGGRAPH-06.pdf Spectral Surface Quadrangulation]]
Further Reading:


[[http://www.graphics.rwth-aachen.de/uploads/media/kobbelt_2008_asia.pdf Spectral Quadrangulation with Orientation and Alignment Control]]
[[http://graphics.stanford.edu/projects/lgl/papers/osg-giss-08/osg-giss-08.pdf Maks Ovsjanikov, Jian Sun, Leonidas Guibas. Global Intrinsic Symmetries of Shapes, SGP, 2008]]


Slides:
[[http://142.58.111.29/~haoz/pubs/jain_zhang_smi06.pdf V. Jain and H. Zhang, Robust 3D Shape Correspondence in the Spectral Domain, SMI, 2006]]


== Mesh Decimation -- Feb 10 ==
== Mesh Decimation -- Feb 10 ==
Line 181: Line 250:


Topics:   
Topics:   
* Triangular Mesh Simplification


Required Reading/Notes:  
Required Reading/Notes:  


[[http://www1.cs.columbia.edu/~cs4162/html05s/garland97.pdf Surface Simplification Using Quadric Error Metrics]]
[http://www1.cs.columbia.edu/~cs4162/html05s/garland97.pdf Michael Garland, Paul S. Heckbert, Surface Simplification Using Quadric Error Metrics, 1997]
 
[http://vims.cis.udel.edu/~jeab/research/papers/simplification/cignoni97comparison.pdf P. Cignoni, C. Montani, R. Scopigno. A comparison of mesh simplification algorithms, 1997]
 
Slides: [http://graphics.cs.uiuc.edu/~yuanzhou/class/SciVis2007_simplification Simplification]
 
Further reading:
 
[http://graphics.cs.uiuc.edu/~garland/papers/qtheory.pdf Paul S. Heckbert, Michael Garland. Optimal triangulation and quadric-based surface simplification, Computational Geometry, 1999]


[[http://vims.cis.udel.edu/~jeab/research/papers/simplification/cignoni97comparison.pdf A comparison of mesh simplification algorithms]]
[http://portal.acm.org/ft_gateway.cfm?id=1061350&type=pdf&coll=GUIDE&dl=GUIDE&CFID=21204519&CFTOKEN=79519998 Quadric-Based Simplication in Any Dimension]  


[http://www.sci.utah.edu/~csilva/papers/tvcg2007cr Streaming Simplification of Tetrahedral Meshes]


Slides:  
 
== Remeshing I -- Feb 12 ==
 
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Remeshing1]]
 
Lecturer: Claudio/Gustavo
 
Topics: 
 
* Triangular Mesh Improvement
 
Required Reading/Notes:
 
[http://portal.acm.org/citation.cfm?id=882373 V. Surazhsky and C. Gotsman. Explicit surface remeshing. Proceedings of the Symposium on Mesh Processing, 2003]
 
Slides: http://www.cs.utah.edu/~csilva/courses/cpsc7960/pdf/remeshing.pdf


Further reading:
Further reading:


[[http://graphics.cs.uiuc.edu/~garland/papers/qtheory.pdf Optimal triangulation and quadric-based surface simplification]
[http://www.cs.technion.ac.il/~gotsman/AmendedPubl/Pierre/remeshing_survey.pdf Pierre Alliez, Giuliana Ucelli, Craig Gotsman and Marco Attene. Recent Advances in Remeshing of Surfaces, 2005]
 
[http://www.imr.sandia.gov/papers/imr11/surazhsky.pdf Vitaly Surazhsky, Craig Gotsman. High Quality Compatible Triangulations,11th International Meshing Roundtable, 2002]
 
Potentially useful links:
 
*Genus Defintion [http://en.wikipedia.org/wiki/Genus_%28mathematics%29]


== Mesh Smoothing -- Feb 12 ==
*Voronoi Diagramms [http://en.wikipedia.org/wiki/Voronoi_cell]


Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Mesh_Smoothing]]
*Centroidal Voronoi Tessellations [http://orion.math.iastate.edu/gunzburg/voronoi.html]


Lecturer: Claudio/Gustavo
*Delaunay Triangulation [http://en.wikipedia.org/wiki/Delaunay_triangulation]
 
*Image Halftoning [http://www.markschulze.net/halftone/] [http://en.wikipedia.org/wiki/Halftone]
 
*Slides from another lecture about remeshing [http://www.eecs.harvard.edu/~gotsman/geommodel/lectures/2dmesh.pdf]
 
*Remeshing apllication [http://www.ima.ge.cnr.it/ima/personal/attene/PersonalPage/Remesh/ReMesh.html]
 
== Quad meshing I -- Feb 17 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/quadmesh1]]
 
Lecturer: Claudio/Gustavo/Joel


Topics:   
Topics:   


* Quadrilateral Meshing: motivations and challenges
* Reconstruction techniques: algorithmic survey
Required Reading/Notes:  
Required Reading/Notes:  


[[http://geometry.caltech.edu/pubs/JDD03.pdf Non-iterative, feature-preserving mesh smoothing]]


[[http://www-stat.stanford.edu/~idrori/BMD.pdf Bilateral Mesh Denoising]]
Slides:
 
* [http://www.cs.utah.edu/~jdaniels/courses/quadMesh1.pdf quadrilateral meshing slides]


[[http://portal.acm.org/citation.cfm?id=218473&dl= A Signal Processing Approach To Fair Surface Design]]
 
Further reading:
 
* [http://www.graphics.rwth-aachen.de/uploads/media/spm08_01.pdf An Incremental Approach Feature Aligned Quad-Dominant Remeshing]
* [https://cfwebprod.sandia.gov/cfdocs/CCIM/docs/Unconstrainedplastering5_12_2005.pdf Paving and Plastering: A New Idea for all Hexahedral Mesh Generation]
* [http://www3.interscience.wiley.com/cgi-bin/fulltext/55001832/PDFSTART qMorph: An Indirect Approach to Advancing Front Quad Meshing]
* [http://www.contrib.andrew.cmu.edu/~sowen/abstracts/Vi749.html Quadrilateral Meshing with Anisotropy and Directionality Control via Close Packing of Rectangular Cells]
* [http://www.geometry.caltech.edu/pubs/ACDLD03.pdf Anisotropic Polygonal Remeshing]
* [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.1.3074 Direct Anisotropic Quad-Dominant Remeshing]
 
== Quad meshing II -- Feb 19 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/quadmesh2]]
 
Lecturer: Claudio/Gustavo/Joel
 
Topics: 
 
* Quadrilateral Reconstruction: continued survey
* Class Discussion: Morse-Smale based algorithms
 
 
Required Reading/Notes:
 
* [http://graphics.cs.uiuc.edu/~jch/papers/morsecut.pdf Fair Morse Functions For Extracting The Topological Structure of a Surface Mesh]
* [http://www.mgarland.org/papers/ssq.pdf Spectral Surface Quadrangulation]
* [http://www.graphics.rwth-aachen.de/uploads/media/kobbelt_2008_asia_01.pdf Spectral Quadrangulation with Orientation and Alignment Control]




Slides:  
Slides:  
* [http://www.cs.utah.edu/~jdaniels/courses/quadMesh2.pdf quadrilateral meshing slides 2]


Further reading:
Further reading:


[[http://www.mpi-sb.mpg.de/~belyaev/papers/ik03bo.ps.gz A comparison of mesh smoothing methods]]
* [ftp://ftp-sop.inria.fr/geometrica/alliez/tacd06.pdf Designing Quadrangulations with Discrete Harmonic Forms]
* [http://alice.loria.fr/index.php/publications.html?Paper=TOG_pgp%402006 Periodic Global Parameterizations]
* [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.84.6655 Mesh Parameterization and Their Applications]
* [http://folk.uio.no/michaelf/papers/surfparam.pdf Surface Parameterization: A Tutorial and Survey]
 
== Quad meshing III -- Feb 24 ==
 
This class was canceled due to TopoInVis 2009. Students were advised to see invited talks on Wednesday (Feb 25th).


== Remeshing I -- Feb 17 ==
== Quad meshing III -- Feb 26 ==


Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Remeshing1]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/quadmesh3]]


Lecturer: Claudio/Gustavo
Lecturer: Claudio/Gustavo/Joel


Topics:   
Topics:   
* Quadrilateral Mesh Simplification: global and local operations
* Connectivity-based reconstruction algorithms
* Relationship to hex-based meshing


Required Reading/Notes:  
Required Reading/Notes:  


[[http://portal.acm.org/citation.cfm?id=882373 V. Surazhsky and C. Gotsman. Explicit surface remeshing. Proceedings of the Symposium on Mesh Processing, 2003]]
* [http://portal.acm.org/citation.cfm?id=1409101&dl=GUIDE&coll=GUIDE&CFID=21470734&CFTOKEN=12853505 Quadrilateral Mesh Simplification]
* [http://graphics.cs.uiuc.edu/~ptb/papers/SaintMalo2002_Bremer_et_al.pdf Automatic Semi-Regular Mesh Construction from Adaptive Distance Fields]




Slides:  
Slides:  
* [http://www.cs.utah.edu/~jdaniels/courses/quadMesh3.pdf quadrilateral meshing slides 3]


Further reading:
Further reading:


[[http://www.cs.technion.ac.il/~gotsman/AmendedPubl/Pierre/remeshing_survey.pdf Pierre Alliez, Giuliana Ucelli, Craig Gotsman and Marco Attene. Recent Advances in Remeshing of Surfaces, 2005]]
* [http://www.multires.caltech.edu/pubs/maps.pdf MAPS: Multiresolution Adaptive Parameterization of Surfaces]


[[http://www.imr.sandia.gov/papers/imr11/surazhsky.pdf Vitaly Surazhsky, Craig Gotsman. High Quality Compatible Triangulations,11th International Meshing Roundtable, 2002]]


== Remeshing II -- Feb 19 ==
== Remeshing II -- Mar 3 ==


Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Remeshing2]]
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Remeshing2]]
Line 246: Line 406:


Topics:   
Topics:   
* Triangular Mesh Improvement


Required Reading/Notes:  
Required Reading/Notes:  
Line 251: Line 413:
[[http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1199601 P. Alliez , E. Colin de Verdiere, O. Devillers, and M. Isenburg. Isotropic surface remeshing. In Proceedings of Shape Modeling International, 2003]]
[[http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1199601 P. Alliez , E. Colin de Verdiere, O. Devillers, and M. Isenburg. Isotropic surface remeshing. In Proceedings of Shape Modeling International, 2003]]


 
Slides: http://www.cs.utah.edu/~csilva/courses/cpsc7960/pdf/remeshing.pdf
Slides:  


Further reading:
Further reading:
Line 260: Line 421:
[[ftp://ftp-sop.inria.fr/prisme/ECG/Reports/Month30/ECG-TR-304100-01.pdf Vitaly Surazhsky, Pierre Alliez, Craig Gotsman. Isotropic Remeshing of Surfaces: a Local Parameterization Approach, ECG Technical Report No. : ECG-TR-304100-01, 2003]]
[[ftp://ftp-sop.inria.fr/prisme/ECG/Reports/Month30/ECG-TR-304100-01.pdf Vitaly Surazhsky, Pierre Alliez, Craig Gotsman. Isotropic Remeshing of Surfaces: a Local Parameterization Approach, ECG Technical Report No. : ECG-TR-304100-01, 2003]]


== Feb 24 ==
== Project Proposal Presentation I -- Mar 5 ==
== Feb 26 ==
Students should present the project proposal. Each group should give an overview about the
== Mar 3 ==
 
== Mar 5 ==
problem to be tackled jointly with the solution methodology. The presentations would take 20min in total.
== Mar 10 ==
 
== Mar 12 ==
* Matt: Spectral
* Brad, John: Quad Simplification
* Tiago, Hao: Quad LoD
 
== Project Proposal Presentation II -- Mar 10 ==
 
* David: Algebraic Spectral Transform
* Xiaoyue, Cameron, Campbel: Clean Scan
* Andrei: Sketch
* Harsh, Shreeraj: Progressive Stream lines
* Manasi: Eikonal solver for meshes
 
== Bye week (previously Quad meshing IV) -- Mar 12 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/quadmesh4]]
 
Lecturer: Claudio/Gustavo/Joel
 
Topics: 
 
Required Reading/Notes:
 
 
Slides:
 
Further reading:
 
== Mar 17 (Spring Break) ==
== Mar 17 (Spring Break) ==
== Mar 19 (Spring Break) ==
== Mar 19 (Spring Break) ==
== Mar 24 ==
 
== Mar 26 ==
== Mesh Compression -- Mar 24 ==
== Mar 31 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Compression]]
== Apr 2 ==
 
== Apr 7 ==
Lecturer: Claudio/Gustavo
== Apr 9 ==
 
== Apr 14 ==
Topics: 
== Apr 16 ==
 
== Apr 21 ==
* Geometrical Mesh Compression
== Apr 23 ==
* Spectral Mesh Compression
== Apr 28 ==
 
Required Reading/Notes:
 
[[http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=764870 J. Rossignac. Edgebreaker: Connectivity compression for triangle meshes. IEEE Transactions on Visualization and Computer Graphics, 5(1):47–61, January-March 1999]]
 
[[http://www.mpi-sb.mpg.de/~karni/publications/spectral.pdf Z Karni, C Gotsman. Spectral compression of mesh geometry, 2000]]
 
 
Slides:
 
Further reading:
 
[[http://portal.acm.org/ft_gateway.cfm?id=274365&type=pdf&coll=GUIDE&dl=GUIDE&CFID=15500980&CFTOKEN=61929152 G Taubin, J Rossignac. Geometric compression through topological surgery - ACM TOG, 1998]]
 
[[http://www.cs.unc.edu/~isenburg/research/papers/il-sm-05.pdf Martin Isenburg, Peter Lindstrom. Streaming Meshes, Proceedings of Visualization 2005]]
 
[[http://www.gvu.gatech.edu/%7Ejarek/papers/Compression.pdf Jarek Rossignac. 3D Mesh Compression, Chapter in the Visualization Handbook. Academic Press. Eds. C. Hansen and C. Johnson. 2004]]
 
[[http://www.cs.northwestern.edu/~pren/paperpool/ig-ooccgpm-03.pdf M Isenburg, S Gumhold. Out-of-core compression for gigantic polygon meshes, SIGGRAPH, 2003]]
 
== Mar 26 -- class cancelled ==
 
== Mar 31 -- class cancelled ==
 
== Mesh Parameterization  -- Apr 2 ==
 
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/Mesh_Parametrization1]]
 
Lecturer: Claudio/Gustavo
 
Topics: 
 
* Intro to parameterization
* Differential geometry concepts
* Parameterization with barycentric coordinates
 
Required Reading/Notes:
 
[[http://heim.ifi.uio.no/~michaelf/papers/mean_value.pdf M. Floater. Mean value coordinates, Computer Aided Geometric Design, 2003]]
 
[[http://www.multires.caltech.edu/teaching/courses/cs101.3.spring02/cs101_files/resources/Parameterization/Floater.pdf M. Floater. Parametrization and smooth approximation of surface triangulations, Computer Aided Geometric Design, 1997]]
 
[[http://jjcao1231.googlepages.com/Intrinsic_Parameterizations_of_Surface_Meshes_02.pdf M Desbrun, M Meyer, P Alliez. Intrinsic Parameterizations of Surface Meshes, CGF, 2002]]




== Typical Class ==
Slides:


Class Discussion Link:
We covered the slides available here: [http://www2.in.tu-clausthal.de/~hormann/parameterization/index.html SIGGRAPH 2007 course] reflecting the topics listed above.


Lecturer:
 
Further reading:
 
[[http://www.cs.jhu.edu/~misha/Fall07/Papers/Tutte63.pdf W.T. Tutte. How to draw a graph,Proc. London Math. Soc, 1963]]
 
[[http://vcg.isti.cnr.it/Publications/2005/FH05/survey_mingle04.pdf MS Floater, K Hormann. Surface parameterization: a tutorial and survey, 2005]]
 
[[http://www.cs.ubc.ca/~sheffa/papers/param_survey06.pdf A Sheffer, E Praun, K Rose. Mesh Parameterization Methods and Their Applications, 2006]]
 
[[https://graphics.stanford.edu/courses/cs468-03-fall/Papers/floater_triangulation.pdf M. Floater, M Reimers. Meshless parameterization and surface reconstruction, Computer Aided Geometric Design, 2001]]
 
 
== Discrete Exterior Calculus I -- Apr 7 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/DEC1]]
 
Lecturer: Claudio/Gustavo


Topics:   
Topics:   
* Differential Forms in Euclidean Spaces
* Manifolds and Tangent Space
* Differential Forms on Manifolds


Required Reading/Notes:  
Required Reading/Notes:  
* Loring W. Tu. An Introduction to Manifolds, Springer, 2008.
* [[http://www.google.com/url?sa=U&start=12&q=http://etd.caltech.edu/etd/available/etd-05202003-095403/unrestricted/frontmatter.pdf&ei=D6jaSYjsCZKItAOirOzaBg&usg=AFQjCNE3f57xNwJ0YN7WBlA4JaC07QPe4A]] A.N. Hirani, Discrete Exterior Calculus, Thesis, 2003]]


Slides:  
Slides:  


Animations:  
Further reading:
 
* [[http://www.caam.rice.edu/~hn5115/academicStuff/Surf2003FinalReport.pdf A.N. Nong et al., Discrete Exterior Calculus and Its Implementation, Tech. Rep., 2003]]
 
* D. Bachman. A geometric Approach to Differential Forms, Birkhauser, 2006.
 
* [http://www.cs.utah.edu/~csilva/courses/cs6968/reference-material]
 
== Discrete Exterior Calculus II -- Apr 9 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/DEC2]]
 
Lecturer: Claudio/Gustavo
 
Topics: 
 
* Discrete Differential Geometry
* Discrete Differential Forms
 
Required Reading/Notes:
 
[[http://etd.caltech.edu/etd/available/etd-05202003-095403/unrestricted/thesis_hirani.pdf A. Hirani. Discrete Exterior Calculus, 2003]]
 
[[http://www.multires.caltech.edu/pubs/diffGeoOps.pdf Mark Meyer, Mathieu Desbrun, Peter Schröder, Alan H. Barr. Discrete Differential-Geometry Operators for Triangulated 2-Manifolds]]
 
[[http://mesh.brown.edu/taubin/pdfs/taubin-iccv95b.pdf Gabriel Taubin. Estimating the Tensor of Curvature of a Surface from a Polyhedral Approximation, 1995]]
 
[[http://portal.acm.org/ft_gateway.cfm?id=1198662&type=pdf&coll=GUIDE&dl=GUIDE&CFID=15587878&CFTOKEN=77328344 John M. Sullivan. Curvature Measures for Discrete Surfaces, SIGGRAPH, 2005]]
 
Slides:
 
== Point-Set Surfaces I -- Apr 14 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/PSS1]]
 
Lecturer: Claudio/Gustavo/Carlos
 
Topics: 
 
 
Required Reading/Notes:
 
 
Slides:
 
Further reading:
 
== Point-Set Surfaces II -- Apr 16 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/PSS2]]
 
Lecturer: Claudio/Gustavo/Carlos
 
Topics: 
 
 
Required Reading/Notes:
 
 
Slides:
 
Further reading:
 
== Point-Set Surfaces III -- Apr 21 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/PSS3]]
 
Lecturer: Claudio/Gustavo/Carlos
 
Topics: 
 
 
Required Reading/Notes:
 
 
Slides:
 
Further reading:
 
== Point-Set Surfaces IV -- Apr 23 ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/PSS4]]
 
Lecturer: Claudio/Gustavo/Carlos
 
Topics: 
 
 
Required Reading/Notes:
 
 
Slides:
 
Further reading:
 
== Mesh Editing -- TBS ==
 
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/MeshEditing]]
 
Lecturer: Claudio/Gustavo
 
Topics: 
 
* Multiresolution approach
* Laplacian Mesh Editing
* Poisson-based mesh editing
 
Required Reading/Notes:
 
[[http://www.cs.bell-labs.com/who/wim/papers/sig97.pdf D Zorin, P Schroder, W Sweldens. Interactive multiresolution mesh editing, SIGGRAPH, 2007]]
 
[[http://research.microsoft.com/asia/dload_files/group/ig/2004/poisson.pdf Y Yu, K Zhou, D Xu, X Shi, H Bao, B Guo, HY Shum. Mesh editing with poisson-based gradient field manipulation, SIGGRAPH, 2004]]
 
[[http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1314505&isnumber=29137 Y Lipman, O Sorkine, D Cohen-Or, D Levin, C Rossi, H Seidel. Differential coordinates for interactive mesh editing, Shape Modeling Applications, 2004]]
 
 
Slides:
 
Further reading:
 
[[http://portal.acm.org/citation.cfm?id=1073204.1073324 A Nealen, O Sorkine, M Alexa, D Cohen-Or. A sketch-based interface for detail-preserving mesh editing, SIGGRAPH, 2005]]
 
[[http://graphics.stanford.edu/courses/cs468-05-fall/Papers/p479-lipman.pdf Y Lipman, O Sorkine, D Levin, D Cohen-Or. Linear rotation-invariant coordinates for meshes, SIGGRAPH, 2005]]
 
== Mesh Repair -- TBS ==
Class Discussion Link: [[GeometryProcessing/Spring2009/Schedule/MeshRepair]]
 
Lecturer: Claudio/Gustavo
 
Topics: 
 
* Repairing Polygonal Soup
* Hole filling
* Surface Completion
 
 
Required Reading/Notes:
 
[[http://portal.acm.org/ft_gateway.cfm?id=1015815&type=pdf&coll=GUIDE&dl=GUIDE&CFID=16049617&CFTOKEN=45512742 T. Ju. Robust repair of polygonal models, SIGGRAPH, 2004]]
 
[[http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1024098&isnumber=22019 J Davis, SR Marschner, M Garr, M Levoy. Filling holes in complex surfaces using volumetric diffusion, 2002]]
 
[[http://portal.acm.org/ft_gateway.cfm?id=1015814&type=pdf&coll=GUIDE&dl=GUIDE&CFID=16050250&CFTOKEN=44199354 A Sharf, M Alexa, D Cohen-Or. Context-based surface completion, SIGGRAPH, 2004]]
 
 
Slides:  


Further reading:
Further reading:
[[http://www.cs.ubc.ca/labs/imager/tr/2005/Vlad_MCompletion/sgp05.pdf V Kraevoy, A Sheffer. Template-based mesh completion, SGP, 2005]]
[[http://graphics.stanford.edu/courses/cs468-05-fall/Papers/p896-shen.pdf C Shen, JF O'Brien, JR Shewchuk. Interpolating and approximating implicit surfaces from polygon soup, SIGGRAPH, 2004]]

Latest revision as of 01:16, 7 April 2009

Introduction to Geometry Processing -- Jan 13

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Introduction_to_Geometry_Processing

Lecturer: Gustavo

Topics: Course Overview

Slides: Introduction.pdf

Surface Representations -- Jan 15

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Surface_Representations

Lecturer: Gustavo

Topics:

  • Implicit and Parametric Surfaces
  • Representing/Manipulating Implicit Surfaces - CAGD
  • Representing/Manipulating Parametric Surfaces - Splines
  • Piecewise Linear Approximations - Topological Data Structures

Required Reading/Notes:

[GM], Chapters 2 and 3.

Slides:

Animations:

Further reading:

Martti Mäntylä. An Introduction to Solid Modeling. Computer Science Press, College Park, MD, 1988.

Edgebreaker on a Corner Table: A Simple Technique for Representing and Compressing Triangulated Surfaces

OpenMesh – a generic and efficient polygon mesh data structure

Edge-Based Data Structures for Solid Modeling in Curved-Surface Environments

Surface Generation and/or Extraction I -- Jan 20

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Surface_Generation_Extraction1

Lecturer: Carlos

Topics:

  • Capturing Methods
    • Marching Cubes/Tetrahedra
    • Dual Contouring

Required Reading/Notes:

[William E. Lorensen and Harvey E. Cline. MARCHING CUBES: A High Resolution 3D Surface Construction Algorithm, Computer Graphics, 1987]


Slides: PDF File

Further reading:

Carlos A. Dietrich et al. Edge Groups: An Approach to Understanding the Mesh Quality of Marching Methods, IEEE TVCG, 2008

Hamish Carr, Torsten Moller, and Jack Snoeyink. Artifacts Caused By Simplicial Subdivision, IEEE TVCG, 2006

Newman and Yi. A survey of the marching cubes algorithm. Computers and Graphics, 2006

Raman and Wenger. Quality isosurface Generation Using an Extended Marching Cubes Lookup Table. Eurovis 2008

Shewchuk. What Is a Good Linear Finite Element? Interpolation, Conditioning, Anisotropy, and Quality Measures

Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren. Dual Contouring of Hermite Data, SIGGRAPH 2002

Surface Generation and/or Extraction II -- Jan 22

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Surface_Generation_Extraction2

Lecturer: Carlos

Topics:

  • Element quality in isosurface extraction
    • Finish discussion of SnapMC, Macet, Edge Groups (Tet Stuffing?)
  • Feature preservation
    • Extended Marching Cubes
  • "Adaptive" methods
    • Dual Contouring
  • Advancing Front Methods
    • Afront

Required Reading/Notes:

Feature sensitive surface extraction from volume data Feature Sensitive Surface Extraction from Volume Data, SIGGRAPH 2001

Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren. Dual Contouring of Hermite Data, SIGGRAPH 2002

John Schreiner, Carlos E. Scheidegger, and Claudio T. Silva. High-Quality Extraction of Isosurfaces from Regular and Irregular Grids, IEEE TVCG, 2006


Slides:

Extra Lecture I -- Jan 23

Lecturer: Carlos

Topics: Software libraries for geometry processing

Location: Jones Conference Room. WEB 3840 Time: 3:30PM

This will be a fairly short meeting to help you get acquainted to the software we will be using for the first assignment. You will be using trimesh2, a lightweight c++ library for triangle meshes from Szymon Rusinkiewicz: http://www.cs.princeton.edu/~smr/

it is trivial to compile trimesh2 on Linux and Mac OS X. I have no experience with Windows, but I'll gladly try to help if you bring your laptop to class. if you're an enrolled student, you can get Visual Studio for free here

Website with many mesh files: Aim@Shape shape repository

Stanford 3D repository

Bilateral Mesh Denoising. Fleishman, Drori, Cohen-Or. SIGGRAPH 2003. pdf version of paper


Building on Windows:

Brad has created two Visual Studio Solution files (2005 & 2008) that students can use if they want (I assume one of the profs will take this down if they don't like it). The files have been tested locally on his machine and at least compile and allow all the utilities (MeshAlign, MeshCat, MeshCC, MeshFilter, MeshMake, MeshShade, MeshView) print out proper command line usage when run with no parameters.

Once you have built the solution you should find a bin and a libs subdirectory that contain Debug and/or Release directories that should contain the binary/library files respectively.

Brad would really rather not troubleshoot these files if you can't get them to work, but thought that perhaps some students might have some use for them anyway.

The files can be found here

Spectral Processing I -- Jan 27

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Spectral_Processing1

Lecturer: Gustavo/Claudio

Topics:

  • Laplacian Mesh Matrix
    • Eigenvalues and Eigenvectors/Eigenfunctions
    • Geometry and Laplacian Matrix

Required Reading/Notes:

[G. Taubin. Geometric Signal Processing on Polygonal Meshes, EUROGRAPHICS ’2000 STAR – State of The Art Report, 2000]

[G. Taubin. A signal processing approach to fair surface design, 1995]

[B. Vallet and B. Lévy. Spectral Geometry Processing with Manifold Harmonics, EUROGRAPHICS 2008]

Slides: [PDF file]

Further reading:

[Hao Zhang Oliver van Kaick Ramsay Dyer. Spectral Methods for Mesh Processing and Analysis, EUROGRAPHICS 2007 STAR – State of The Art Report, 2007]

Spectral Processing II -- Jan 29

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Spectral_Processing2

Lecturer: Gustavo/Claudio

Topics:

  • Laplacian Eigenfunctions
    • Properties
    • Visualization
    • Interaction

Required Reading/Notes:

[Bruno Levy. Laplace-Beltrami Eigenfunctions Towards an algorithm that “understands” geometry, SMI, 2006]

[M. Wardetzky et al. Discrete Laplace Operators: No free lunch, SGP, 2007]

[M Reuter et al. Laplace–Beltrami spectra as ‘Shape-DNA’ of surfaces and solids, CAD, 2007]

Slides: PDF file

Further reading:

[Martin Reuter, Franz-Erich Wolter, Niklas Peinecke. Laplace–Beltrami spectra as ‘Shape-DNA’ of surfaces and solids, Computer-Aided Design, 2006]

Fan R. K. Chung. Spectral Graph Theory (CBMS Regional Conference Series in Mathematics, No. 92), American Mathematical Society, 1997

Spectral Processing III -- Feb 3

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Spectral_Processing3

Lecturer: Gustavo/Claudio

Topics:

  • Smoothing without Shrinkage
  • Spectral Mesh Segmentation

Required Reading/Notes:

[G. Taubin. A signal processing approach to fair surface design, 1995]

[Hao Zhang, Rong Liu. Mesh Segmentation via Recursive and Visually Salient Spectral Cuts, 2005]

[Rong Liu and Hao Zhang. Mesh Segmentation via Spectral Embedding and Contour Analysis, EUROGRAPHICS, 2007]

[Rong Liu, Hao Zhang. Segmentation of 3D Meshes through Spectral Clustering, 2004]


Slides:

Further reading:

[Mesh segmentation – A comparative study, SMI, 2006]

Spectral Processing IV -- Feb 5

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Spectral_Processing4

Lecturer: Gustavo/Claudio

Topics:

  • Deformation Invariant Shape Representation
  • Cross Mapping

Required Reading/Notes:

[R. Rustamov, Laplace-Beltrami Eigenfunctions for Deformation Invariant Shape Representation, SPG, 2007]

[S. Takahashi et al., Spectral-Based Group Formation Control]

Slides:

Further Reading:

[Maks Ovsjanikov, Jian Sun, Leonidas Guibas. Global Intrinsic Symmetries of Shapes, SGP, 2008]

[V. Jain and H. Zhang, Robust 3D Shape Correspondence in the Spectral Domain, SMI, 2006]

Mesh Decimation -- Feb 10

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Mesh_Decimation

Lecturer: Claudio/Gustavo

Topics:

  • Triangular Mesh Simplification

Required Reading/Notes:

Michael Garland, Paul S. Heckbert, Surface Simplification Using Quadric Error Metrics, 1997

P. Cignoni, C. Montani, R. Scopigno. A comparison of mesh simplification algorithms, 1997

Slides: Simplification

Further reading:

Paul S. Heckbert, Michael Garland. Optimal triangulation and quadric-based surface simplification, Computational Geometry, 1999

Quadric-Based Simplication in Any Dimension

Streaming Simplification of Tetrahedral Meshes


Remeshing I -- Feb 12

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Remeshing1

Lecturer: Claudio/Gustavo

Topics:

  • Triangular Mesh Improvement

Required Reading/Notes:

V. Surazhsky and C. Gotsman. Explicit surface remeshing. Proceedings of the Symposium on Mesh Processing, 2003

Slides: http://www.cs.utah.edu/~csilva/courses/cpsc7960/pdf/remeshing.pdf

Further reading:

Pierre Alliez, Giuliana Ucelli, Craig Gotsman and Marco Attene. Recent Advances in Remeshing of Surfaces, 2005

Vitaly Surazhsky, Craig Gotsman. High Quality Compatible Triangulations,11th International Meshing Roundtable, 2002

Potentially useful links:

  • Genus Defintion [1]
  • Voronoi Diagramms [2]
  • Centroidal Voronoi Tessellations [3]
  • Delaunay Triangulation [4]
  • Slides from another lecture about remeshing [7]
  • Remeshing apllication [8]

Quad meshing I -- Feb 17

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/quadmesh1

Lecturer: Claudio/Gustavo/Joel

Topics:

  • Quadrilateral Meshing: motivations and challenges
  • Reconstruction techniques: algorithmic survey


Required Reading/Notes:


Slides:


Further reading:

Quad meshing II -- Feb 19

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/quadmesh2

Lecturer: Claudio/Gustavo/Joel

Topics:

  • Quadrilateral Reconstruction: continued survey
  • Class Discussion: Morse-Smale based algorithms


Required Reading/Notes:


Slides:


Further reading:

Quad meshing III -- Feb 24

This class was canceled due to TopoInVis 2009. Students were advised to see invited talks on Wednesday (Feb 25th).

Quad meshing III -- Feb 26

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/quadmesh3

Lecturer: Claudio/Gustavo/Joel

Topics:

  • Quadrilateral Mesh Simplification: global and local operations
  • Connectivity-based reconstruction algorithms
  • Relationship to hex-based meshing


Required Reading/Notes:


Slides:


Further reading:


Remeshing II -- Mar 3

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Remeshing2

Lecturer: Claudio/Gustavo

Topics:

  • Triangular Mesh Improvement

Required Reading/Notes:

[P. Alliez , E. Colin de Verdiere, O. Devillers, and M. Isenburg. Isotropic surface remeshing. In Proceedings of Shape Modeling International, 2003]

Slides: http://www.cs.utah.edu/~csilva/courses/cpsc7960/pdf/remeshing.pdf

Further reading:

[Vitaly Surazhsky, Craig Gotsman. High Quality Compatible Triangulations,11th International Meshing Roundtable, 2002]

[Vitaly Surazhsky, Pierre Alliez, Craig Gotsman. Isotropic Remeshing of Surfaces: a Local Parameterization Approach, ECG Technical Report No. : ECG-TR-304100-01, 2003]

Project Proposal Presentation I -- Mar 5

Students should present the project proposal. Each group should give an overview about the

problem to be tackled jointly with the solution methodology. The presentations would take 20min in total.

  • Matt: Spectral
  • Brad, John: Quad Simplification
  • Tiago, Hao: Quad LoD

Project Proposal Presentation II -- Mar 10

  • David: Algebraic Spectral Transform
  • Xiaoyue, Cameron, Campbel: Clean Scan
  • Andrei: Sketch
  • Harsh, Shreeraj: Progressive Stream lines
  • Manasi: Eikonal solver for meshes

Bye week (previously Quad meshing IV) -- Mar 12

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/quadmesh4

Lecturer: Claudio/Gustavo/Joel

Topics:

Required Reading/Notes:


Slides:

Further reading:

Mar 17 (Spring Break)

Mar 19 (Spring Break)

Mesh Compression -- Mar 24

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Compression

Lecturer: Claudio/Gustavo

Topics:

  • Geometrical Mesh Compression
  • Spectral Mesh Compression

Required Reading/Notes:

[J. Rossignac. Edgebreaker: Connectivity compression for triangle meshes. IEEE Transactions on Visualization and Computer Graphics, 5(1):47–61, January-March 1999]

[Z Karni, C Gotsman. Spectral compression of mesh geometry, 2000]


Slides:

Further reading:

[G Taubin, J Rossignac. Geometric compression through topological surgery - ACM TOG, 1998]

[Martin Isenburg, Peter Lindstrom. Streaming Meshes, Proceedings of Visualization 2005]

[Jarek Rossignac. 3D Mesh Compression, Chapter in the Visualization Handbook. Academic Press. Eds. C. Hansen and C. Johnson. 2004]

[M Isenburg, S Gumhold. Out-of-core compression for gigantic polygon meshes, SIGGRAPH, 2003]

Mar 26 -- class cancelled

Mar 31 -- class cancelled

Mesh Parameterization -- Apr 2

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/Mesh_Parametrization1

Lecturer: Claudio/Gustavo

Topics:

  • Intro to parameterization
  • Differential geometry concepts
  • Parameterization with barycentric coordinates

Required Reading/Notes:

[M. Floater. Mean value coordinates, Computer Aided Geometric Design, 2003]

[M. Floater. Parametrization and smooth approximation of surface triangulations, Computer Aided Geometric Design, 1997]

[M Desbrun, M Meyer, P Alliez. Intrinsic Parameterizations of Surface Meshes, CGF, 2002]


Slides:

We covered the slides available here: SIGGRAPH 2007 course reflecting the topics listed above.


Further reading:

[W.T. Tutte. How to draw a graph,Proc. London Math. Soc, 1963]

[MS Floater, K Hormann. Surface parameterization: a tutorial and survey, 2005]

[A Sheffer, E Praun, K Rose. Mesh Parameterization Methods and Their Applications, 2006]

[M. Floater, M Reimers. Meshless parameterization and surface reconstruction, Computer Aided Geometric Design, 2001]


Discrete Exterior Calculus I -- Apr 7

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/DEC1

Lecturer: Claudio/Gustavo

Topics:

  • Differential Forms in Euclidean Spaces
  • Manifolds and Tangent Space
  • Differential Forms on Manifolds

Required Reading/Notes:

  • Loring W. Tu. An Introduction to Manifolds, Springer, 2008.
  • [[9]] A.N. Hirani, Discrete Exterior Calculus, Thesis, 2003]]

Slides:

Further reading:

  • D. Bachman. A geometric Approach to Differential Forms, Birkhauser, 2006.

Discrete Exterior Calculus II -- Apr 9

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/DEC2

Lecturer: Claudio/Gustavo

Topics:

  • Discrete Differential Geometry
  • Discrete Differential Forms

Required Reading/Notes:

[A. Hirani. Discrete Exterior Calculus, 2003]

[Mark Meyer, Mathieu Desbrun, Peter Schröder, Alan H. Barr. Discrete Differential-Geometry Operators for Triangulated 2-Manifolds]

[Gabriel Taubin. Estimating the Tensor of Curvature of a Surface from a Polyhedral Approximation, 1995]

[John M. Sullivan. Curvature Measures for Discrete Surfaces, SIGGRAPH, 2005]

Slides:

Point-Set Surfaces I -- Apr 14

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/PSS1

Lecturer: Claudio/Gustavo/Carlos

Topics:


Required Reading/Notes:


Slides:

Further reading:

Point-Set Surfaces II -- Apr 16

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/PSS2

Lecturer: Claudio/Gustavo/Carlos

Topics:


Required Reading/Notes:


Slides:

Further reading:

Point-Set Surfaces III -- Apr 21

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/PSS3

Lecturer: Claudio/Gustavo/Carlos

Topics:


Required Reading/Notes:


Slides:

Further reading:

Point-Set Surfaces IV -- Apr 23

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/PSS4

Lecturer: Claudio/Gustavo/Carlos

Topics:


Required Reading/Notes:


Slides:

Further reading:

Mesh Editing -- TBS

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/MeshEditing

Lecturer: Claudio/Gustavo

Topics:

  • Multiresolution approach
  • Laplacian Mesh Editing
  • Poisson-based mesh editing

Required Reading/Notes:

[D Zorin, P Schroder, W Sweldens. Interactive multiresolution mesh editing, SIGGRAPH, 2007]

[Y Yu, K Zhou, D Xu, X Shi, H Bao, B Guo, HY Shum. Mesh editing with poisson-based gradient field manipulation, SIGGRAPH, 2004]

[Y Lipman, O Sorkine, D Cohen-Or, D Levin, C Rossi, H Seidel. Differential coordinates for interactive mesh editing, Shape Modeling Applications, 2004]


Slides:

Further reading:

[A Nealen, O Sorkine, M Alexa, D Cohen-Or. A sketch-based interface for detail-preserving mesh editing, SIGGRAPH, 2005]

[Y Lipman, O Sorkine, D Levin, D Cohen-Or. Linear rotation-invariant coordinates for meshes, SIGGRAPH, 2005]

Mesh Repair -- TBS

Class Discussion Link: GeometryProcessing/Spring2009/Schedule/MeshRepair

Lecturer: Claudio/Gustavo

Topics:

  • Repairing Polygonal Soup
  • Hole filling
  • Surface Completion


Required Reading/Notes:

[T. Ju. Robust repair of polygonal models, SIGGRAPH, 2004]

[J Davis, SR Marschner, M Garr, M Levoy. Filling holes in complex surfaces using volumetric diffusion, 2002]

[A Sharf, M Alexa, D Cohen-Or. Context-based surface completion, SIGGRAPH, 2004]


Slides:

Further reading:

[V Kraevoy, A Sheffer. Template-based mesh completion, SGP, 2005]

[C Shen, JF O'Brien, JR Shewchuk. Interpolating and approximating implicit surfaces from polygon soup, SIGGRAPH, 2004]