plastimatch
Loading...
Searching...
No Matches
Functions
bspline_correspond.cxx File Reference
#include "plmutil_config.h"
#include "bspline_correspond.h"
#include "plm_int.h"
#include "volume.h"

Functions

static void float_to_plm_long_clamp (plm_long *p, float *f, const plm_long *max)
 
int inside_roi (float *xyz, const Volume *roi)
 
int bspline_find_correspondence_dcos (float *mxyz, float *mijk, const float *fxyz, const float *dxyz, const Volume *moving)
 
int bspline_find_correspondence_dcos_roi (float *mxyz, float *mijk, const float *fxyz, const float *dxyz, const Volume *moving, const Volume *moving_roi)
 

Function Documentation

◆ bspline_find_correspondence_dcos()

int bspline_find_correspondence_dcos ( float mxyz,
float mijk,
const float fxyz,
const float dxyz,
const Volume moving 
)

◆ bspline_find_correspondence_dcos_roi()

int bspline_find_correspondence_dcos_roi ( float mxyz,
float mijk,
const float fxyz,
const float dxyz,
const Volume moving,
const Volume moving_roi 
)

◆ float_to_plm_long_clamp()

static void float_to_plm_long_clamp ( plm_long p,
float f,
const plm_long max 
)
static

◆ inside_roi()

int inside_roi ( float xyz,
const Volume roi 
)