From d95bf4e1fa7cdc8cb96bec6c6b428f07528d5d6d Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@cnes.fr> Date: Thu, 22 Nov 2018 11:01:11 +0100 Subject: [PATCH] DOC: Fix module description --- Modules/Core/Functor/otb-module.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Modules/Core/Functor/otb-module.cmake b/Modules/Core/Functor/otb-module.cmake index 01d7f0cf94..71f614167d 100644 --- a/Modules/Core/Functor/otb-module.cmake +++ b/Modules/Core/Functor/otb-module.cmake @@ -18,9 +18,10 @@ # limitations under the License. # -set(DOCUMENTATION "This module contains a set of classes that allow parsing -metadata files from different types of sensor (both optical and radar sensor types -are supported. for instance: Pleiades, SPOT6, TerraSar, and so on).") +set(DOCUMENTATION "This module contains a generic functor filter +implementation, that can deal with functor, std::function or lambdas +with any number of parameters including VariableLengthVector, +FixedArray, RGBPixel, and Neighborhood of those.") otb_module(OTBFunctor DEPENDS -- GitLab