ITK
5.2.0
Insight Toolkit
|
#include <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 ()=default | |
TikhonovDeconvolutionFunctor (const TikhonovDeconvolutionFunctor &f) | |
~TikhonovDeconvolutionFunctor ()=default | |
double | m_RegularizationConstant = 0.0 |
double | m_KernelZeroMagnitudeThreshold = 0.0 |
void | SetRegularizationConstant (double constant) |
double | GetRegularizationConstant () const |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Definition at line 125 of file itkTikhonovDeconvolutionImageFilter.h.
|
default |
|
default |
|
inline |
Definition at line 130 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 182 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 168 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 137 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 147 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::NumericTraits< T >::ZeroValue().
|
inline |
Definition at line 142 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 177 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 163 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 190 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 189 of file itkTikhonovDeconvolutionImageFilter.h.