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.
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.