|
plastimatch
|
#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) |
| 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 ) |
|
static |
| int inside_roi | ( | float * | xyz, |
| const Volume * | roi ) |