|
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 | 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 |
|
template<class TInputImage, class TOutputImage>
class rtk::FDKBackProjectionImageFilter< TInputImage, TOutputImage >
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.
- Author
- Simon Rit
Definition at line 39 of file rtkFDKBackProjectionImageFilter.h.