summaryrefslogtreecommitdiffstats
path: root/cuda/2d/fan_bp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cuda/2d/fan_bp.h')
-rw-r--r--cuda/2d/fan_bp.h5
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