This folder includes:
- All the third-party executables used by this project.
- Python Environment called pyenv and the requirements.txt.
This folder includes third-party libraries.
This folder includes resources used by the scripts such as templates and transform files.
This folder includes all the scripts made for this project.
Script useful to parse cmd line args for Cortical Thickness pipeline.
Script useful to parse cmd line args for Cortical Thickness pipeline using Docker Image.
Main Script, It includes all the steps of the pipeline, mainly focused in the CP outer boundary extraction using homotopic skeletonization method, but it also calls/uses the surface extractions scripts.
Script useful for white matter surface extraction.
Script useful for gray matter surface extraction expanding WM till the Skeleton extracted previously.
This folder includes all the python scripts made to build a homotopic skeleton of the cortical plate.
Script useful to align two nii files to the same center.
Fuzzy C Means, Soft Clustering. General Implementation Class
Fuzzy C Means, Soft Clustering. Usign FCM.py for MRI intensity segmentation purpose.
Fuzzy Spatial C Means, Soft Clustering. General Implementation Class
Fuzzy Spatial C Means, Soft Clustering. Usign sFCM.py for MRI intensity segmentation purpose.
Gaussian Mixture Model, Soft Clustering CSF/GM considering intensity.
Pial Surface extraction (inner boundary of CSF) expanding White Matter till CSF.
Script useful to analyze data (RMS, Average, Std dev, Min, Max) enlisted in a txt file.
Script capable of expanding white matter obj till laplacian field for cp surface extraction.
Script that generates a laplacian field for Cortica Plate given its volume file.
Script that converts all mnc files of a given path to nii.
Script that calculates cortical thickness using three different methods.
Script that opens in freeeview all important files of a given case.
Script that run analyzeTxt.py for all txt files inside a folder (recursively).
Script that run the current pipeline for all cases in Samples folder.
Script that run the surface extraction for all cases in Samples folder.
This folder includes all files related to docker deployment.
File with indications about Docker.
File with instructions to build a docker image.
Script to create a docker container using cortical-thickness image.
Script to call the pipeline using docker container.
This folder includes useful technical resources for the understading of the project.
Slides explaining each step of the pipeline.
Background Knowledge about the project and the goal of this pipeline in it.
Technical Paper used for the development of sFCM (spatial Fuzzy Clustering Method).
Command Arguments of the executable capable of making the homotopic skeleton.