Viewers
Viewers copied to clipboard
[Feature Request] Stack Viewport Segmentation
What feature or change would you like to see made?
Currently our segmentation only supports/renders on Volume viewports. We should add Stack Viewport segmentation too via imageMappers
Why should we prioritize this feature?
- Large datasets cannot fit into memory as a single volume
- MG, US, DX, CR modalities
CS3D will be updated to support during industry collaboration in next 4-5 months. After CS3D is updated we will need to revisit OHIF implementation
@sedghi @rodrigobasilio2022 @james-hanks @igoroctaviano is this one related? https://github.com/cornerstonejs/cornerstone3D/pull/679
@sedghi @wayfarer3130 now that we have https://www.cornerstonejs.org/live-examples/stacksegmentation. Now we just need to integrate to OHIF? Do you know if we have a PR already?
No we don't yet, it is more than rendering, the bulk of work is in import inside adapters
Right now we import inside a volume buffer, but rather we should import the current slice as soon as possible and for the rest do it in a webworker in the background
closing in favor of https://github.com/OHIF/Viewers/issues/4103