aimstil  5.0.5
imageInterpolation.h File Reference
Include dependency graph for imageInterpolation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename Interpolation , typename Extrapolation , typename Mapping , typename TImageIn , typename TImageOut >
enable_if< is_Mapping< Mapping > >::type til::resample (const TImageIn &in, TImageOut &out, const Mapping &map)
 
template<typename Interpolation , typename Extrapolation , typename TImageIn , typename TImageOut >
void til::resample (const TImageIn &in, TImageOut &out, const numeric_array< int, 3 > &dim)
 Resample an image to match given dimension. More...
 
template<typename Interpolation , typename Extrapolation , typename TImageIn , typename TImageOut >
void til::resample (const TImageIn &in, TImageOut &out, const numeric_array< t_voxsize, 3 > &vDim)
 Resample an image to match a given voxel size. More...