Developer documentation
Version 3.0.3-105-gd3941f44
invert.h File Reference
#include "image.h"
#include "interp/linear.h"
#include "algo/threaded_loop.h"
#include "registration/warp/convert.h"
#include "transform.h"

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::Registration
 
namespace  MR::Registration::Warp
 

Functions

FORCE_INLINE void MR::Registration::Warp::invert_deformation (Image< default_type > &deform_field, Image< default_type > &inv_deform_field, bool is_initialised=false, size_t max_iter=50, default_type error_tolerance=0.0001)
 
FORCE_INLINE void MR::Registration::Warp::invert_displacement_deformation (Image< default_type > &disp, Image< default_type > &inv_deform, bool is_initialised=false, size_t max_iter=50, default_type error_tolerance=0.0001)
 
FORCE_INLINE void MR::Registration::Warp::invert_displacement (Image< default_type > &disp_field, Image< default_type > &inv_disp_field, size_t max_iter=50, default_type error_tolerance=0.0001)