ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > Class Template Reference

Detailed Description

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
class itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >

Definition at line 180 of file itkUnsharpMaskImageFilter.h.

Public Member Functions

bool operator!= (const UnsharpMaskingFunctor &other)
 
OutPixelType operator() (const InPixelType &v, const FunctorRealType &s) const
 
bool operator== (const UnsharpMaskingFunctor &other)
 
 UnsharpMaskingFunctor ()
 
 UnsharpMaskingFunctor (FunctorRealType amount, FunctorRealType threshold, bool clamp)
 

Private Attributes

FunctorRealType m_Amount
 
bool m_Clamp
 
FunctorRealType m_Threshold
 

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::UnsharpMaskingFunctor ( )
inline

Definition at line 188 of file itkUnsharpMaskImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::UnsharpMaskingFunctor ( FunctorRealType  amount,
FunctorRealType  threshold,
bool  clamp 
)
inline

Definition at line 195 of file itkUnsharpMaskImageFilter.h.

Member Function Documentation

template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
bool itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::operator!= ( const UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > &  other)
inline

Definition at line 210 of file itkUnsharpMaskImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
OutPixelType itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::operator() ( const InPixelType &  v,
const FunctorRealType &  s 
) const
inline
template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
bool itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::operator== ( const UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > &  other)
inline

Member Data Documentation

template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
FunctorRealType itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Amount
private
template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
bool itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Clamp
private
template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
FunctorRealType itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Threshold
private

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