DKJoey / maximum_intensity_projection

Maximum intensity projection for medical image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Maximum intensity projection for medical image


Languages

Language:Python 100.0%