I am using MeshLab to smooth a mesh obtained from a 3d numpy array through marching_cubes and pymesh. I am processing a few similar meshes and only one of them is giving me this problem. The filter used is Laplacian Smooth with parameters:
- smoothing steps = 1
- 1D boundary smoothing = True
- cotangent weighting = True
Attached are the images of the mesh before and after the Laplacian smoothing. Unfortunately the images have to be cropped in the interested areas due to privacy concerns.
Any help in tracking down the issue or any debugging suggestions would be really helpful.
Thank you!
mesh before laplacian smooth in first region