diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-03-18 19:06:15 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-03-18 19:06:15 +0100 |
commit | 7917587464fc6f3e4cf98a7e0e4c73a0be615dc4 (patch) | |
tree | cfe4e47f067f5092f65b40be51e29d6e6690137d /cuda/3d/fdk.h | |
parent | 74cc865c203cc729f13d9e8348814236271aa6c8 (diff) | |
parent | a9ee92fa1f5d72cf5fa178fbf6a6a547c95f7cc8 (diff) | |
download | astra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.tar.gz astra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.tar.bz2 astra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.tar.xz astra-7917587464fc6f3e4cf98a7e0e4c73a0be615dc4.zip |
Merge branch 'fdk'
Diffstat (limited to 'cuda/3d/fdk.h')
-rw-r--r-- | cuda/3d/fdk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cuda/3d/fdk.h b/cuda/3d/fdk.h index f4049e6..6f6e73b 100644 --- a/cuda/3d/fdk.h +++ b/cuda/3d/fdk.h @@ -35,7 +35,8 @@ namespace astraCUDA3d { bool FDK_PreWeight(cudaPitchedPtr D_projData, float fSrcOrigin, float fDetOrigin, float fZShift, - float fDetUSize, float fDetVSize, bool bShortScan, + float fDetUSize, float fDetVSize, float fVoxSize, + bool bShortScan, const SDimensions3D& dims, const float* angles); bool FDK(cudaPitchedPtr D_volumeData, |