From 42ee607447b19db9ab86533fbf8f96a87a8d4d37 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 16 Apr 2014 11:12:24 +0000 Subject: Add FBP-Weighted fanBP variant --- cuda/2d/fan_bp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cuda/2d/fan_bp.h') 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 -- cgit v1.2.3