18 #ifndef rtkRegularizedConjugateGradientConeBeamReconstructionFilter_h 19 #define rtkRegularizedConjugateGradientConeBeamReconstructionFilter_h 106 template <
typename TImage>
119 typename TImage::template RebindImageType<CovariantVectorForSpatialGradient, TImage::ImageDimension>;
131 SetInputVolume(
const TImage * Volume);
132 typename TImage::ConstPointer
138 SetInputProjectionStack(
const TImage * Projection);
139 typename TImage::Pointer
140 GetInputProjectionStack();
145 SetInputWeights(
const TImage * Weights);
146 typename TImage::Pointer
152 SetSupportMask(
const TImage * SupportMask);
153 typename TImage::ConstPointer
165 itkGetMacro(PerformPositivity,
bool);
167 itkGetMacro(PerformTVSpatialDenoising,
bool);
168 itkSetMacro(PerformWaveletsSpatialDenoising,
bool);
169 itkGetMacro(PerformWaveletsSpatialDenoising,
bool);
171 itkGetMacro(PerformSoftThresholdOnImage,
bool);
175 itkGetMacro(GammaTV,
float);
177 itkGetMacro(SoftThresholdWavelets,
float);
179 itkGetMacro(SoftThresholdOnImage,
float);
182 itkGetMacro(NumberOfLevels,
unsigned int);
187 itkGetMacro(Order,
unsigned int);
193 itkGetMacro(MainLoop_iterations,
int);
195 itkGetMacro(CG_iterations,
int);
197 itkGetMacro(TV_iterations,
int);
205 itkGetMacro(Preconditioned,
bool);
210 itkGetMacro(Tikhonov,
float);
212 itkGetMacro(Gamma,
float);
217 itkGetMacro(CudaConjugateGradient,
bool);
222 itkGetMacro(DisableDisplacedDetectorFilter,
bool);
231 VerifyPreconditions()
const override;
235 GenerateData()
override;
238 GenerateOutputInformation()
override;
241 GenerateInputRequestedRegion()
override;
270 bool m_DimensionsProcessedForTV[TImage::ImageDimension];
292 #ifndef ITK_MANUAL_INSTANTIATION 293 # include "rtkRegularizedConjugateGradientConeBeamReconstructionFilter.hxx"
bool m_CudaConjugateGradient
Performs 3D regularized reconstruction.
Implements ConjugateGradient.
typename Superclass::BackProjectionType BackProjectionType
float m_SoftThresholdOnImage
Applies a total variation denoising, only alm_SingularValueThresholdFilterong the dimensions specifie...
WaveletsDenoisingFilterType::Pointer m_WaveletsDenoising
ThresholdFilterType::Pointer m_PositivityFilter
SoftThresholdFilterType::Pointer m_SoftThresholdFilter
Projection geometry for a source and a 2-D flat panel.
#define itkSetMacro(name, type)
rtk::ThreeDCircularProjectionGeometry::Pointer m_Geometry
unsigned int m_NumberOfLevels
float m_SoftThresholdWavelets
bool m_PerformTVSpatialDenoising
typename TImage::template RebindImageType< CovariantVectorForSpatialGradient, TImage::ImageDimension > GradientImageType
CGFilterType::Pointer m_CGFilter
void VerifyInputInformation() const override
int m_MainLoop_iterations
Soft thresholds an image.
Mother class for cone beam reconstruction filters which need runtime selection of their forward and b...
TVDenoisingFilterType::Pointer m_TVDenoising
Deconstructs an image, soft thresholds its wavelets coefficients, then reconstructs.
bool m_PerformSoftThresholdOnImage
typename Superclass::ForwardProjectionType ForwardProjectionType
bool m_PerformWaveletsSpatialDenoising
bool m_DisableDisplacedDetectorFilter