Removing the parts of surface which are outliers after running Screened Poisson Reconstruction in Meshlab

Deadly 提交于 2020-12-15 16:46:31

问题


after running the Screened Poisson Reconstruction in Meshlab, I got the mesh with some extended surface as in this figure

Does meshlab support any tools for removing that?


回答1:


MeshLab is using an implementation of PoissonRecon, which is found here: https://github.com/mkazhdan/PoissonRecon

What you are seeing is due to the default boundary condition used by the algorithm, which is a Neumann boundary condition. Unfortunately, MeshLab does not allow you to modify which boundary condition is being used for the Poisson solver. If you compile the actual source code, you can specify the Dirichlet boundary condition as a command line argument, which will prevent you from having this large open surface.

If you have issues with disconnected pieces, you can use the SurfaceTrimmer program from the same repo.



来源:https://stackoverflow.com/questions/58669323/removing-the-parts-of-surface-which-are-outliers-after-running-screened-poisson

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