DeepBrainSeg.readers package

Submodules

DeepBrainSeg.readers.dicom module

class DeepBrainSeg.readers.dicom.dcm_loader[source]

Bases: object

load_vol(path)[source]

path : patient data path

returns numpy array of patient data

write_vol(path, vol)[source]

path : path to write the data vol : modifient volume

return: True or False based on saving of volume

DeepBrainSeg.readers.nib module

class DeepBrainSeg.readers.nib.nib_loader[source]

Bases: object

load_vol(path)[source]

path : patient data path

returns numpy array of patient data

write_vol(path, volume)[source]

path : path to write the data vol : modifient volume

return: True or False based on saving of volume

Module contents