STIR 6.4.0
transform_3d_object.inl File Reference

Functions to re-interpolate an image. More...

Go to the source code of this file.

Namespaces

namespace  stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

template<class ObjectTransformationT, class PushInterpolatorT>
Succeeded stir::transform_3d_object_push_interpolation (DiscretisedDensity< 3, float > &out_density, const DiscretisedDensity< 3, float > &in_density, const ObjectTransformationT &transformation_in_to_out, const PushInterpolatorT &interpolator, const bool do_jacobian)
 transform image data
 
template<class ObjectTransformationT, class PullInterpolatorT>
Succeeded stir::transform_3d_object_pull_interpolation (DiscretisedDensity< 3, float > &out_density, const DiscretisedDensity< 3, float > &in_density, const ObjectTransformationT &transformation_out_to_in, const PullInterpolatorT &interpolator, const bool do_jacobian)
 transform image data
 

Detailed Description

Functions to re-interpolate an image.

Author
Kris Thielemans