18 #ifndef itkSubtractImageFilter_h
19 #define itkSubtractImageFilter_h
66 template<
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1 >
80 typename TInputImage2::PixelType,
81 typename TOutputImage::PixelType >;
90 #ifdef ITK_USE_CONCEPT_CHECKING
94 typename TInputImage2::PixelType,
95 typename TOutputImage::PixelType > ) );
102 #if !defined( ITK_WRAPPING_PARSER )
Pixel-wise subtraction of two images.
~SubtractImageFilter() override=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Implements pixel-wise generic operation of two images, or of an image and a constant.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
#define itkConceptMacro(name, concept)
Functor::Sub2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType