ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > Class Template Reference

#include <itkInverseDeconvolutionImageFilter.h>

List of all members.

Public Member Functions

 InverseDeconvolutionFunctor ()
bool operator!= (const InverseDeconvolutionFunctor &) const
TOutput operator() (const TInput1 &I, const TInput2 &H) const
bool operator== (const InverseDeconvolutionFunctor &other) const
 ~InverseDeconvolutionFunctor ()
void SetKernelZeroMagnitudeThreshold (double mu)
double GetKernelZeroMagnitudeThreshold () const

Private Attributes

double m_KernelZeroMagnitudeThreshold

Detailed Description

template<class TInput1, class TInput2, class TOutput>
class itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >

Definition at line 126 of file itkInverseDeconvolutionImageFilter.h.


Constructor & Destructor Documentation

template<class TInput1 , class TInput2 , class TOutput >
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::InverseDeconvolutionFunctor ( )
inline
template<class TInput1 , class TInput2 , class TOutput >
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::~InverseDeconvolutionFunctor ( )
inline

Definition at line 130 of file itkInverseDeconvolutionImageFilter.h.


Member Function Documentation

template<class TInput1 , class TInput2 , class TOutput >
double itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetKernelZeroMagnitudeThreshold ( ) const
inline

Set/get the threshold value below which complex magnitudes are considered to be zero.

Definition at line 157 of file itkInverseDeconvolutionImageFilter.h.

References itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.

template<class TInput1 , class TInput2 , class TOutput >
bool itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator!= ( const InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 132 of file itkInverseDeconvolutionImageFilter.h.

template<class TInput1 , class TInput2 , class TOutput >
TOutput itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  I,
const TInput2 &  H 
) const
inline
template<class TInput1 , class TInput2 , class TOutput >
bool itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator== ( const InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > &  other) const
inline

Definition at line 136 of file itkInverseDeconvolutionImageFilter.h.

template<class TInput1 , class TInput2 , class TOutput >
void itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetKernelZeroMagnitudeThreshold ( double  mu)
inline

Set/get the threshold value below which complex magnitudes are considered to be zero.

Definition at line 153 of file itkInverseDeconvolutionImageFilter.h.

References itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.


Member Data Documentation

template<class TInput1 , class TInput2 , class TOutput >
double itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold
private

The documentation for this class was generated from the following file: