|
static Volume::Pointer | volume_resample_float_nn (const Volume::Pointer &vol_in, const plm_long *dim, const float *origin, const float *spacing) |
|
static Volume::Pointer | volume_resample_float_li (const Volume::Pointer &vol_in, const plm_long *dim, const float *origin, const float *spacing) |
|
static Volume::Pointer | volume_resample_vf_float_interleaved (const Volume::Pointer &vol_in, const plm_long *dim, const float *origin, const float *spacing) |
|
static Volume::Pointer | volume_resample_vf_float_planar (const Volume::Pointer &vol_in, const plm_long *dim, const float *origin, const float *spacing) |
|
Volume::Pointer | volume_resample (const Volume::Pointer &vol_in, const plm_long *dim, const float *origin, const float *spacing) |
|
Volume::Pointer | volume_resample (const Volume::Pointer &vol_in, const Volume_header *vh) |
|
Volume::Pointer | volume_resample_nn (const Volume::Pointer &vol_in, const plm_long *dim, const float *origin, const float *spacing) |
|
Volume::Pointer | volume_subsample_vox (const Volume::Pointer &vol_in, const float *sampling_rate) |
|
Volume::Pointer | volume_subsample_vox_nn (const Volume::Pointer &vol_in, const float *sampling_rate) |
|
Volume::Pointer | volume_subsample_vox_legacy (const Volume::Pointer &vol_in, const float *sampling_rate) |
|
Volume::Pointer | volume_subsample_vox_legacy_nn (const Volume::Pointer &vol_in, const float *sampling_rate) |
|
Volume::Pointer | volume_resample_spacing (const Volume::Pointer &vol_in, const float spacing[3]) |
|
Volume::Pointer | volume_resample_percent (const Volume::Pointer &vol_in, const float percent[3]) |
|