#include <stdio.h>
#include <vip/bucket.h>
#include <vip/depla.h>
#include <vip/matching/surface.h>
Go to the source code of this file.
|
| char * | VipGetTrans2MriFileName (char *mri, char *pet) |
| |
| char * | VipGetMri2TransFileName (char *mri, char *pet) |
| |
| int | VipDumbMain2DOr3DRegistration (Surface *monsurf, Volume *ref, VipDeplacement *dep, float increment, float precision, int rotation_2D) |
| |
| VipDeplacement * | VipMatching (Volume *volref, Volume *volmob, Volume *voldist, char *gradFile, int gradDim, int undersampling, VipDeplacement *initDep, int x_mask_size, int y_mask_size, int z_mask_size, int dodilation, int rot2D, float threshold, float M1_init_angle, float M1_final_angle, float M2_init_angle, float M2_final_angle, float M3_init_angle, float M3_final_angle) |
| |
◆ SCALP_LUT_DISTANCE_CORRECTION
| #define SCALP_LUT_DISTANCE_CORRECTION 10.0 /*mm.*/ |
◆ Echelle
◆ VipDumbMain2DOr3DRegistration()
| int VipDumbMain2DOr3DRegistration |
( |
Surface * | monsurf, |
|
|
Volume * | ref, |
|
|
VipDeplacement * | dep, |
|
|
float | increment, |
|
|
float | precision, |
|
|
int | rotation_2D ) |
|
extern |
◆ VipGetMri2TransFileName()
| char * VipGetMri2TransFileName |
( |
char * | mri, |
|
|
char * | pet ) |
|
extern |
◆ VipGetTrans2MriFileName()
| char * VipGetTrans2MriFileName |
( |
char * | mri, |
|
|
char * | pet ) |
|
extern |
◆ VipMatching()
| VipDeplacement * VipMatching |
( |
Volume * | volref, |
|
|
Volume * | volmob, |
|
|
Volume * | voldist, |
|
|
char * | gradFile, |
|
|
int | gradDim, |
|
|
int | undersampling, |
|
|
VipDeplacement * | initDep, |
|
|
int | x_mask_size, |
|
|
int | y_mask_size, |
|
|
int | z_mask_size, |
|
|
int | dodilation, |
|
|
int | rot2D, |
|
|
float | threshold, |
|
|
float | M1_init_angle, |
|
|
float | M1_final_angle, |
|
|
float | M2_init_angle, |
|
|
float | M2_final_angle, |
|
|
float | M3_init_angle, |
|
|
float | M3_final_angle ) |
|
extern |