OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.1k stars 3.28k forks source link

[Feature Request] DICOM SEG export #3550

Closed sedghi closed 11 months ago

sedghi commented 1 year ago

What feature or change would you like to see made?

DICOM SEG is a standard for storing segmentation data in DICOM images. It is used to represent the boundaries of different structures in an image, such as organs or tumors.

In v2 we used dcmjs/adapters for exporting DICOM SEG data. However, this adapter only supported exporting SEG data for wadouri, and not wadors.

In v3, the loading of segmentation data is considerably slower than in v2. For example, the totalSegmenter case, which is a 400 MB full-body SEG, takes 1 minute to load in v3, but only 20 seconds to load in v2.

Why should we prioritize this feature?

Improved performance and adaptability

fedorov commented 1 year ago

How is this related/different from #3523?

Also, the title says "DICOM SEG export", but the description talks about performance of import, not export.

sedghi commented 1 year ago

It is for our own tracking purposes. the issue above talks above export too

In v2 we used dcmjs/adapters for exporting DICOM SEG data. However, this adapter only supported exporting SEG data for wadouri, and not wadors.

any how, yes it will be the export and import together.