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

InsightSoftwareConsortium/ITKGenericLabelInterpolator Stargazers