ITK
6.0.0
Insight Toolkit
|
.. image:: https://github.com/InsightSoftwareConsortium/ITKGenericLabelInterpolator/workflows/Build,%20test,%20package/badge.svg :alt: Build Status
.. image:: https://img.shields.io/pypi/v/itk-genericlabelinterpolator.svg :target: https://pypi.python.org/pypi/itk-genericlabelinterpolator :alt: PyPI Version
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://github.com/InsightSoftwareConsortium/ITKGenericLabelInterpolator/blob/master/LICENSE :alt: License
This is a module for the Insight Toolkit (ITK) <https://itk.org>
_ that provides a generic interpolator for label images to interpolate each label with an ordinary image interpolator, and return the label with the highest value. This is the idea used by the itk::LabelImageGaussianInterpolateImageFunction
interpolator. Unfortunately, this class is currently limited to Gaussian interpolation. Using generic programming, the proposed interpolator extends this idea to any image interpolator. Combined with linear interpolation, this results in similar or better accuracy and much improved computation speeds on a test image.
For more information, see the Insight Journal article <https://hdl.handle.net/10380/3506>
_::
Schaerer, J., Roche, F., Belaroussi, B. A generic interpolator for multi-label images The Insight Journal. January-December, 2014. https://hdl.handle.net/10380/3506 https://www.insight-journal.org/browse/publication/950
Since ITK 4.10.0, this module is available in the ITK source tree as a Remote module. To enable it, set::
Module_GenericLabelInterpolator:BOOL=ON
in ITK's CMake build configuration.