18 #ifndef __otbBlendingImageFilter_h
19 #define __otbBlendingImageFilter_h
38 template <
class TInputPixel1,
class TInputPixel2,
class TOutputPixel>
52 inline TOutputPixel
operator ()(
const TInputPixel1& input1,
const TInputPixel2& input2)
98 template <
class TInputImage1,
class TInputImage2 = TInputImage1,
class TOutputImage = TInputImage1>
101 Functor::BlendingFunctor
102 <typename TInputImage1::PixelType,
103 typename TInputImage2::PixelType,
104 typename TOutputImage::PixelType> >
111 <
typename TInputImage1::PixelType,
112 typename TInputImage2::PixelType,
125 <
typename TInputImage1::PixelType,
126 typename TInputImage2::PixelType,
136 if (
function != this->
GetFunctor().GetFunction())