Upsampling 3D point cloud using PCL

时光总嘲笑我的痴心妄想 提交于 2019-12-25 08:09:27

问题


I have a sparse point cloud of a 3D model. I need to populate the point cloud. In other words, I need to upsample the point cloud for surface reconstruction of the 3D point cloud.

I followed this link, but could not understand the method.

Is there an easy way to do that ?

Thanks in advance.


回答1:


An alternative resource with some simpler code using the Point Cloud Library is available at the following link: http://pointclouds.org/documentation/tutorials/resampling.php

I would suggest starting there. Note that the code just calls an implementation of MLS in the Point Cloud Library. It will be up to you to play with parameters and investigate the code if necessary.



来源:https://stackoverflow.com/questions/22697769/upsampling-3d-point-cloud-using-pcl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!