Automatic Extra-Axial Cerebrospinal Fluid (Auto EACSF) is an open-source, interactive tool for automatic computation of brain extra-axial cerebrospinal fluid (EA-CSF) in magnetic resonance image (MRI) scans of infants. Elevated extra-axial fluid volume is a possible biomarker for Autism Spectrum Disorder (ASD). Auto EACSF aims to automatically calculate the volume of EA-CSF and could therefore be used for early diagnosis of Autism. Auto EACSF is a user-friendly application that generates a Qt application to calculate the volume of EA-CSF. The application is run through a GUI, but also provides an advanced use mode that allows execution of different steps by themselves via Python and XML scripts.
Requirements: Qt5, Python3 (with packages: itk, numpy)
Build:
$ git clone https://github.com/NIRALUser/auto_EACSF
$ mkdir ./auto_EACSF-bin
$ cd auto_EACSF-bin
$ ccmake ../auto_EACSF
$ make
$ ./bin/auto_EACSF
$ ./Auto_EACSF
Installation Notes: Auto_EACSF generates and then calls a python3 script. For that purpose, a python 3 installation, as well as the python packages itk and numpy, is needed.
You can fix an error by utilizing Qtcreator