#include <rtkConjugateGradientImageFilter.h>
template<typename OutputImageType>
class rtk::ConjugateGradientImageFilter< OutputImageType >
Solves AX = B by conjugate gradient.
ConjugateGradientImageFilter implements the algorithm described in https://en.wikipedia.org/wiki/Conjugate_gradient_method
Definition at line 46 of file rtkConjugateGradientImageFilter.h.
◆ ConjugateGradientOperatorType
template<typename OutputImageType >
◆ OutputImagePointer
template<typename OutputImageType >
◆ Pointer
template<typename OutputImageType >
◆ Self
template<typename OutputImageType >
◆ Superclass
template<typename OutputImageType >
◆ ConjugateGradientImageFilter()
template<typename OutputImageType >
◆ ~ConjugateGradientImageFilter()
template<typename OutputImageType >
◆ CreateAnother()
template<typename OutputImageType >
◆ GenerateData()
template<typename OutputImageType >
◆ GenerateInputRequestedRegion()
template<typename OutputImageType >
Conjugate gradient requires the whole image
◆ GenerateOutputInformation()
template<typename OutputImageType >
Conjugate gradient requires the whole image
◆ GetB()
template<typename OutputImageType >
◆ GetNameOfClass()
template<typename OutputImageType >
Run-time type information (and related methods).
◆ GetNumberOfIterations()
template<typename OutputImageType >
◆ GetX()
template<typename OutputImageType >
◆ New()
template<typename OutputImageType >
Method for creation through the object factory.
◆ SetA()
template<typename OutputImageType >
◆ SetB()
template<typename OutputImageType >
The image called "B" in the CG algorithm.
◆ SetNumberOfIterations()
template<typename OutputImageType >
◆ SetX()
template<typename OutputImageType >
The input image to be updated.
◆ m_A
template<typename OutputImageType >
◆ m_NumberOfIterations
template<typename OutputImageType >
The documentation for this class was generated from the following file: