xtk / X

The X Toolkit
http://www.goXTK.com
Other
786 stars 263 forks source link

Is it possible to export a 3D mesh from a volumetric rendering of a DICOM file? #226

Closed RhinoBlindado closed 2 years ago

RhinoBlindado commented 2 years ago

Hello,

I've been investigating a way to render a DICOM file in such a way that I can later threshold it, for example, to isolate the bones in a scan, and then export that as a mesh (.obj, .stl, .ply, etc.), similar to what it's possible to do on 3D Slicer.

I'd like to know if the X.volume object could be used to extract the voxel data and then apply an algorithm (such as Marching Squares) to make a 3D mesh.

Cheers.

RhinoBlindado commented 2 years ago

Moved the question.