STIR 6.4.0
overlap_interpolate.h File Reference

Declaration of stir::overlap_interpolate. 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<typename T>
void stir::overlap_interpolate (VectorWithOffset< T > &out_data, const VectorWithOffset< T > &in_data, const float zoom, const float offset, const bool assign_rest_with_zeroes=true)
 'overlap' interpolation (i.e. count preserving) for vectors.
 
template<typename out_iter_t, typename out_coord_iter_t, typename in_iter_t, typename in_coord_iter_t>
void stir::overlap_interpolate (const out_iter_t out_begin, const out_iter_t out_end, const out_coord_iter_t out_coord_begin, const out_coord_iter_t out_coord_end, const in_iter_t in_begin, in_iter_t in_end, const in_coord_iter_t in_coord_begin, const in_coord_iter_t in_coord_end, const bool only_add_to_output=false, const bool assign_rest_with_zeroes=true)
 'overlap' interpolation for iterators, with arbitrary 'bin' sizes.
 

Detailed Description

Declaration of stir::overlap_interpolate.

Author
Kris Thielemans
PARAPET project