Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to smooth surface mesh of volume mesh from 3d image

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to smooth surface mesh of volume mesh from 3d image


Chronological Thread 
  • From: Kim Donghyeon <>
  • To: " " <>
  • Subject: [cgal-discuss] How to smooth surface mesh of volume mesh from 3d image
  • Date: Tue, 20 Feb 2018 09:53:42 +0000
  • Accept-language: ko-KR, en-US
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:TGQJ+Bw21XQA8HTXCy+O+j09IxM/srCxBDY+r6Qd2+4eIJqq85mqBkHD//Il1AaPAd2Araocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HdbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHolikJKiI5/m/UhMNsg61WuxehqwBwzIPOfI2ZKP5+c6XAdt0aX2pBWcNRWjREDIO9aosEEuQPPeFer4nyp1sPrQWxBQ6qBOjyzTJHm3j23as10+QhEQDJwgsgH9QUvHTXrdX1Mb0eUfupw6nJ1jjDYPZW1i386IjMaBwuvfaMXbdpfMfX1EIhGQTFjlCKpozkOTOYzusNs2+c7+pvUeKglXQrpB12ojiq3ssjlobJiZgRylze8iV52ok1KNulQ0B4ed6pCJldui6AO4drXM8vQ3tktSU0x7EctpO2cjAGxZs7yxLFdvCLb5SE7gjsWeuSOzt0mX1odK+5ih2v60av0Pf8WdOx0FtSripKjN3MtncV2hzW8MeHS/998l652TaAywzf8+9ELE86mKbBJJ4hxbkwlpUXsUvdBCP5hEL2jKqOekUl/Oin9fjnb63kq5KTLYN4lx/yP6Q0lsG8D+k0KAcDUmaD9eS5zrLj/En5QLtQjv0xl6nUqI3VJcMdpq62Aw9U0pgs6xG5Dzu809QYnHwHIEheeB2bjojkIF7OIPXiAve+h1Sgiitkx/fDPrH5GJXCMmDDkKv9fbZ680NT1AUzwspb555NF74BIenzVVPstNzDFR80KBe0wubiCNVlzIwSQ2OPAqmDMKPTq1CE/OwvI/PfLLMS7Xy1IPcs47vijGQyhEQGVaivx5oeLn6iVLwyKEqQZT/gg8wKDHwRlgs4Vu3jzlOYB219fXG3CoE943kXD4SpDZbOQYbl1LCG2ii7D5BRYCZFC1XKCnzpX4qBUvYILimVJ5kywXQ/SbG9Rtp5hlmVvwjgxu8/d7uGymgjrZvmkeNNyajWnBA2+yZzCp3EgW6IRmBw2GgPQm1vhfwtkQlG0l6GlJNArblAD9UKvqFGVw47MdjXyOkoU4mvCDKERc+ATROdevvjATw1SYhskdoHYkI4A9r6yx6fhGylBLgak7HND5sxoPrR

Hi, I have a question about CGAL volume meshing.

 

Im working on generating head mesh from 3d medical image (already segemented).

 

It is exactly same as brain mesh picture on 3D Mesh Generation user manual. (https://doc.cgal.org/latest/Mesh_3/index.html)

 

My problem is, I could generate volume mesh, but thr surface of each label is very rough (not smooth)

 

The resolution of segmented image is 256 * 256 * 256 (1mm * 1mm * 1mm). And also, I compared the result of Cleaver2 mesher and cgal mesher.

 

I understand it could have different result. But cgal have rough surface mesh compared with the result of cleaver2.

 

I think I missused volume mesh paramemter.

 

(my input data is: https://drive.google.com/file/d/1DUt-gSZ2uM8Rzv_9tfb80aWOmPLXbPl0/view?usp=sharing  )

 

My code is based on Mesh_3/mesh_3D_image_variable_size.cpp and used

 

           double facet_angle = 30;

           double facet_size = 2;

           double facet_distance = 2;

           Sizing_field cell_radius_edge_ratio(1.5);

 

To solve it, I already changed facet_size from 0.00001 to 2, but it does not affect the result (I did same value on facet_distance).

 

Is it a normal situiation? and could you give an advice for me?

 

Also I just want to know the detailed parameter of the brain mesh which is on the top of 3D Mesh Generation document and chest mesh which figure number is 54.22

 

Thank you

Kim

 

 

김동현 Donghyeon Kim
Co-Founder / Chief Technology Officer (CTO)
NEUROPHET

Mobile : +82-10-9361-3781
E-mail :

Disclaimer: This message contains privileged confidential information which is not to be disclosed. If you are not the intended recipient of this message please contact the sender and destroy this message as well as all existing copies and attachments.

 

Attachment: brain.png
Description: brain.png




Archive powered by MHonArc 2.6.18.

Top of Page