21 #ifndef otbMeanDifferenceImageFilter_h
22 #define otbMeanDifferenceImageFilter_h
55 template <
class TInputImage1,
class TInputImage2,
class TOutputImage>
58 TInputImage1, TInputImage2, TOutputImage,
59 Functor::MeanDifference<typename itk::ConstNeighborhoodIterator<TInputImage1>, typename itk::ConstNeighborhoodIterator<TInputImage2>,
60 typename TOutputImage::PixelType>>
67 typename itk::ConstNeighborhoodIterator<TInputImage2>,
typename TOutputImage::PixelType>>
Implements neighborhood-wise generic operation of two images.
Implements neighborhood-wise the computation of mean difference.
MeanDifferenceImageFilter()=default
~MeanDifferenceImageFilter()=default
MeanDifferenceImageFilter(const Self &)=delete
BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::MeanDifference< typename itk::ConstNeighborhoodIterator< TInputImage1 >, typename itk::ConstNeighborhoodIterator< TInputImage2 >, typename TOutputImage::PixelType > > Superclass
itk::SmartPointer< const Self > ConstPointer
MeanDifferenceImageFilter Self
itk::SmartPointer< Self > Pointer
void operator=(const Self &)=delete
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.