18#ifndef itkDirectFourierReconstructionImageToImageFilter_h
19#define itkDirectFourierReconstructionImageToImageFilter_h
50template <
typename TInputImage,
typename TOutputImage = TInputImage>
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.
Direct fourier reconstruction filter of a tomographic volume.
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::SpacingType SpacingType
FFTLineFilterType::InputImageType ProjectionLineType
typename InputImageType::IndexType IndexType
typename InputImageType::PixelType InputPixelType
typename InputImageType::Pointer InputImagePointer
void PrintSelf(std::ostream &os, Indent indent) const override
DirectFourierReconstructionImageToImageFilter()
void GenerateOutputInformation() override
IFFTSliceFilterType::InputImageType FFTSliceType
IFFTSliceFilterType::OutputImageType OutputSliceType
typename InputImageType::PointType PointType
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::ConstPointer ConstInputImagePointer
typename InputImageType::RegionType RegionType
~DirectFourierReconstructionImageToImageFilter() override=default
void GenerateInputRequestedRegion() override
TInputImage InputImageType
typename InputImageType::SizeType SizeType
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.
Base class for filters that take an image as input and produce an image as output.
Templated n-dimensional image class.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
VNL based forward Fast Fourier Transform.
TInputImage InputImageType
TOutputImage OutputImageType
VNL-based reverse Fast Fourier Transform.
TInputImage InputImageType
TOutputImage OutputImageType
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....