meshlab是一个开源的点云处理软件,我们可以利用它对点云进行各种操作,如滤波、降采样、构网、重建等。下面介绍一下利用meshlab的构网过程。

(1)首先从网上下载bunny点云文件,利用meshlab打开
(2)点云降采样。单击Filter->sampling->Possion-disk Sampling 设置Num of samples,勾选Base Mesh Subsampling ,单击应用。
(3)点击Filter->Normal,curvature and orientation->compute normals for point set。设置Neighbor num,这里我设置的是16
(4)单击Render,选择Show normal Curvature;
(5)单击Filter->Remeshing simplification and Reconstruction->Surface Reconstruction Ball
(6)Render->show Normal/Curvature

网格生成完毕,可以单击wireFrame查看。
 

利用meshlab构网

 

转:https://blog.csdn.net/hanshuobest/article/details/50754766

相关文章:

  • 2022-01-18
  • 2021-10-08
  • 2021-12-25
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-09-02
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2021-10-05
  • 2022-02-07
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案