plastimatch
Loading...
Searching...
No Matches
volume_resample.h File Reference
#include "plmbase_config.h"

Go to the source code of this file.

Functions

Volume::Pointer volume_resample (const Volume::Pointer &vol_in, const plm_long *dim, const float *offset, 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 *offset, 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])
 

Function Documentation

◆ volume_resample() [1/2]

Volume::Pointer volume_resample ( const Volume::Pointer & vol_in,
const plm_long * dim,
const float * offset,
const float * spacing )

◆ volume_resample() [2/2]

Volume::Pointer volume_resample ( const Volume::Pointer & vol_in,
const Volume_header * vh )

◆ volume_resample_nn()

Volume::Pointer volume_resample_nn ( const Volume::Pointer & vol_in,
const plm_long * dim,
const float * offset,
const float * spacing )

◆ volume_resample_percent()

Volume::Pointer volume_resample_percent ( const Volume::Pointer & vol_in,
const float percent[3] )

◆ volume_resample_spacing()

Volume::Pointer volume_resample_spacing ( const Volume::Pointer & vol_in,
const float spacing[3] )

◆ volume_subsample_vox()

Volume::Pointer volume_subsample_vox ( const Volume::Pointer & vol_in,
const float * sampling_rate )

◆ volume_subsample_vox_legacy()

Volume::Pointer volume_subsample_vox_legacy ( const Volume::Pointer & vol_in,
const float * sampling_rate )

◆ volume_subsample_vox_legacy_nn()

Volume::Pointer volume_subsample_vox_legacy_nn ( const Volume::Pointer & vol_in,
const float * sampling_rate )

◆ volume_subsample_vox_nn()

Volume::Pointer volume_subsample_vox_nn ( const Volume::Pointer & vol_in,
const float * sampling_rate )