Tianli Yu's Courses
Monday, January 31, 2005
 
Fall 2004: Shape Modeling
This is a seminar type course taugh by CS Professor John C. Hart. The course has a wiki page at CS598JCH. Basically we are discussing about different papers on implicit surface and its usage in modeling shapes in computer graphics.

I did a project on implementing the Siggraph 2004 paper "Interpolating and Approximating Implicit Surfaces from Polygon Soup" and integrate them into the Implicit Surface Library "WickBert" developed here at UIUC.

The paper's idea is to convert a polygon mesh into an implicit function based on moving least square weighting. Turning a polygon mesh into an implicit representation has several advantages. Most importantly, it can repair those defected meshes, such as has holes, not water tight, or has flipped normals.


Figure: Comparsion of the original mesh (left) with holes and the interpolated mesh using implicit surfaces (right)


The compiled binary program as well as the matlab code to extract the isosurface from the volume can be found here


Navigation: Go to [My Courses Page] [My Main Blog] [My Research Blog]


Powered by Blogger