klezm / segmentator

3D MRI data exploration and segmentation tool.

Home Page:https://github.com/ofgulban/segmentator/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI Build Status Build status Gitter chat

Segmentator

Segmentator is a free and open-source package for multi-dimensional data exploration and segmentation for 3D images. This application is mainly developed and tested using ultra-high field magnetic resonance imaging (MRI) brain data.

The goal is to provide a complementary tool to the already available brain tissue segmentation methods (to the best of our knowledge) in other software packages (FSL, CBS-Tools, ITK-SNAP, Freesurfer, SPM, Brainvoyager, etc.).

Citation:

  • Our paper can be accessed from this link.
  • Released versions of this package can be cited by using our Zenodo DOI.

Core dependencies

Python 3.6 or Python 2.7 (compatible with both).

Package Tested version
matplotlib 3.1.1
NumPy 1.17.2
NiBabel 2.5.1
SciPy 1.3.1
Compoda 0.3.5

Installation & Quick Start

cd /path/to/segmentator
  • Install the requirements by running the following command:
pip install -r requirements.txt
  • Install Segmentator:
python setup.py install
  • Simply call segmentator with a nifti file:
segmentator /path/to/file.nii.gz
  • Or see the help for available options:
segmentator --help

Check out our wiki for further details such as GUI controls, alternative installation methods and more...

Support

Please use GitHub issues for questions, bug reports or feature requests.

License

Copyright © 2019, Omer Faruk Gulban and Marian Schneider. This project is licensed under BSD-3-Clause.

References

This application is mainly based on the following work:

About

3D MRI data exploration and segmentation tool.

https://github.com/ofgulban/segmentator/wiki

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%