18#ifndef itkMinimumImageFilter_h
19#define itkMinimumImageFilter_h
32template <
typename TInput1,
typename TInput2 = TInput1,
typename TOutput = TInput1>
47 return static_cast<TOutput
>((A < B) ? A : B);
70template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
84 Minimum<typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType>;
92#ifdef ITK_USE_CONCEPT_CHECKING
106#if !defined(ITK_WRAPPING_PARSER)
Implements pixel-wise generic operation of two images, or of an image and a constant.
TOutput operator()(const TInput1 &A, const TInput2 &B) const
bool operator==(const Minimum &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Minimum)
Light weight base class for most itk classes.
Implements a pixel-wise operator Min(a,b) between two images.
~MinimumImageFilter() override=default
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....