-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CGAL Surface_mesher and Mesh_3 may miss isolated inclusions #7
Comments
the latest CGAL release (4.6) still has trouble processing the test dataset provided in the original bug report (fivespheres.inr.gz). Here are the steps to reproduce
In the above attached image, the 5 colored spherical objects are expected inclusions; however, none of them are shown in the output mesh (a small cluster pointed by arrow). |
A workaround is provided in FAQ#9. |
this issue seemed to have been resolved in CGAL 4.14 and later using the new interface for custom initialization, see https://doc.cgal.org/latest/Mesh_3/index.html#title26 I would consider this issue resolved, but we need to update the mesh_3d_image using the newly added feature. |
Let me know if you need any help with that tasks. I am the main maintainer of CGAL mesh packages. |
…on in cgalmesh with the custom initialization by Laurent Irineau.
…on in cgalmesh with the custom initialization by Laurent Irineau.
The previous report can be found here:
http://cgal-discuss.949826.n4.nabble.com/missing-objects-when-meshing-a-3D-image-with-multiple-disconnected-inclusions-td3349283.html
Testing image is included in the above report.
Basically, if there are multiple isoloated inclusions (same or differnt label) inside a background volume of index 0, the surface mesher or 3D mesher may return the mesh of a subset of these inclusions in a more or less random manner.
The text was updated successfully, but these errors were encountered: