Go to the source code of this file.
|
template<template< class VoxelType > class Interpolator, class ImageTypeDestination , class ImageTypeSource , class WarpType > |
void | MR::Filter::warp (ImageTypeSource &source, ImageTypeDestination &destination, WarpType &warp, const typename ImageTypeDestination::value_type value_when_out_of_bounds=Interpolator< ImageTypeSource >::default_out_of_bounds_value(), const vector< uint32_t > oversample=Adapter::AutoOverSample, const bool jacobian_modulate=false) |
| convenience function to warp one image onto another More...
|
|