![]() |
RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkCudaForwardProjectionImageFilter.h>
Trilinear interpolation forward projection implemented in CUDA.
CudaForwardProjectionImageFilter is similar to JosephForwardProjectionImageFilter, except it uses a fixed step between sampling points instead of placing these sampling points only on the main direction slices.
The code was developed based on the file tt_project_ray_gpu_kernels.cu of NiftyRec (https://sourceforge.net/projects/niftyrec/) which is distributed under a BSD license. See COPYRIGHT.TXT.