- Thank you received: 0
Generate Mesh out of Voxel Data
- ekarabelas
- Topic Author
- Offline
- New Member
Less
More
7 years 4 months ago #75
by ekarabelas
Generate Mesh out of Voxel Data was created by ekarabelas
Dear developers,
I would like to ask whether it would be possible to add a feature to Netgen to generate meshes out of Voxel-Data( specifically labeled MRI-Image-Stacks). Right at the Moment I rely on CGAL to do that (see doc.cgal.org/latest/Mesh_3/index.html#Ch...r_3D_Mesh_Generation ) However, when using CGAL the interfaces between different label regions get really bad.
Kind Regards
Elias
I would like to ask whether it would be possible to add a feature to Netgen to generate meshes out of Voxel-Data( specifically labeled MRI-Image-Stacks). Right at the Moment I rely on CGAL to do that (see doc.cgal.org/latest/Mesh_3/index.html#Ch...r_3D_Mesh_Generation ) However, when using CGAL the interfaces between different label regions get really bad.
Kind Regards
Elias
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
7 years 4 months ago #79
by christopher
Replied by christopher on topic Generate Mesh out of Voxel Data
Hi ekarabelas,
we are indeed developing a package to do this. It generates a smooth stl mesh from voxeldata and this stl geometry can be meshed by Netgen afterwards. The code is available at GitHub
github.com/ChrLackner/voxel2stl
Note, that this project is in a very early stage and has a lot of flaws still (as well as no documentation). But you are welcome to try it and contribute.
Feel free to contact me if you want more information or help on this project.
Best
Christopher
we are indeed developing a package to do this. It generates a smooth stl mesh from voxeldata and this stl geometry can be meshed by Netgen afterwards. The code is available at GitHub
github.com/ChrLackner/voxel2stl
Note, that this project is in a very early stage and has a lot of flaws still (as well as no documentation). But you are welcome to try it and contribute.
Feel free to contact me if you want more information or help on this project.
Best
Christopher
- ekarabelas
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
7 years 4 months ago #81
by ekarabelas
Replied by ekarabelas on topic Generate Mesh out of Voxel Data
Thanks I'll have a look into it.
- ekarabelas
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
7 years 4 months ago #82
by ekarabelas
Replied by ekarabelas on topic Generate Mesh out of Voxel Data
Ok I have some trouble getting the repository to compile but you said that there's no documentation
Time to create page: 0.093 seconds