![]() |
RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkFDKBackProjectionImageFilter.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
![]() | |
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 Pointer | New () |
Protected Member Functions | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
FDKBackProjectionImageFilter ()=default | |
void | GenerateOutputInformation () override |
void | OptimizedBackprojectionX (const OutputImageRegionType ®ion, const ProjectionMatrixType &matrix, const ProjectionImagePointer projection) override |
void | OptimizedBackprojectionY (const OutputImageRegionType ®ion, const ProjectionMatrixType &matrix, const ProjectionImagePointer projection) override |
~FDKBackProjectionImageFilter () override=default | |
![]() | |
BackProjectionImageFilter () | |
void | BeforeThreadedGenerateData () override |
virtual void | CylindricalDetectorCenteredOnSourceBackprojection (const OutputImageRegionType ®ion, const ProjectionMatrixType &volIndexToProjPP, const itk::Matrix< double, TInputImage::ImageDimension, TInputImage::ImageDimension > &projPPToProjIndex, const ProjectionImagePointer projection) |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
void | GenerateInputRequestedRegion () override |
ProjectionMatrixType | GetIndexToIndexProjectionMatrix (const unsigned int iProj) |
template<class TProjectionImage > | |
TProjectionImage::Pointer | GetProjection (const unsigned int iProj) |
itk::Matrix< double, TInputImage::ImageDimension, TInputImage::ImageDimension > | GetProjectionPhysicalPointToProjectionIndexMatrix (const unsigned int iProj) |
ProjectionMatrixType | GetVolumeIndexToProjectionPhysicalPointMatrix (const unsigned int iProj) |
void | VerifyInputInformation () const override |
void | VerifyPreconditions () const override |
~BackProjectionImageFilter () override=default | |
Additional Inherited Members | |
![]() | |
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 >.
|
overrideprotected |
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
overridevirtual |
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 >.