data

Load DICOM datasets as numpy arrays with voxel dimensions

source

read_dicom

 read_dicom (dcmdir:Union[pathlib.Path,str], correct_zero:bool=True)

Read a directory of DICOM files and return the volume and voxel spacings.


source

load_example_ct

 load_example_ct ()

Load an example chest CT for demonstration purposes.