CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
These flags are passed as last parameter to the Interfile file reading function.
Depending on the flag, the input image will be interpolated if its dimensions are different to the reconstruction dimensions, or an error will be thrown.
Current implemented interpolation is linear (LERP)
More...
Macros | |
#define | INTF_LERP_DISABLED false |
#define | INTF_LERP_ENABLED true |
These flags are passed as last parameter to the Interfile file reading function.
Depending on the flag, the input image will be interpolated if its dimensions are different to the reconstruction dimensions, or an error will be thrown.
Current implemented interpolation is linear (LERP)
#define INTF_LERP_DISABLED false |
Interpolation forbidden (for input image reading)
Definition at line 75 of file oInterfileIO.hh.
#define INTF_LERP_ENABLED true |
Interpolation allowed (for input image reading)
Definition at line 77 of file oInterfileIO.hh.