InsightSoftwareConsortium / ITKGenericLabelInterpolator

The basic idea of this generic interpolator for label images is 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, our 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.

Home Page:http://www.insight-journal.org/browse/publication/950

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ITKGenericLabelInterpolator

Build Status

PyPI Version

License

Overview

This is a module for the Insight Toolkit (ITK) 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:

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

Installation

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.

About

The basic idea of this generic interpolator for label images is 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, our 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.

http://www.insight-journal.org/browse/publication/950

License:Apache License 2.0


Languages

Language:C++ 77.5%Language:Python 8.7%Language:CMake 6.6%Language:Dockerfile 4.0%Language:Shell 3.1%