NIfTI-Image-Converter
NIfTI-Image-Converter copied to clipboard
Matlab Error
Hi there!
I noticed in your nii2png matlab program there was an error on line 173. You forgot to change the increment name from i to current_slice causing it to stay in an infinite loop! Simple fix.
Thank you for this! Sorry for the late reply.
Repate +1 in line 120, which leads to only output even-numbered pictures %current_volume = current_volume + 1;