ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkTikhonovDeconvolutionImageFilter.h>
Definition at line 121 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 ()=default | |
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 124 of file itkTikhonovDeconvolutionImageFilter.h.
|
default |
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 166 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 154 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 127 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 135 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 131 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 162 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 150 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Definition at line 174 of file itkTikhonovDeconvolutionImageFilter.h.
|
private |
Definition at line 173 of file itkTikhonovDeconvolutionImageFilter.h.