mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.58k stars 427 forks source link

PLY property #88

Open AnthonyZhai opened 5 years ago

AnthonyZhai commented 5 years ago

i have pointcloud files with only x-,y- and z-coordinates of positions, how can i get the nx,ny,nz property? please give me some suggestions about how to compute nx,ny,nz normal property, or what tools i can use to construct the ply file required in your PoissonRecon algorithm.

mkazhdan commented 5 years ago

The poisson reconstruction code doesn't support assigning notmals. You could at the Point Cloud Library (PCL).