mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.56k stars 425 forks source link

Library version of SPSR #250

Open fwilliams opened 1 year ago

fwilliams commented 1 year ago

It would be really nice to have some kind of library version of PoissonRecon.

Instead of reading a PLY file, the user could perhaps provide an instance of a class which outputs vertices and normals as an argument to a reconstruction function in C++ code. This would make it easier to integrate SPSR into existing reconstruction pipelines where geometry is acquired programmatically and not necessarily saved to disk.