Go to the source code of this file.
|
| til |
| Belongs to package Box Do not include directly, include til/Box.h instead.
|
|
|
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...
|
|