Replies: 2 comments 5 replies
-
Hello, you should try meshing from weighted images, as done in this example Then, reducing your Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
-
You probably can't mix the named parameters
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to build a 3D tetrahedral mesh from labeled image I use the examples shown in the webpage (https://doc.cgal.org/latest/Mesh_3/index.html)
The meshes I am dealing with are quite complex with pretty amorphous shapes. The issue I am having is that the domain boundaries sometimes come up pretty 'spiky'. Some tetrahedra go into other domains instead of being bound to their surface.
I guess that one way of making these shapes smoother is to increase the resolution of the underlying 3D image (make smaller voxels). But I wonder if there is some better way to inprove this withing CGAL.
Best regards,
Oier.
Beta Was this translation helpful? Give feedback.
All reactions