-
Notifications
You must be signed in to change notification settings - Fork 334
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
save segmentations from brush tool #311
Comments
目前他们并没有对 这个工具的数据进行保存 ,目前好像是没办法实现 |
any update? |
You need to save it to the server? or localStorage? |
I need to save it in server that I can load the contour data from server to rebuild the segments next time |
So converting labelmaps to contour and vice versa is not trivial (although we are pushing to add that) Meanwhile you can export DICOM SEG using our adapters and re-read them later. You can see how we do it in our viewer (OHIF) using the @cornerstonejs/adapters |
How to save the segmentations from brush tool in order to keep showing the segmentations when refresh page?
The text was updated successfully, but these errors were encountered: