Skip to content

Commit

Permalink
✨ add skullstripping
Browse files Browse the repository at this point in the history
  • Loading branch information
WillForan committed Mar 3, 2024
1 parent 158593d commit 75a42d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [Raw Data](#raw-data)
- [Provenance and Automation](#provenance-and-automation)
- [Imaging Tools](#imaging-tools)
- [Skullstripping](#skullstripping)
- [Warping](#warping)
- [Manipulation](#manipulation)
- [Modeling](#modeling)
Expand Down Expand Up @@ -117,6 +118,14 @@ Dealing with DICOM and k-space images
## Imaging Tools
Software to read, write, and manipulate volumetric and/or surface data.

### Skullstripping
- [optibet](https://montilab.psych.ucla.edu/fmri-wiki/optibet/) - Shell script to combine afni and fsl tools for more robust skull stripping in patient populations.
- [`3dSkullStrip`](https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dSkullStrip.html) - [AFNI](https://afni.nimh.nih.gov/)'s skull stripping utility with many parameters.
- [`bet`](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/BET/UserGuide) - [FSL](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki)'s brain exraction tool.
- [`antsBrainExtraction.sh`](https://dpaniukov.github.io/2016/06/06/brain-extraction-with-ants.html) - [ANTs](http://stnava.github.io/ANTs/) version.
- [`mri-watershed`](https://surfer.nmr.mgh.harvard.edu/fswiki/mri_watershed) - Part of the [Freesurfer](https://freesurfer.net/) pipeline.
- [ROBEX](https://www.nitrc.org/projects/robex) - Robust Brain Extraction without parameter tweaking.

### Warping
Spatial normalization

Expand Down

0 comments on commit 75a42d1

Please sign in to comment.