Skip to content

dzenanz/ITKMorphologicalContourInterpolation

 
 

Repository files navigation

ITKMorphologicalContourInterpolation

image

PyPI

License

Overview

An ITK-based implementation of morphological contour interpolation based off the paper:

Albu AB1, Beugeling T, Laurendeau D. "A morphology-based approach for interslice interpolation of anatomical slices from volumetric images." IEEE Trans Biomed Eng. 2008 Aug;55(8):2022-38. doi: 10.1109/TBME.2008.921158.

Documentation can be found in the Insight Journal article:

Zukić D., Vicory J., McCormick M., Wisse L., Gerig G., Yushkevich P., Aylward S.
"ND Morphological Contour Interpolation",
The Insight Journal. January-December, 2016.
https://hdl.handle.net/10380/3563
https://insight-journal.org/browse/publication/977

Installation

Since ITK 4.11.0, this module is available in the ITK source tree as a remote module. To enable it, set:

Module_MorphologicalContourInterpolation:BOOL=ON

in ITK's CMake build configuration.

Python

To install the Python packages:

python -m pip install --upgrade pip
python -m pip install itk-morphologicalcontourinterpolation

License

This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.

Acknowledgements

This work is supported by NIH grant R01 EB014346, "Continued development and maintenance of the ITK-SNAP 3D image segmentation software."

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.9%
  • CMake 11.0%
  • Python 2.1%