![]() |
CASToR
3.2
Tomographic Reconstruction (PET/SPECT/CT)
|
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 |
#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 74 of file code/include/image/oInterfileIO.hh.
#define INTF_LERP_DISABLED false |
Interpolation forbidden (for input image reading)
Definition at line 75 of file include/image/oInterfileIO.hh.
#define INTF_LERP_ENABLED true |
Interpolation allowed (for input image reading)
Definition at line 76 of file code/include/image/oInterfileIO.hh.
#define INTF_LERP_ENABLED true |
Interpolation allowed (for input image reading)
Definition at line 77 of file include/image/oInterfileIO.hh.