|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkDirectFourierReconstructionImageToImageFilter_h
19 #define itkDirectFourierReconstructionImageToImageFilter_h
50 template <
typename TInputImage,
typename TOutputImage = TInputImage>
101 itkSetMacro(ZeroPadding,
unsigned short int);
102 itkGetConstMacro(ZeroPadding,
unsigned short int);
104 itkSetMacro(OverSampling,
unsigned short int);
105 itkGetConstMacro(OverSampling,
unsigned short int);
107 itkSetMacro(Cutoff,
double);
108 itkGetConstMacro(Cutoff,
double);
110 itkSetMacro(AlphaRange,
double);
111 itkGetConstMacro(AlphaRange,
double);
113 itkSetMacro(AlphaDirection,
unsigned short int);
114 itkGetConstMacro(AlphaDirection,
unsigned short int);
116 itkSetMacro(ZDirection,
unsigned short int);
117 itkGetConstMacro(ZDirection,
unsigned short int);
119 itkSetMacro(RDirection,
unsigned short int);
120 itkGetConstMacro(RDirection,
unsigned short int);
122 itkSetMacro(RadialSplineOrder,
unsigned short int);
123 itkGetConstMacro(RadialSplineOrder,
unsigned short int);
134 PrintSelf(std::ostream & os,
Indent indent)
const override;
138 GenerateOutputInformation()
override;
142 GenerateInputRequestedRegion()
override;
146 GenerateData()
override;
211 #ifndef ITK_MANUAL_INSTANTIATION
212 # include "itkDirectFourierReconstructionImageToImageFilter.hxx"
FFTLineFilterType::OutputImageType FFTLineType
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::ConstPointer ConstInputImagePointer
Direct fourier reconstruction filter of a tomographic volume.
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
VNL-based reverse Fast Fourier Transform.
TInputImage InputImageType
Control indentation during Print() invocation.
Multi-dimensional image iterator which only walks a region.
typename InputImageType::PointType PointType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
IFFTSliceFilterType::OutputImageType OutputSliceType
typename InputImageType::RegionType RegionType
typename InputImageType::SizeType SizeType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::PixelType OutputPixelType
ImageBaseType::RegionType RegionType
IFFTSliceFilterType::InputImageType FFTSliceType
Complex wrapper around BSplineInterpolateImageFunction.
typename InputImageType::IndexType IndexType
TInputImage InputImageType
typename InputImageType::SpacingType SpacingType
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
TInputImage InputImageType
FFTLineFilterType::InputImageType ProjectionLineType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
VNL based forward Fast Fourier Transform.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Templated n-dimensional image class.
typename InputImageType::PixelType InputPixelType
TOutputImage OutputImageType
TOutputImage OutputImageType
TOutputImage OutputImageType