-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[InteractiveSegmentation] Add option to save Segmentation as Dicom #141
Comments
Nice catch! If you notice, assuming your input image is a dicom:
So I'm assuming it is properties-related, and I should just copy them |
I will need to see this working. This will be a much bigger fix as the 'save' doesn't give an option to save as dicom.
|
Have you seen my PR on this? I think you are overthinking this. The save context menu option does give an option to save as dicom. To test it, load a dicom image, click create seeds and try to save the seeds |
I should emphasize that in the above it is a requirement that the loaded image is a dicom, eitherwise it is not an option |
Right you are! I was looking at the incorrect place on older version (2016). Apparently dicom save option is available only when you have a segmentation. If you just load some data and try to save it, there is no option to save as dicom(which makes sense). |
Yes the loaded image should be a dicom. Have you tried it btw with some dicom data? |
This will only be enabled if the input was also a Dicom. For Nifti this would simply be unavailable.
The text was updated successfully, but these errors were encountered: