18 #ifndef __otbRAndNIRIndexImageFilter_h
19 #define __otbRAndNIRIndexImageFilter_h
33 template <
class TInputImageR,
class TInputImageNIR,
class TOutputImage,
34 class TFunction = Functor::NDVI<
typename TInputImageR::PixelType,
35 typename TInputImageNIR::PixelType,
36 typename TOutputImage::PixelType> >
38 TOutputImage, TFunction>
54 void SetInputR(
const TInputImageR * image1);
55 void SetInputNIR(
const TInputImageNIR * image2);
71 void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
78 void operator =(
const Self&);
84 #ifndef OTB_MANUAL_INSTANTIATION