PCL MLS Smoothing Alterd normals
Posted: Wed Mar 03, 2021 7:18 pm
I'm working on a project and have developed a workflow for meshing laser scans.
I believe I can get a better result if I use the PCL MSL smoothing to reduce the noise from overlapping scans however, when I perform the smoothing operation it seems to alter my previous normals estimation.
1 - Import registered scans as ordered .e57 (this retains scanner position)
2 - Calculate normals from scanner positions
3 - Merge Individual Scans
4 - Subsample new point set
5 - use MLS Smooth
6 - poisson surface reconstruction
(This is where the workflow breaks down... it seems that the smoothing operation has an effect on the normals and the poison reconstruction is unable to come up with a solution. note; I have unchecked the calculate normals box)
I am still learning the pcl plugin so my hope is that this is a simple newb error.
I believe I can get a better result if I use the PCL MSL smoothing to reduce the noise from overlapping scans however, when I perform the smoothing operation it seems to alter my previous normals estimation.
1 - Import registered scans as ordered .e57 (this retains scanner position)
2 - Calculate normals from scanner positions
3 - Merge Individual Scans
4 - Subsample new point set
5 - use MLS Smooth
6 - poisson surface reconstruction
(This is where the workflow breaks down... it seems that the smoothing operation has an effect on the normals and the poison reconstruction is unable to come up with a solution. note; I have unchecked the calculate normals box)
I am still learning the pcl plugin so my hope is that this is a simple newb error.