RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkFDKBackProjectionImageFilter.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from rtk::BackProjectionImageFilter< TInputImage, TOutputImage > | |
virtual const GeometryType * | GetGeometry () const |
virtual void | SetGeometry (const GeometryType *_arg) |
virtual bool | GetTranspose () |
virtual void | SetTranspose (bool _arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from rtk::BackProjectionImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Additional Inherited Members | |
Protected Attributes inherited from rtk::BackProjectionImageFilter< TInputImage, TOutputImage > | |
GeometryConstPointer | m_Geometry |
CPU version of the backprojection of the FDK algorithm.
CPU 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 39 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 48 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Definition at line 51 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 47 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::ProjectionImagePointer = typename ProjectionImageType::Pointer |
Definition at line 53 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::ProjectionImageType = typename Superclass::ProjectionImageType |
Definition at line 52 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::ProjectionMatrixType = typename Superclass::ProjectionMatrixType |
Definition at line 50 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::Self = FDKBackProjectionImageFilter |
Standard class type alias.
Definition at line 45 of file rtkFDKBackProjectionImageFilter.h.
using rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >::Superclass = BackProjectionImageFilter<TInputImage, TOutputImage> |
Definition at line 46 of file rtkFDKBackProjectionImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
Reimplemented in rtk::FDKWarpBackProjectionImageFilter< TInputImage, TOutputImage, TDeformation >.
|
overrideprotectedvirtual |
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
Reimplemented in rtk::FDKWarpBackProjectionImageFilter< TInputImage, TOutputImage, TDeformation >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Optimized version when the rotation is parallel to X, i.e. matrix[1][0] and matrix[2][0] are zeros.
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Optimized version when the rotation is parallel to Y, i.e. matrix[1][1] and matrix[2][1] are zeros.
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.