FreeCAD / FreeCAD

This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
https://www.freecad.org
Other
18.27k stars 3.87k forks source link

[Feature Request] DICOM to CAD workbench #6439

Open luzpaz opened 2 years ago

luzpaz commented 2 years ago

Is there an existing request for this?

Subproject(s) affected?

PartDesign, Mesh, Points

Forum thread

Idea description

Ability to import DICOM files with CAD data (STL/STEP), extract data in to FreeCAD to further modify for whatever purpose. This idea was inspired by multiple forum threads and some social media interactions:

This ticket has several parts to it:

  1. it's related to #5580 which is a feature request to have more than 2 or more viewports open simultaneously
  2. the ability to parse out CAD data from DICOM files (this is also possible through some open source toolchain like 2a. Use Orthanc server API to pull CAD data out of DICOM and import directly in to FC 2b. Use MITK in some form or fashion as above 2c. Use workflows discussed on this page

Anything else?

Other projects of interest:

Code of Conduct

luzpaz commented 2 years ago

CC @jodogne (Orthanc server dev) @kislinsk (MITK dev)

Just wanted to keep y'all in the loop on this (feel free to unsubscribe, or I can remove you if you deem that necessary). But we're hoping to collaborate if possible.

luzpaz commented 2 years ago

@jodogne keep us in the loop, if you don't mind, about orthanc features oriented in the direction of this ticket.

It would be good to know if there are any Blender/Inkscape/Gimp/MeshLab etc... devs that would be interested in collaborating?

luzpaz commented 1 year ago

@jodogne How's progress on orthanc going ?

jodogne commented 1 year ago

@jodogne How's progress on orthanc going ?

I will supervise a student that will (among other) work on the Encapsulated STL IOD during academic year 2022-2023 in the context of his Master's thesis at UCLouvain.

luzpaz commented 1 year ago

I will supervise a student that will (among other) work on the Encapsulated STL IOD during academic year 2022-2023 in the context of his Master's thesis at UCLouvain.

Great news! Any implications on a orthanc->freecad workflow ?

jodogne commented 1 year ago

Great news! Any implications on a orthanc->freecad workflow ?

We'll see, this will depend upon the student's progress.

prokoudine commented 7 months ago

@luzpaz

It would be good to know if there are any Blender/Inkscape/Gimp/MeshLab etc... devs that would be interested in collaborating?

There's a patch for GIMP to port the existing plugin to Grassroots DICOM (GDCM) library. But it's from a new contributor, I don't know him at all. And I'm not sure what collaboration would look like. Thoughts?

luzpaz commented 7 months ago

Thanks @prokoudine. can you link to the PR/issue ?

prokoudine commented 7 months ago

https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1135

luzpaz commented 3 months ago

https://twitter.com/sjodogne/status/1777994287738720634

STL-to-DICOM and DICOM-to-STL plugins available now in Orthanc