powered by
Read a DICOM image or series of images
read_dicom(path, ...)
Directory containing DICOM images, or single image file
Additional arguments to readDICOM
readDICOM
List with elements hdr and img, each with an element for each slice. img is empty if the DICOM file contains no pixel data.
hdr
img
# NOT RUN { read_dicom(dicom_directory) # } # NOT RUN { read_dicom(dicom_file.dcm) # }
Run the code above in your browser using DataLab