Dabhi
Dabhi

Reputation: 23

Resizing .nii file in Python

I am trying to resize Nii files so that my program takes less computational resources, I want to rescale them from (240,240,155) to (120,120,155). I have tried using nilearn.image.resample_img module to do so however as it is seen the image below the output is not what I would expect. Need some help to figure this out. enter image description here

Upvotes: 0

Views: 875

Answers (0)

Related Questions