diff options
author | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2016-05-20 15:10:03 +0200 |
---|---|---|
committer | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2016-05-20 15:10:03 +0200 |
commit | 399422985fd27a1e6a1f8cea3642402128b050fa (patch) | |
tree | 4898e3470bbd2b81bc378df1c3b8c14654eb3ba5 /include | |
parent | 844a9f71fba18c76d6b3566b78908877a0a1a9c8 (diff) | |
download | astra-399422985fd27a1e6a1f8cea3642402128b050fa.tar.gz astra-399422985fd27a1e6a1f8cea3642402128b050fa.tar.bz2 astra-399422985fd27a1e6a1f8cea3642402128b050fa.tar.xz astra-399422985fd27a1e6a1f8cea3642402128b050fa.zip |
Add option to specify custom filter for FDK
Diffstat (limited to 'include')
-rw-r--r-- | include/astra/CudaFDKAlgorithm3D.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/astra/CudaFDKAlgorithm3D.h b/include/astra/CudaFDKAlgorithm3D.h index 63f07fd..477bf34 100644 --- a/include/astra/CudaFDKAlgorithm3D.h +++ b/include/astra/CudaFDKAlgorithm3D.h @@ -151,6 +151,7 @@ protected: int m_iGPUIndex; int m_iVoxelSuperSampling; + int m_iFilterDataId; bool m_bShortScan; void initializeFromProjector(); |