![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkCudaRayCastBackProjectionImageFilter.h>
Public Types | |
using | BackProjectionImageFilterType = BackProjectionImageFilter< ImageType, ImageType > |
using | ConstPointer = itk::SmartPointer< const Self > |
using | GeometryPointer = GeometryType::Pointer |
using | GeometryType = rtk::ThreeDCircularProjectionGeometry |
using | ImageType = itk::CudaImage< float, 3 > |
using | OutputImageRegionType = ImageType::RegionType |
using | Pointer = itk::SmartPointer< Self > |
using | ProjectionImagePointer = ProjectionImageType::Pointer |
using | ProjectionImageType = itk::CudaImage< float, 2 > |
using | Self = CudaRayCastBackProjectionImageFilter |
using | Superclass = itk::CudaInPlaceImageFilter< ImageType, ImageType, BackProjectionImageFilterType > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
virtual double | GetStepSize () const |
virtual void | SetStepSize (double _arg) |
virtual bool | GetNormalize () |
virtual void | SetNormalize (bool _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CudaRayCastBackProjectionImageFilter () | |
virtual void | GPUGenerateData () |
virtual | ~CudaRayCastBackProjectionImageFilter () |
Private Attributes | |
bool | m_Normalize |
double | m_StepSize |
Cuda version of the backprojection.
GPU-based implementation of the backprojection step of the [Feldkamp, Davis, Kress, 1984] algorithm for filtered backprojection reconstruction of cone-beam CT images with a circular source trajectory.
Definition at line 49 of file rtkCudaRayCastBackProjectionImageFilter.h.
using rtk::CudaRayCastBackProjectionImageFilter::BackProjectionImageFilterType = BackProjectionImageFilter<ImageType, ImageType> |
Definition at line 59 of file rtkCudaRayCastBackProjectionImageFilter.h.
Definition at line 63 of file rtkCudaRayCastBackProjectionImageFilter.h.
Definition at line 69 of file rtkCudaRayCastBackProjectionImageFilter.h.
using rtk::CudaRayCastBackProjectionImageFilter::GeometryType = rtk::ThreeDCircularProjectionGeometry |
Definition at line 68 of file rtkCudaRayCastBackProjectionImageFilter.h.
using rtk::CudaRayCastBackProjectionImageFilter::ImageType = itk::CudaImage<float, 3> |
Standard class type alias.
Definition at line 58 of file rtkCudaRayCastBackProjectionImageFilter.h.
using rtk::CudaRayCastBackProjectionImageFilter::OutputImageRegionType = ImageType::RegionType |
Definition at line 65 of file rtkCudaRayCastBackProjectionImageFilter.h.
Definition at line 62 of file rtkCudaRayCastBackProjectionImageFilter.h.
using rtk::CudaRayCastBackProjectionImageFilter::ProjectionImagePointer = ProjectionImageType::Pointer |
Definition at line 67 of file rtkCudaRayCastBackProjectionImageFilter.h.
using rtk::CudaRayCastBackProjectionImageFilter::ProjectionImageType = itk::CudaImage<float, 2> |
Definition at line 66 of file rtkCudaRayCastBackProjectionImageFilter.h.
Definition at line 60 of file rtkCudaRayCastBackProjectionImageFilter.h.
using rtk::CudaRayCastBackProjectionImageFilter::Superclass = itk::CudaInPlaceImageFilter<ImageType, ImageType, BackProjectionImageFilterType> |
Definition at line 61 of file rtkCudaRayCastBackProjectionImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 89 of file rtkCudaRayCastBackProjectionImageFilter.h.
virtual::itk::LightObject::Pointer rtk::CudaRayCastBackProjectionImageFilter::CreateAnother | ( | ) | const |
|
override |
Run-time type information (and related methods).
|
virtual |
Set whether the back projection should be divided by the sum of splat weights
|
virtual |
Set step size along ray (in mm). Default is 1 mm.
|
protectedvirtual |
|
static |
Method for creation through the object factory.
Referenced by rtk::IterativeConeBeamReconstructionFilter< TOutputImage >::InstantiateCudaRayCastBackProjection().
|
virtual |
Set whether the back projection should be divided by the sum of splat weights
|
virtual |
Set step size along ray (in mm). Default is 1 mm.
|
private |
Definition at line 96 of file rtkCudaRayCastBackProjectionImageFilter.h.
|
private |
Definition at line 95 of file rtkCudaRayCastBackProjectionImageFilter.h.