RTK  2.7.0
Reconstruction Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision > Class Template Reference

#include <rtkFFTVarianceRampImageFilter.h>

+ Inheritance diagram for rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >:
+ Collaboration diagram for rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >:

Public Types

typedef rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision > Baseclass
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Baseclass::FFTInputImagePointer FFTInputImagePointer
 
typedef Baseclass::FFTInputImageType FFTInputImageType
 
typedef Baseclass::FFTOutputImagePointer FFTOutputImagePointer
 
typedef Baseclass::FFTOutputImageType FFTOutputImageType
 
typedef Baseclass::FFTPrecisionType FFTPrecisionType
 
typedef Baseclass::IndexType IndexType
 
typedef Baseclass::InputImageType InputImageType
 
typedef Baseclass::OutputImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef FFTVarianceRampImageFilter Self
 
typedef Baseclass::SizeType SizeType
 
typedef rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision > Superclass
 
- Public Types inherited from rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >
using ConstPointer = itk::SmartPointer< const Self >
 
using FFTInputImagePointer = typename FFTInputImageType::Pointer
 
using FFTInputImageType = typename Superclass::FFTInputImageType
 
using FFTOutputImagePointer = typename FFTOutputImageType::Pointer
 
using FFTOutputImageType = typename Superclass::FFTOutputImageType
 
using FFTPrecisionType = TFFTPrecision
 
using IndexType = typename InputImageType::IndexType
 
using InputImageType = TInputImage
 
using OutputImageType = TOutputImage
 
using Pointer = itk::SmartPointer< Self >
 
using Self = FFTRampImageFilter
 
using SizeType = typename InputImageType::SizeType
 
using Superclass = rtk::FFTProjectionsConvolutionImageFilter< TInputImage, TOutputImage, TFFTPrecision >
 
- Public Types inherited from rtk::FFTProjectionsConvolutionImageFilter< TInputImage, TOutputImage, TFFTPrecision >
using ConstPointer = itk::SmartPointer< const Self >
 
using FFTInputImagePointer = typename FFTInputImageType::Pointer
 
using FFTInputImageType = typename itk::Image< TFFTPrecision, TInputImage::ImageDimension >
 
using FFTOutputImagePointer = typename FFTOutputImageType::Pointer
 
using FFTOutputImageType = typename itk::Image< std::complex< TFFTPrecision >, TInputImage::ImageDimension >
 
using IndexType = typename InputImageType::IndexType
 
using InputImageType = TInputImage
 
using OutputImageType = TOutputImage
 
using Pointer = itk::SmartPointer< Self >
 
using RegionType = typename InputImageType::RegionType
 
using Self = FFTProjectionsConvolutionImageFilter
 
using SizeType = typename InputImageType::SizeType
 
using Superclass = itk::ImageToImageFilter< TInputImage, TOutputImage >
 
using ZeroPadFactorsType = itk::Vector< int, 2 >
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
const char * GetNameOfClass () const override
 
- Public Member Functions inherited from rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >
virtual double GetHannCutFrequency () const
 
 itkSetMacro (HannCutFrequency, double)
 
virtual double GetCosineCutFrequency () const
 
 itkSetMacro (CosineCutFrequency, double)
 
virtual double GetHammingFrequency () const
 
 itkSetMacro (HammingFrequency, double)
 
virtual double GetHannCutFrequencyY () const
 
 itkSetMacro (HannCutFrequencyY, double)
 
virtual double GetRamLakCutFrequency () const
 
 itkSetMacro (RamLakCutFrequency, double)
 
virtual double GetSheppLoganCutFrequency () const
 
 itkSetMacro (SheppLoganCutFrequency, double)
 
- Public Member Functions inherited from rtk::FFTProjectionsConvolutionImageFilter< TInputImage, TOutputImage, TFFTPrecision >
virtual int GetGreatestPrimeFactor () const
 
virtual void SetGreatestPrimeFactor (int _arg)
 
virtual double GetTruncationCorrection () const
 
virtual void SetTruncationCorrection (double _arg)
 
virtual ZeroPadFactorsType GetZeroPadFactors () const
 
virtual void SetZeroPadFactors (ZeroPadFactorsType _arg)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >
static Pointer New ()
 

Protected Member Functions

 FFTVarianceRampImageFilter ()
 
 FFTVarianceRampImageFilter (const Self &)
 
void operator= (const Self &)
 
void UpdateFFTProjectionsConvolutionKernel (const SizeType size) override
 
 ~FFTVarianceRampImageFilter ()
 
- Protected Member Functions inherited from rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >
 FFTRampImageFilter ()
 
void GenerateInputRequestedRegion () override
 
 ~FFTRampImageFilter () override=default
 
- Protected Member Functions inherited from rtk::FFTProjectionsConvolutionImageFilter< TInputImage, TOutputImage, TFFTPrecision >
void AfterThreadedGenerateData () override
 
void BeforeThreadedGenerateData () override
 
 FFTProjectionsConvolutionImageFilter ()
 
int GreatestPrimeFactor (int n) const
 
bool IsPrime (int n) const
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void ThreadedGenerateData (const RegionType &outputRegionForThread, ThreadIdType threadId) override
 
virtual void UpdateTruncationMirrorWeights ()
 
 ~FFTProjectionsConvolutionImageFilter () override=default
 
virtual FFTInputImagePointer PadInputImageRegion (const RegionType &inputRegion)
 
RegionType GetPaddedImageRegion (const RegionType &inputRegion)
 

Additional Inherited Members

- Static Public Attributes inherited from rtk::FFTProjectionsConvolutionImageFilter< TInputImage, TOutputImage, TFFTPrecision >
static constexpr unsigned int ImageDimension = TOutputImage::ImageDimension
 
- Protected Attributes inherited from rtk::FFTProjectionsConvolutionImageFilter< TInputImage, TOutputImage, TFFTPrecision >
int m_KernelDimension { 1 }
 
FFTOutputImagePointer m_KernelFFT
 
std::vector< TFFTPrecision > m_TruncationMirrorWeights
 

Detailed Description

template<class TInputImage, class TOutputImage = TInputImage, class TFFTPrecision = double>
class rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >

Implements the variance image filter of the filtered backprojection algorithm.

Test:
rtkvariancereconstructiontest
Author
Simon Rit

Definition at line 39 of file rtkFFTVarianceRampImageFilter.h.

Member Typedef Documentation

◆ Baseclass

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef rtk::FFTRampImageFilter<TInputImage, TOutputImage, TFFTPrecision> rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::Baseclass

Definition at line 42 of file rtkFFTVarianceRampImageFilter.h.

◆ ConstPointer

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef itk::SmartPointer<const Self> rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::ConstPointer

Definition at line 48 of file rtkFFTVarianceRampImageFilter.h.

◆ FFTInputImagePointer

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::FFTInputImagePointer rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::FFTInputImagePointer

Definition at line 58 of file rtkFFTVarianceRampImageFilter.h.

◆ FFTInputImageType

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::FFTInputImageType rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::FFTInputImageType

Definition at line 57 of file rtkFFTVarianceRampImageFilter.h.

◆ FFTOutputImagePointer

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::FFTOutputImagePointer rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::FFTOutputImagePointer

Definition at line 60 of file rtkFFTVarianceRampImageFilter.h.

◆ FFTOutputImageType

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::FFTOutputImageType rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::FFTOutputImageType

Definition at line 59 of file rtkFFTVarianceRampImageFilter.h.

◆ FFTPrecisionType

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::FFTPrecisionType rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::FFTPrecisionType

Definition at line 53 of file rtkFFTVarianceRampImageFilter.h.

◆ IndexType

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::IndexType rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::IndexType

Definition at line 54 of file rtkFFTVarianceRampImageFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::InputImageType rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::InputImageType

Some convenient typedefs.

Definition at line 51 of file rtkFFTVarianceRampImageFilter.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::OutputImageType rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::OutputImageType

Definition at line 52 of file rtkFFTVarianceRampImageFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef itk::SmartPointer<Self> rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::Pointer

Definition at line 47 of file rtkFFTVarianceRampImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef FFTVarianceRampImageFilter rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::Self

Standard class typedefs.

Definition at line 45 of file rtkFFTVarianceRampImageFilter.h.

◆ SizeType

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef Baseclass::SizeType rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::SizeType

Definition at line 55 of file rtkFFTVarianceRampImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
typedef rtk::FFTRampImageFilter<TInputImage, TOutputImage, TFFTPrecision> rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::Superclass

Definition at line 46 of file rtkFFTVarianceRampImageFilter.h.

Constructor & Destructor Documentation

◆ FFTVarianceRampImageFilter() [1/2]

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::FFTVarianceRampImageFilter ( )
protected

◆ ~FFTVarianceRampImageFilter()

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::~FFTVarianceRampImageFilter ( )
inlineprotected

Definition at line 70 of file rtkFFTVarianceRampImageFilter.h.

◆ FFTVarianceRampImageFilter() [2/2]

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::FFTVarianceRampImageFilter ( const Self )
protected

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
virtual::itk::LightObject::Pointer rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::CreateAnother ( ) const
virtual

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
const char* rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::GetNameOfClass ( ) const
overridevirtual

Runtime information support.

Reimplemented from rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >.

◆ New()

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
static Pointer rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::New ( )
static

Standard New method.

◆ operator=()

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
void rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::operator= ( const Self )
protected

◆ UpdateFFTProjectionsConvolutionKernel()

template<class TInputImage , class TOutputImage = TInputImage, class TFFTPrecision = double>
void rtk::FFTVarianceRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >::UpdateFFTProjectionsConvolutionKernel ( const SizeType  size)
overrideprotectedvirtual

Creates and return a pointer to one line of the variance kernel in Fourier space. Used in generate data functions.

Reimplemented from rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >.


The documentation for this class was generated from the following file: