The Insight Journal logo

Shape-based Interpolation of a Set of 2D Slices

Boydev, Christine, Pasquier, David, Derraz, Foued, Peyrodie, Laurent, Taleb-Ahmed, Abdelmalik, Thiran, Jean-Philippe
Ecole Polytechnique Fédérale de Lausanne (EPFL, Switzerland) and Université de Valenciennes et du Hainaut-Cambrésis (UVHC, France)
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3390
New: Prefer using the following doi: https://doi.org/10.54294/o9yvms
Submitted by Christine Boydev on 2012-10-08 09:54:22.

We implemented the shape-based interpolation method described by Raya and Udupa in 1990 for three-dimensional images, and created two standalone filters using the Insight Toolkit ITK. The image to be interpolated must be a 3D binary image which represents an object as a series of 2D slices with pixel values at 1 inside the object and 0 outside by convention. The first filter takes as input a 3D binary image wherein the object of interest is represented in full, that is, on all contiguous slices that comprise it. Such filter yields an upsampled 3D binary image. The second filter takes as input a 3D binary image wherein the object of interest is represented only on certain slices that are regularly spaced. It yields a 3D binary image of the same size as that of the input and wherein the object is represented on all contiguous slices that comprise it. This paper is provided with the source code as well as the data used for validation.