Difference between revisions of "GeometryProcessing/Spring2009/Assignment1"

From VistrailsWiki
Jump to navigation Jump to search
(New page: In this first assignment, you will implement Fleishman et al.'s Bilateral Mesh denoising, a technique for removing mesh noise published at SIGGRAPH 2003. Get the full description of assig...)
 
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:


* You will submit your source files (see the PDF file for details) and a writeup in PDF, using LaTeX.
* You will submit your source files (see the PDF file for details) and a writeup in PDF, using LaTeX.
* Submit your work to the assignment1 directory on the cs6968s09 repository.  You can create your own directory for your submission via the command
<tt>svn mkdir https://vgc.sci.utah.edu/svn/projects/cs6968s09/assignment1/[user_name]</tt>
where [user_name] is your user name.

Latest revision as of 17:54, 15 February 2009

In this first assignment, you will implement Fleishman et al.'s Bilateral Mesh denoising, a technique for removing mesh noise published at SIGGRAPH 2003.

Get the full description of assignment here.

Important Points

  • The assignment is due on the midnight of Sunday, February 15th (that is, you have all Sunday to work on it). No late submissions will be accepted.
  • You will submit your source files (see the PDF file for details) and a writeup in PDF, using LaTeX.
  • Submit your work to the assignment1 directory on the cs6968s09 repository. You can create your own directory for your submission via the command

svn mkdir https://vgc.sci.utah.edu/svn/projects/cs6968s09/assignment1/[user_name] where [user_name] is your user name.