danielepanozzo / gp-old

67 stars 13 forks source link

Point Cloud =?> Surface #35

Closed abhijit-c closed 6 years ago

abhijit-c commented 6 years ago

Hello,

I was wondering if libigl had a way to directly take a point cloud with normals to reconstructed surface / mesh. I realize I can re-implement what we did in Assignment 2, but I'm looking for an tested and proven reconstruction method in libigl to compare what my paper implements with. Maybe I could get a recommendation of a reconstruction algorithm to compare the algebraic point set surfaces method to?

danielepanozzo commented 6 years ago

Hi,

libigl does not have any built-in surface reconstruction method yet. I suggest you compare with http://www.cs.utah.edu/~bergerm/recon_bench/ , they provide directly the input/output of many methods.

Daniele

abhijit-c commented 6 years ago

I see. That website is extremely helpful though, much appreciated.