/maximum_intensity_projection

Maximum intensity projection for medical image

Primary LanguagePython

This program is used to create the mip(maximum instensity projection) images from the nii images.

1.Each nii image should be saved in an individual directory and be put into the "input" directory. 2.The name of the nii image is suggested as "img.nii" or "img.nii.gz". 3.The mip images are created and saved in the "output" directory, and their directory names are same as the names of directory containing nii images. 4.usage: cd to the directory of "maximum_intensity_projection" python maximum_intensity_projection.py