|
typedef rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision > | Baseclass |
|
typedef itk::SmartPointer< const Self > | ConstPointer |
|
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< Self > | Pointer |
|
typedef FFTVarianceRampImageFilter | Self |
|
typedef Baseclass::SizeType | SizeType |
|
typedef rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision > | Superclass |
|
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 > |
|
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 > |
|
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.