Coder Social home page Coder Social logo

lcxone1 / vatsatseg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxdiefenbach/vatsatseg

0.0 1.0 0.0 20 KB

segment Visceral and Subcutaneous Adipose Tissue (VAT, SAT) in water-fat MRI images

Home Page: https://github.com/maxdiefenbach/vatsatseg

License: Other

Python 100.00%

vatsatseg's Introduction

Description

vatsatseg is a python implementation of the matlab segmentation tool "SAT_VAT_segmentation" used in

Shen, J., Baum, T., Cordes, C., Ott, B., Skurk, T., Kooijman, H., Rummeny, E. J., …, Automatic segmentation of abdominal organs and adipose tissue compartments in water-fat mri: application to weight-loss in obesity, European Journal of Radiology, 85(9), 1613–1621 (2016). http://dx.doi.org/10.1016/j.ejrad.2016.06.006

Installation

You can install vatsatseg by typing the following commands in your terminal:

git clone https://github.com/maxdiefenbach/vatsatseg # clone project

cd vatsatseg                    # change directory

pip install .                # install package

This automatically installs the commandline tool "$ vatsatseg".

Dependency

To manually correct the segmentation result vatsatseg relies on ITK-SNAP. By invoking the "–show" option, the water and fat images together with the segmentation overlay will be opened. For this you need to make sure the "viewer command" in the configuration file "vatsatseg/config.ini" points to the correct installation path of ITK-SNAP.

Tutorial

see help

vatsatseg --help

Usage: vatsatseg [OPTIONS]

  segment Visceral and Subcutaneous Adipose Tissue (VAT, SAT) in water-fat
  MRI images

Options:
  -w, --water PATH   Water MRI image file.
  -f, --fat PATH     Fat MRI image file.
  -o, --output PATH  Output label map file name.
  -s, --show         Open ITK-SNAP to manually correct the labelmap.
  -h, --help         Show this message and exit.

example

vatsatseg \
       -w t1_vibe_dixon_tra_lower_W.nii \
       -f t1_vibe_dixon_tra_lower_F.nii \
       -o vat_sat_seg.nii \
       -s

Contact

vatsatseg is in an early development state. We are happy about feedback and/or contributions on Github.

Report bugs / Request Features

If you can report a bug or would like to request a feature, please create an issue here.

Contribute

If you can contribute we are happy about pull or merge requests on Github.

License

vatsatseg, segment visceral and subcutaneous adipose tissue Copyright (C) 2018-2019 Maximilian N. Diefenbach

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Acknowlegment

vatsatseg is developed in the Body Magnetic Resonance Research Group at the Klinikum rechts der Isar and the Technical University Munich.

vatsatseg's People

Contributors

lcxone1 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.