diff options
author | Willem Jan Palenstijn <WillemJan.Palenstijn@uantwerpen.be> | 2014-04-16 11:12:24 +0000 |
---|---|---|
committer | wpalenst <WillemJan.Palenstijn@uantwerpen.be> | 2014-04-16 11:12:24 +0000 |
commit | 42ee607447b19db9ab86533fbf8f96a87a8d4d37 (patch) | |
tree | ff04e9a64a1f3ab07acf27651574a01d240b79a5 /cuda/2d/fan_bp.h | |
parent | efaf4fcf008d725b98b8964c0bdd09267c4ba0a8 (diff) | |
download | astra-42ee607447b19db9ab86533fbf8f96a87a8d4d37.tar.gz astra-42ee607447b19db9ab86533fbf8f96a87a8d4d37.tar.bz2 astra-42ee607447b19db9ab86533fbf8f96a87a8d4d37.tar.xz astra-42ee607447b19db9ab86533fbf8f96a87a8d4d37.zip |
Add FBP-Weighted fanBP variant
Diffstat (limited to 'cuda/2d/fan_bp.h')
-rw-r--r-- | cuda/2d/fan_bp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cuda/2d/fan_bp.h b/cuda/2d/fan_bp.h index a4e62be..f498ac7 100644 --- a/cuda/2d/fan_bp.h +++ b/cuda/2d/fan_bp.h @@ -40,6 +40,11 @@ _AstraExport bool FanBP_SART(float* D_volumeData, unsigned int volumePitch, unsigned int angle, const SDimensions& dims, const SFanProjection* angles); +_AstraExport bool FanBP_FBPWeighted(float* D_volumeData, unsigned int volumePitch, + float* D_projData, unsigned int projPitch, + const SDimensions& dims, const SFanProjection* angles); + + } #endif |