/Baobab

Primary LanguagePythonMIT LicenseMIT

Baobab

Piccolo insieme di script Python che stimano l'angolo di occipital bending partendo da una immagine 3D NIFTI.

Small set of Python scripts that estimate occipital bending from a NIFTI 3D image.

this program has the following dependencies:
PyNifti --- Installation
xlwt --- Installation
PIL --- Installation

under linux environement this should satisfy all the dependencies:

apt-get update
apt-get install python-nifti
pip install xlwt
pip install Pillow

For a fast example try baobab_image/baobab-image.py