|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkExpNegativeImageFilter_h
19 #define itkExpNegativeImageFilter_h
34 template <
typename TInput,
typename TOutput>
55 return !(*
this != other);
61 return static_cast<TOutput>(std::exp(-
m_Factor * static_cast<double>(A)));
95 template <
typename TInputImage,
typename TOutputImage>
100 Functor::ExpNegative<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
137 #ifdef ITK_USE_CONCEPT_CHECKING
Computes the function exp(-K.x) for each input pixel.
Implements pixel-wise generic operation on one image.
ExpNegativeImageFilter()=default
void SetFactor(double factor)
~ExpNegativeImageFilter() override=default
bool NotExactlyEquals(const TInput1 &x1, const TInput2 &x2)
Base class for all process objects that output image data.
bool operator!=(const ExpNegative &other) const
void SetFactor(double factor)
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TOutput operator()(const TInput &A) const
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
FunctorType & GetFunctor()
bool operator==(const ExpNegative &other) const
virtual void Modified() const