Giter Club home page Giter Club logo

activecut's Introduction

logo

ActiveCut

Active learning-based interactive tool for semi-supervised image segmentation (lesion/tumor segmentation as an example of application)

Overview of the proposed algorithm

flowchart

Install & usage:

To compile the code:

  1. install cmake, boost and ITK libraries on your machine

  2. create a new directory for out-of-source build

$ mkdir build
$ cd build
$ ccmake ../src
  1. 'c' to configue and 'g' to generate makefile.

  2. make

After step 4, just type

$ ./activeCutSeg

Input arguments will be printed.

Example command to run activeCut:

$ ./activeCutSeg -d ../allchannels.nii.gz -p ../mask.nii.gz --init ../userInitializationBoundingBox.nii.gz -m 10 --priorfg ../priorfg.nii.gz --priorbg ../prior.nii.gz --eta 4 -g 6 --qscoreth 3.0
  • allchannels.nii.gz is an input of 4D image
  • mask.nii.gz is an input mask
  • userInitializationBoundingBox.nii.gz is an input of 3D bounding box (cube)
  • use --priorfg to specify an input of foreground priors, which is priorfg.nii.gz in above example
  • use --priorbg to specify an input of background priors, which is prior.nii.gz in above example
  • --eta, -g, --qscoreth are three parameters used in the algorithm

Recommended modules:

ActiveCut takes a 4D image as input. The various channels of images can be merged into one single 4D image by using some other tools (such as convertITKformat). It is conceptually easy for activeCutSeg to use 4D image input. The output will be 4D images, too.

Before doing any testing, please install a software (Slicer or ITK-SNAP) to visually check the candidate objects for user interaction.

Citation

If you find the code useful in your research, please consider citing:

@article{wang2016cviu,
    title={Modeling 4D pathological changes by leveraging normative models},
    author={Wang, Bo and Prastawa, Marcel and Irimia, Andrei and Saha, Avishek and Liu, Wei and Goh, SY Matthew and Vespa, Paul M and Van Horn, John D and Gerig, Guido},
    journal={Computer Vision and Image Understanding},
    volume={151},
    pages={3--13},
    year={2016}
}

@inproceedings{wang2014activecut,
  title={4D active cut: An interactive tool for pathological anatomy modeling},
  author={Wang, Bo and Liu, K Wei and Prastawa, K Marcel and Irima, Andrei and Vespa, Paul M and Van Horn, John D and Fletcher, P Thomas and Gerig, Guido},
  booktitle={2014 IEEE 11th International Symposium on Biomedical Imaging (ISBI)},
  pages={529--532},
  year={2014},
  organization={IEEE}
}

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.