#A generic ITK interpolator for multi-label images.
A generic ITK interpolator for multi-label images.
Multi-label images are commonly used to represent multiple structures or labels, such as brain regions. This repo contains an interpolator for such images that is generic, fast and accurate.
The paper is in the Document directory. Source code is in the... Source directory. RotateLabels.cxx
contains the example
client code that was used to generate the figures presented in the paper.