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