An open API service indexing awesome lists of open source software.

https://github.com/insightsoftwareconsortium/itkgrowcut

ITKGrowCut is a remote module for ITK. It segments a 3D image from user-provided foreground and background seeds.
https://github.com/insightsoftwareconsortium/itkgrowcut

imaging insight-toolkit itk itk-module

Last synced: 7 months ago
JSON representation

ITKGrowCut is a remote module for ITK. It segments a 3D image from user-provided foreground and background seeds.

Awesome Lists containing this project

README

          

ITKGrowCut
=================================

.. image:: https://github.com/InsightSoftwareConsortium/ITKGrowCut/workflows/Build,%20test,%20package/badge.svg
:alt: Build Status

.. image:: https://img.shields.io/pypi/v/itk-growcut.svg
:target: https://pypi.python.org/pypi/itk-growcut
:alt: PyPI Version

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/InsightSoftwareConsortium/ITKGrowCut/blob/master/LICENSE
:alt: License

Overview
--------

ITKGrowCut is a remote module for ITK. The main filter segments a 3D image from user-provided seeds.

The original idea was presented by `Vezhnevets and Konouchine
`_:

| Vladimir Vezhnevets and Vadim Konouchine:
| “GrowCut” – interactive multi-label N-D image segmentation by cellular automata.
| In: Proc. Graphicon. (2005) 150–156

In 2011 Harini Veeraraghavan of Memorial Sloan Kettering Cancer Center provided an `implementation based on ITK
`_.

In 2014, Zhu et al. presented an `efficient approximation
`_:

| Liangjia Zhu, Ivan Kolesov, Yi Gao, Ron Kikinis, Allen Tannenbaum.
| An Effective Interactive Medical Image Segmentation Method Using Fast GrowCut
| International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI),
| Interactive Medical Image Computing Workshop, 2014

Zhu et al. also provided an open source implementation as a Slicer plugin, `based on VTK
`_.
Since then, their implementation was integrated into Slicer, `refactored and improved
`_.
In this remote module we are building upon the improved variant from Slicer.

Acknowledgements
----------------

This software was developed in part by the Center for Integrative Biomedical Computing (CIBC), the
`Scientific Computing and Imaging (SCI) Institute `_ and
`Kitware `_.

Support came from the National Institute of General Medical Sciences (NIGMS) of the National Institutes of Health (NIH)
under grant numbers P41 GM103545 and R24 GM136986.