chrisidefix / cgal-bindings

Automatically exported from code.google.com/p/cgal-bindings
Boost Software License 1.0
0 stars 0 forks source link

Domains From Segmented 3D Images #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to create a 3d Mesh from a segmented medical image (I want to 
recreate all the point 3.3 of 
http://doc.cgal.org/latest/Mesh_3/index.html#Chapter_3D_Mesh_Generation)

But i dont know if cgal-bindings has the methods to do it, like Image_3 and 
poisson reconstruction, if the answer its negative, theres  a way to construct 
those method with the existing ones, other way to do it, or even a way to 
include those methods manually?

This is for an investigation an it would be a big help i you can help me with 
this.

THANKS!

Original issue reported on code.google.com by cncasti...@uc.cl on 15 Jan 2014 at 11:23

GoogleCodeExporter commented 9 years ago
Is your input a .inr.gz file?
I haven't ported yet the  CGAL::Labeled_image_mesh_domain_3 class but it can be 
done quickly.
Poisson reconstruction has not yet been wrapped either.

Original comment by sloriot...@gmail.com on 16 Jan 2014 at 6:35

GoogleCodeExporter commented 9 years ago
My image its not a .inr.gz but it could be converted easily. Whats the best 
solution ? its dificult to add the methods needed to do that?, the algorithm 
its very important for the analysis of medical images. The Poisson algorithm 
its also very important to do a 3d Mesh from point clouds.
If you could do something it would be awesome.

Thank you in advance for your support.

Original comment by cncasti...@uc.cl on 16 Jan 2014 at 8:34