ITK
6.0.0
Insight Toolkit
|
#include <itkTikhonovDeconvolutionImageFilter.h>
Definition at line 125 of file itkTikhonovDeconvolutionImageFilter.h.
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (TikhonovDeconvolutionFunctor) | |
TOutput | operator() (const TInput1 &I, const TInput2 &H) const |
bool | operator== (const TikhonovDeconvolutionFunctor &) const |
TikhonovDeconvolutionFunctor ()=default | |
TikhonovDeconvolutionFunctor (const TikhonovDeconvolutionFunctor &f) | |
~TikhonovDeconvolutionFunctor ()=default | |
void | SetRegularizationConstant (double constant) |
double | GetRegularizationConstant () const |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
double | m_KernelZeroMagnitudeThreshold = 0.0 |
double | m_RegularizationConstant = 0.0 |
|
default |
|
default |
|
inline |
Definition at line 130 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 179 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 165 of file itkTikhonovDeconvolutionImageFilter.h.
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > | ) |
|
inline |
Definition at line 144 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 136 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 174 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 160 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Definition at line 187 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Definition at line 186 of file itkTikhonovDeconvolutionImageFilter.h.