Skip to content
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

[FEA] Add support for reading DICOM Whole Slide Microscopy Images #463

Open
dclunie opened this issue Dec 5, 2022 · 5 comments
Open

[FEA] Add support for reading DICOM Whole Slide Microscopy Images #463

dclunie opened this issue Dec 5, 2022 · 5 comments
Labels
feature request New feature or request

Comments

@dclunie
Copy link

dclunie commented Dec 5, 2022

DICOM WSI is being encouraged for use as a standard format for WSI in order to leverage existing clinical and research archives and to propagate identifying and descriptive metadata (subject, specimen preparation, etc.).

Need cuCIM to be able to read (set of) DICOM files that correspond to a tiled pyramidal encoding +/- label and overview in same manner as it can read SVS, generic TIFF, etc., to take advantage of cuCIM use cases and performance.

BioFormats has already been extended with DICOM WSI support, and addition to OpenSlide is in progress.

DICOM WSI formal documentation is at:

DICOM WSI samples are at:

@dclunie dclunie added the feature request New feature or request label Dec 5, 2022
@fedorov
Copy link

fedorov commented Apr 3, 2023

addition to OpenSlide is in progress

As a recent development, integration of a library that will support DICOM read from OpenSlide has been completed openslide/openslide#431, as the first step towards DICOM-enabling OpenSlide.

@JHancox
Copy link

JHancox commented Apr 11, 2023

Thanks @dclunie and @fedorov for your thoughts and information. This has reignited some slow-burning conversations.
One consideration here is that MONAI is the go-to platform for medical imaging, including Digital Pathology, and it may make sense for the DICOM layer to sit within MONAI's somewhat higher level abstractions. For example, cuCIM and OpenSlide are both used within some of MONAI's pathology-specific data loaders, depending on the WSI/patch format. The user does not need to choose which. MONAI tends to use cuCIM whenever possible but defer to OpenSlide for formats for which cuCIM lacks support. This, of course, means that when OpenSlide does support DICOM for pathology, then MONAI will automatically be able to take advantage of this - which is good news. That said, we are open to discussion regarding the most appropriate place for DICOM to be implemented and why cuCIM might be preferred.

@fedorov
Copy link

fedorov commented Apr 24, 2023

Thank you for the update, I will try to remember to update this issue when OpenSlide support of DICOM is fully executed.

@deepakanand14
Copy link

The OpenSlide library is now supporting DICOM.

@fedorov
Copy link

fedorov commented Oct 18, 2023

Indeed, sorry I completely forgot to update this issue. For the sake of completeness, here is the announcement post by @bgilbert: https://forum.image.sc/t/openslide-4-0-0-released/87323 and the release notes: https://github.com/openslide/openslide/releases/tag/v4.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants