You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
Assume a boolean mask for each nodule that is a 3D numpy array of the same dimensions as the DICOM image (e.g. 512x512x24 layers) where some internal of the 3D space is a polytope.
Expected Behavior
A user wants to download a shapefile (.shp) for 3D printing or viewing in CAD. Should use DICOM metadata to recover real world 3D dimensions.
Current Behavior
Not implemented.
Possible Solution
Libraries like pyshp may be helpful.
The text was updated successfully, but these errors were encountered:
Assume a boolean mask for each nodule that is a 3D numpy array of the same dimensions as the DICOM image (e.g. 512x512x24 layers) where some internal of the 3D space is a polytope.
Expected Behavior
A user wants to download a shapefile (.shp) for 3D printing or viewing in CAD. Should use DICOM metadata to recover real world 3D dimensions.
Current Behavior
Not implemented.
Possible Solution
Libraries like
pyshp
may be helpful.The text was updated successfully, but these errors were encountered: