ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkTikhonovDeconvolutionImageFilter.h>
Definition at line 122 of file itkTikhonovDeconvolutionImageFilter.h.
Public Member Functions | |
bool | operator!= (const TikhonovDeconvolutionFunctor &) const |
TOutput | operator() (const TInput1 &I, const TInput2 &H) const |
bool | operator== (const TikhonovDeconvolutionFunctor &other) const |
TikhonovDeconvolutionFunctor () | |
~TikhonovDeconvolutionFunctor () | |
void | SetRegularizationConstant (double constant) |
double | GetRegularizationConstant () const |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
double | m_KernelZeroMagnitudeThreshold |
double | m_RegularizationConstant |
|
inline |
Definition at line 125 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 126 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 167 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 155 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 128 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 136 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::NumericTraits< T >::ZeroValue().
|
inline |
Definition at line 132 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 163 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 151 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Definition at line 175 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Definition at line 174 of file itkTikhonovDeconvolutionImageFilter.h.