Is your feature request related to a problem? Please describe.
this feature request is for adding basic Dicom support with a pydicom backend in addition to the existing readers (by extending the base class monai.data.ImageReader)
|
__all__ = ["ImageReader", "ITKReader", "NibabelReader", "NumpyReader", "PILReader", "WSIReader", "NrrdReader"] |
note that as references:
Is your feature request related to a problem? Please describe.
this feature request is for adding basic Dicom support with a pydicom backend in addition to the existing readers (by extending the base class monai.data.ImageReader)
MONAI/monai/data/image_reader.py
Line 45 in af0e0e9
note that as references: