The Insight Journal logo

Helper classes for the BSplineDeformableTransform

Staring, Marius, Klein, Stefan
Biomedical Imaging Group Rotterdam, Departments of Radiology & Medical Informatics, Erasmus MC, Rotterdam, The Netherlands.
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/1926/1438
New: Prefer using the following doi: https://doi.org/10.54294/7cgpj0
Submitted by Stefan Klein on 2008-07-09T10:55:56Z.

noindent This document describes two new classes that facilitate the use of the doxygen{BSplineDeformableTransform} in multiresolution registration algorithms. The first class, doxygen{GridScheduleComputer}, defines the B-spline grid, based on a user-specified grid spacing and an input image (the fixed image in registration). A different grid is determined for each resolution level of the registration, given a multiresolution schedule similar to that of the image pyramids. The second class, doxygen{UpsampleBSplineParametersFilter}, resamples (usually upsamples) the B-spline coefficients to a new control point grid having a different spacing/origin/size. This can be used to transfer the result from one resolution level to that of the next level. Summarising, suitable grid definitions follow from the first class, and are used as input for the second class, which performs the actual resampling. The classes are implemented using the Insight Toolkit url{www.itk.org}. This paper is accompanied with the source code, including a test program.