BRAINSia / SINAPSE

SINAPSE is an interdisciplinary team of computer scientists, software engineers, and medical investigators.
0 stars 1 forks source link

Learn ITK python interface #31

Closed hjmjohnson closed 5 years ago

hjmjohnson commented 5 years ago

User Story

As an Algorithm developer, I want to efficiently process medical images so that deep learning algorithms can be prototyped quickly.

Detailed Description

Learn how to use the ITK python interfaces

Tasks to be completed

Acceptance Criteria

ArjitJ commented 5 years ago

Attempts to load "_RE_LE.nii.gz" files using itk.imread() result in Segmentation fault. A workaround to this is by using sitk.ReadImage() to read these files.