plastimatch
|
#include "plm_config.h"
#include <stdio.h>
#include <stdlib.h>
#include "bspline_correspond.h"
#include "bspline_interpolate.h"
#include "bspline_macros.h"
#include "bspline_warp.h"
#include "interpolate.h"
#include "interpolate_macros.h"
#include "plm_math.h"
#include "print_and_exit.h"
#include "volume_macros.h"
#include "volume.h"
Functions | |
template<class T , int PIX_TYPE> | |
void | bspline_warp_dcos (Volume *vout, Volume *vf_out, Bspline_xform *bxf, Volume *moving, int linear_interp, T default_val) |
void | bspline_warp (Volume *vout, Volume *vf_out, Bspline_xform *bxf, Volume *moving, int linear_interp, float default_val) |
void | bspline_warp (Volume *vout, Volume *vf_out, Bspline_xform *bxf, const Volume::Pointer &moving, int linear_interp, float default_val) |
void bspline_warp | ( | Volume * | vout, |
Volume * | vf_out, | ||
Bspline_xform * | bxf, | ||
const Volume::Pointer & | moving, | ||
int | linear_interp, | ||
float | default_val ) |
void bspline_warp | ( | Volume * | vout, |
Volume * | vf_out, | ||
Bspline_xform * | bxf, | ||
Volume * | moving, | ||
int | linear_interp, | ||
float | default_val ) |
void bspline_warp_dcos | ( | Volume * | vout, |
Volume * | vf_out, | ||
Bspline_xform * | bxf, | ||
Volume * | moving, | ||
int | linear_interp, | ||
T | default_val ) |