taiya / dgp

Digital Geometry Processing - Fall 2016 - University of Victoria
38 stars 11 forks source link

RBF implicit function #5

Closed xuzheng0927 closed 7 years ago

xuzheng0927 commented 7 years ago

I implemented the RBF part and it works perfect for the sphere obj, but not as expected on the face obj (while Hoppe works well on the face). So I wonder if I misunderstood something. Are the centers: (1) the cloud points, (2) the cloud points plus epsilon*(their normal values)? If this is correct, what could be the reason? Should I change epsilon?

taiya commented 7 years ago

Yes, you have to play with the parameter and find something that works. I recommend to play on a 2D example in Matlab to better understand the problem

xuzheng0927 commented 7 years ago

ok