Go to the source code of this file.
|
template<template< class ImageType > class Interpolator, class ImageTypeDestination , class ImageTypeSource > |
void | MR::Filter::reslice (ImageTypeSource &source, ImageTypeDestination &destination, const transform_type &transform=Adapter::NoTransform, const vector< uint32_t > &oversampling=Adapter::AutoOverSample, const typename ImageTypeDestination::value_type value_when_out_of_bounds=Interp::Base< ImageTypeDestination >::default_out_of_bounds_value()) |
| convenience function to regrid one Image onto another More...
|
|