18#ifndef itkDirectFourierReconstructionImageToImageFilter_h
19#define itkDirectFourierReconstructionImageToImageFilter_h
50template <
typename TInputImage,
typename TOutputImage = TInputImage>
81 using IndexType =
typename InputImageType::IndexType;
84 using SizeType =
typename InputImageType::SizeType;
87 using PointType =
typename InputImageType::PointType;
101 itkSetMacro(ZeroPadding,
unsigned short);
102 itkGetConstMacro(ZeroPadding,
unsigned short);
104 itkSetMacro(OverSampling,
unsigned short);
105 itkGetConstMacro(OverSampling,
unsigned short);
107 itkSetMacro(Cutoff,
double);
108 itkGetConstMacro(Cutoff,
double);
110 itkSetMacro(AlphaRange,
double);
111 itkGetConstMacro(AlphaRange,
double);
113 itkSetMacro(AlphaDirection,
unsigned short);
114 itkGetConstMacro(AlphaDirection,
unsigned short);
116 itkSetMacro(ZDirection,
unsigned short);
117 itkGetConstMacro(ZDirection,
unsigned short);
119 itkSetMacro(RDirection,
unsigned short);
120 itkGetConstMacro(RDirection,
unsigned short);
122 itkSetMacro(RadialSplineOrder,
unsigned short);
123 itkGetConstMacro(RadialSplineOrder,
unsigned short);
211#ifndef ITK_MANUAL_INSTANTIATION
212# include "itkDirectFourierReconstructionImageToImageFilter.hxx"
Complex wrapper around BSplineInterpolateImageFunction.
typename OutputImageType::PixelType OutputPixelType
ImageRegionIteratorWithIndex< OutputSliceType > OutputSliceIteratorType
typename InputImageType::SpacingType SpacingType
FFTLineFilterType::InputImageType ProjectionLineType
VnlForwardFFTImageFilter< LineImageType > FFTLineFilterType
typename InputImageType::IndexType IndexType
typename InputImageType::PixelType InputPixelType
typename InputImageType::Pointer InputImagePointer
void PrintSelf(std::ostream &os, Indent indent) const override
DirectFourierReconstructionImageToImageFilter()
VnlInverseFFTImageFilter< IFFTImageType > IFFTSliceFilterType
void GenerateOutputInformation() override
ImageRegionIteratorWithIndex< FFTLineType > FFTLineIteratorType
Image< std::complex< double >, 2 > IFFTImageType
IFFTSliceFilterType::InputImageType FFTSliceType
IFFTSliceFilterType::OutputImageType OutputSliceType
DirectFourierReconstructionImageToImageFilter Self
typename InputImageType::PointType PointType
ImageToImageFilter< InputImageType, OutputImageType > Superclass
ImageRegionIteratorWithIndex< FFTSliceType > FFTSliceIteratorType
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::ConstPointer ConstInputImagePointer
ImageSliceConstIteratorWithIndex< InputImageType > InputSliceIteratorType
typename InputImageType::RegionType RegionType
Image< double, 1 > LineImageType
~DirectFourierReconstructionImageToImageFilter() override=default
void GenerateInputRequestedRegion() override
TInputImage InputImageType
SmartPointer< const Self > ConstPointer
typename InputImageType::SizeType SizeType
ComplexBSplineInterpolateImageFunction< FFTLineType, double, double > FFTLineInterpolatorType
SmartPointer< Self > Pointer
void GenerateData() override
FFTLineFilterType::OutputImageType FFTLineType
TOutputImage OutputImageType
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
Multi-dimensional image iterator which only walks a region.
Templated n-dimensional image class.
Control indentation during Print() invocation.
Implements transparent reference counting.
VNL based forward Fast Fourier Transform.
LineImageType InputImageType
Image< std::complex< typename LineImageType::PixelType >, LineImageType::ImageDimension > OutputImageType
VNL-based reverse Fast Fourier Transform.
IFFTImageType InputImageType
Image< typename IFFTImageType::PixelType::value_type, IFFTImageType::ImageDimension > OutputImageType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....