geometry-processing-mesh-reconstruction icon indicating copy to clipboard operation
geometry-processing-mesh-reconstruction copied to clipboard

Mesh Reconstruction assignment for Geometry Processing course

Results 37 geometry-processing-mesh-reconstruction issues
Sort by recently updated
recently updated
newest added

In poisson_surface_reconstruction.cpp, a grid is made for us. I noticed that it is using the max_extent to compute the step size for h. But if we want to guarantee the...

I want to figure out what is the difference between this implementation and the original one [Kazhdan et al. 2006]. As the README mentioned, the original implementation uses an adaptive...