Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调整 Nii 文件的大小,以便我的程序占用更少的计算资源,我想将它们从 (240,240,155) 重新缩放到 (120,120,155)。我曾尝试使用 nilearn.image.resample_img 模块来执行此操作,但是可以看到输出下方的图像不是我所期望的。需要一些帮助来解决这个问题。