STIR 6.4.0
warp_image.h
Go to the documentation of this file.
1//
2/*
3 Copyright (C) 2009 - 2013, King's College London
4 This file is part of STIR.
5
6 SPDX-License-Identifier: Apache-2.0
7
8 See STIR/LICENSE.txt for details
9 */
17
18#ifndef __stir_warp_image_H__
19#define __stir_warp_image_H__
20
23
24START_NAMESPACE_STIR
25
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);
32
33END_NAMESPACE_STIR
34
35#endif
Implementation of the n-dimensional B-Splines Interpolation.
defines the stir::VoxelsOnCartesianGrid class