From 585389699508828e33a49006979540bd29cab730 Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Mon, 23 Feb 2009 10:32:02 +0100 Subject: [PATCH] DOC: removing redundant reference to other functors --- Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx index 3c69c0e133..374b78dda5 100644 --- a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx +++ b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx @@ -116,9 +116,6 @@ int main( int argc, char *argv[] ) // the images pixel type as template parameters. It is // implemented as a functor class which will be passed as a // parameter to an \doxygen{otb}{RAndNIRVegetationIndexImageFilter}. - // Note that we also can use other functors which operate with the - // Red and Nir channels, such as PVI, RVI, SAVI, MSAVI, TSAVI, GEMI, - // WDVI, IPVI, and TNDVI. // // Software Guide : EndLatex -- GitLab