The Insight Journal logo

Adapting the ITK Registration Framework to Fit Parametric Image Models

Quammen, Cory, Taylor II, Russell M.
University of North Carolina at Chapel Hill
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3167
New: Prefer using the following doi: https://doi.org/10.54294/bm3k71
Submitted by Cory Quammen on 2010-04-20 15:28:18.

The image registration framework in the Insight Tookit offers a powerful body of code for finding the optimal spatial transform that registers one image with another. However, ITK currently lacks a way to fit parametric models of image pixel values to an input image. This document describes new classes that enable use of the registration framework to provide this capability. We describe a new base class, itk::ParametricImageSource, that defines an interface for parametric image sources. An adapter class itk::ImageToParametricImageSourceMetric that enables itk::ParametricImageSources to be hooked into the registration framework is also described. An example adapter class that enables the existing itk::GaussianImageSource to be used for image fitting is presented, and we demonstrate use of the classes by fitting a 2D Gaussian function to an image generated by the itk::GaussianImageSource class.