https://github.com/kitwaremedical/itkcontourinterpolation
An implementation of morphological contour interpolation
https://github.com/kitwaremedical/itkcontourinterpolation
interpolation-methods itk-module segmentation
Last synced: 3 months ago
JSON representation
An implementation of morphological contour interpolation
- Host: GitHub
- URL: https://github.com/kitwaremedical/itkcontourinterpolation
- Owner: KitwareMedical
- License: apache-2.0
- Created: 2015-04-24T18:24:27.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T15:50:26.000Z (4 months ago)
- Last Synced: 2025-04-10T10:41:01.155Z (3 months ago)
- Topics: interpolation-methods, itk-module, segmentation
- Language: C++
- Homepage: http://hdl.handle.net/10380/3563
- Size: 3.28 MB
- Stars: 32
- Watchers: 7
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ITKMorphologicalContourInterpolation

[](https://pypi.python.org/pypi/itk-morphologicalcontourinterpolation)
[](https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation/blob/master/LICENSE)
## Overview
An [ITK](https://itk.org)-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.👨💻 [`Live API Demo`] ✨
Documentation can be found in the [Insight Journal article](https://www.insight-journal.org/browse/publication/977):
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- 🕮 [`Wasm Python Documentation`] 📚
- 🕮 [`JavaScript Documentation`] 📚## Installation
### Python
To install the wasm Python packages:
```sh
pip install itkwasm-morphological-contour-interpolation
```To install the native Python packages:
```sh
python -m pip install --upgrade pip
python -m pip install itk-morphologicalcontourinterpolation
```### JavaScript
Install the JavaScript/TypeScript package:
```sh
npm install @itk-wasm/morphological-contour-interpolation
```### C++
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.
## 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."
[`Live API Demo`]: https://kitwaremedical.github.io/ITKContourInterpolation/ts/app/
[`Wasm Python Documentation`]: https://kitwaremedical.github.io/ITKContourInterpolation/py/docs/
[`JavaScript Documentation`]: https://kitwaremedical.github.io/ITKContourInterpolation/ts/docs/