改变nii图像大小,去除后10层

改变nii图像大小,去除后10层

filename = spm_select(1); %选择当前目录的文件

V = spm_vol(filename);

Y = spm_read_vols(V);

Y = spm_read_vols(V); %去除后10层

size(Y)

posted @ 2025-12-11 16:08  点影成金  阅读(7)  评论(0)    收藏  举报