|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAbsImageFilter_h
19 #define itkAbsImageFilter_h
32 template <
typename TInput,
typename TOutput>
65 template <
typename TInputImage,
typename TOutputImage>
88 #ifdef ITK_USE_CONCEPT_CHECKING
98 #if !defined(ITK_WRAPPING_PARSER)
typename TInputImage::PixelType InputPixelType
Implements pixel-wise generic "operation" on one image.
Computes the absolute value of a pixel.
bool operator==(const Abs &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Abs)
Base class for all process objects that output image data.
TOutput operator()(const TInput &A) const
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
Computes the absolute value of each pixel.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TOutputImage::PixelType OutputPixelType