Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] mesh generation from levelset and preserving some things

Subject: CGAL users discussion list

List archive

[cgal-discuss] mesh generation from levelset and preserving some things


Chronological Thread 
  • From: "BORDEU Felipe (SAFRAN)" <>
  • To: "" <>
  • Subject: [cgal-discuss] mesh generation from levelset and preserving some things
  • Date: Thu, 21 Apr 2016 12:15:51 +0000
  • Accept-language: en-US
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:7sk15BP/PR0XUBPxry8l6mtUPXoX/o7sNwtQ0KIMzox0KPT6rarrMEGX3/hxlliBBdydsKIUzbSG+Py/EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35TxibD5p8KbSj4LrQT+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6Lpyv/JHBO/xcK08CLBZFz87KHsd5cvxtBCFQxHFri8XXWwS1xZJGAPY9wrSX5HrsyK8uPAriweAOsijB5oTYxiP0u9FRRvpkCpPdwUQ3lv+rI06xPZVrRagvxE5yYnObIyIHOF3cLnUe5UUXzwSDY5qSyVdD9bkPMM0BO0bMLMAog==

Hello,

 

I’m trying to generate a 3D mesh (using make_mesh_3) and to preserve some features . My input information are:

 

A Levelset image (double float).

And for some cases I want to preserve:

Point Features,

Line Features ,

Surface Features,

Volume Features.

 

I know how to produce a 3D mesh from an image (levelset from disk) and preserve point and lines (I have a working app using [1]) . But I want to preserve also some surface and volumes mesh.

For example if a have a tomography image and a mesh for a prosthesis that I want to insert in the mesh.

 

Any idea if I can do this with CGAL.  (I’m using CGAL 4.8)

 

Thanks

 

[1]

typedef CGAL::Gray_image_mesh_domain_3<CGAL::Image_3,K,Image_word_type> Mesh_domain;

typedef CGAL::Mesh_domain_with_polyline_features_3<Mesh_domain> Mesh_domainWF;

 

---

Felipe Bordeu

Ph.D. M.S. M.E.

Phone : +(33) 1 61 31 85 27

 

Centre de Recherche et Technologie

Pôle Modélisation et Simulation

Etablissement SAFRAN PARIS-SACLAY

rue Geneviève Aubé

78117 CHATEAUFORT

 

#
" Ce courriel et les documents qui lui sont joints peuvent contenir des informations confidentielles, être soumis aux règlementations relatives au contrôle des exportations ou ayant un caractère privé. S'ils ne vous sont pas destinés, nous vous signalons qu'il est strictement interdit de les divulguer, de les reproduire ou d'en utiliser de quelque manière que ce soit le contenu. Toute exportation ou réexportation non autorisée est interdite.Si ce message vous a été transmis par erreur, merci d'en informer l'expéditeur et de supprimer immédiatement de votre système informatique ce courriel ainsi que tous les documents qui y sont attachés."
******
" This e-mail and any attached documents may contain confidential or proprietary information and may be subject to export control laws and regulations. If you are not the intended recipient, you are notified that any dissemination, copying of this e-mail and any attachments thereto or use of their contents by any means whatsoever is strictly prohibited. Unauthorized export or re-export is prohibited. If you have received this e-mail in error, please advise the sender immediately and delete this e-mail and all attached documents from your computer system."
#




Archive powered by MHonArc 2.6.18.

Top of Page