[vtkusers] Wrap a point cloud

David Doria daviddoria at gmail.com
Tue Jul 16 12:08:17 EDT 2013


On Tue, Jul 16, 2013 at 11:10 AM, Ray9 <jmap at ua.pt> wrote:
> Hi!
> I have a point cloud representation of a room with some distance between
> each point and now i would like to create a mesh that wrap all around that
> point cloud creating a watertight model without create any mesh inside the
> room. I would like to know if someone know any sort of way to do that or to
> start looking for a solution.
> Thanks!

The best thing I know of is Poisson Reconstruction. We have wrapped an
implementation of it for VTK here:

https://github.com/daviddoria/PoissonReconstruction

David



More information about the vtkusers mailing list