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 177 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 |
template<typename TInputImage , typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType , typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>