template<template< class ImageType > class Interpolator, class ImageType, class WarpType>
class MR::Adapter::Warp< Interpolator, ImageType, WarpType >
an Image providing interpolated values from another Image
the Warp class provides an Image interface to data interpolated after transformation with the input warp (supplied as a deformation field).
For example:
static Image create(const std::string &image_name, const Header &template_header, bool add_to_command_history=true)
static Image open(const std::string &image_name, bool read_write_if_existing=false)
vector< ParsedArgument > argument
the list of arguments parsed from the command-line
void threaded_copy(InputImageType &source, OutputImageType &destination, const vector< size_t > &axes, size_t num_axes_in_thread=1)
- See also
- Interp::warp()
Definition at line 52 of file warp.h.