Git Product home page Git Product logo

liu3xing3long / tube-segmentation-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smistad/tube-segmentation-framework

0.0 1.0 0.0 4.25 MB

A software for fast segmentation and centerline extraction of tubular structures (e.g. blood vessels and airways) from different modalities and organs using GPUs and OpenCL

Home Page: http://link.springer.com/article/10.1007%2Fs11548-013-0956-x

License: Other

CMake 1.79% C++ 64.55% C 33.66%

tube-segmentation-framework's Introduction

Tube Segmentation Framework

The tube segmentation framework is a software for fast segmentation and centerline extraction of tubular structures (e.g. blood vessels and airways) from different modalities (e.g. CT, MR and US) and organs using GPUs and OpenCL.

For details about the implementation see the following publication:
GPU accelerated segmentation and centerline extraction of tubular structures in medical images
Erik Smistad, Anne C. Elster and Frank Lindseth
International Journal of Computer Assisted Radiology and Surgery
2013

If you use this software in any publications, please cite our article.

See the file LICENSE for license information.

Dependencies

  • OpenCL. You need an OpenCL implementation installed on your system to use this software (AMD, NVIDIA, Intel or Apple)
  • Boost iostreams. E.g. on Ubuntu linux use the following package: libboost-iostreams-dev
  • The two submodules: SIPL and OpenCLUtilities
  • GTK 2 for visualization (not required, used by the SIPL module). On Ubuntu linux use the following package: libgtk2.0-dev

Compiling

To compile the software first make sure that all software dependencies are installed and set up correctly. Next, use cmake.

For instance on linux, do the following:

cmake .
make -j8

Usage

To see the help message use the software with no arguments. ./tubeSegmentation

The first arguments is the dataset to process. This has to be a metadata (.mhd) file.

Some test data is available with the software. You can test the program with the following command:

./tubeSegmentation tests/data/synthetic/dataset_1/noisy.mhd --parameters Synthetic-Vascusynth --display

Parameters

This software has a lot of parameters and several parameter presets are available:

  • Lung-Airways-CT
  • Neuro-Vessels-USA
  • Neuro-Vessels-MRA
  • AAA-Vessels-CT
  • Liver-Vessels-CT
  • Synthetic-Vascusynth

The parameter preset is set with the program argument "--parameters ".

Tests

This software contains several tests written with Google Test. Install Google Test and run cmake again to compile the tests. Run the tests using the command ./tests/runTests

tube-segmentation-framework's People

Contributors

smistad avatar custusxmachine avatar

Watchers

liu3xing3long 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.