18#ifndef __stir_warp_image_H__
19#define __stir_warp_image_H__
26VoxelsOnCartesianGrid<float> warp_image(
const shared_ptr<DiscretisedDensity<3, float>>& density_sptr,
27 const shared_ptr<DiscretisedDensity<3, float>>& motion_x_sptr,
28 const shared_ptr<DiscretisedDensity<3, float>>& motion_y_sptr,
29 const shared_ptr<DiscretisedDensity<3, float>>& motion_z_sptr,
30 const BSpline::BSplineType spline_type,
31 const bool extend_borders);
Implementation of the n-dimensional B-Splines Interpolation.
defines the stir::VoxelsOnCartesianGrid class