plastimatch
|
#include "plmutil_config.h"
Go to the source code of this file.
Functions | |
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 ) |
int inside_roi | ( | float * | xyz, |
const Volume * | roi ) |