28#ifndef itkBoundedReciprocalImageFilter_h
29#define itkBoundedReciprocalImageFilter_h
46template <
typename TInput,
typename TOutput>
61 return static_cast<TOutput
>(1.0 / (1.0 +
static_cast<double>(A)));
66template <
typename TInputImage,
typename TOutputImage>
85#ifdef ITK_USE_CONCEPT_CHECKING
95#if !defined(ITK_WRAPPING_PARSER)
Computes 1/(1+x) for each pixel in the image.
~BoundedReciprocalImageFilter() override=default
BoundedReciprocalImageFilter()
TOutput operator()(const TInput &A) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(BoundedReciprocal)
bool operator==(const BoundedReciprocal &) const
Base class for all process objects that output image data.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements pixel-wise generic "operation" on one image.
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....