eidelen / DicomToMesh

A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
MIT License
437 stars 91 forks source link

The process of constructing meshes for soft tissues #47

Closed Mint41 closed 6 months ago

Mint41 commented 8 months ago

May I inquire if it is permissible for me to employ this project to construct meshes for various soft organ systems, such as the pulmonary organ? I utilized DICOM files of the lung

image

and obtained a mesh representing the rib cage instead of the lung

image

Can I obtained a lung mesh by using this program?

eidelen commented 6 months ago

Hi, Sorry for my late reply. I think there exist much better methods for soft tissue segmentation. Have a look at the opensource tool ITK-SNAP.