From eae20c7f0e946bef7724ec62118f05c1647867f9 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Tue, 8 Jan 2008 15:14:49 +0000 Subject: [PATCH] Correction doc --- Code/Radiometry/otbLuminanceToReflectanceImageFilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Radiometry/otbLuminanceToReflectanceImageFilter.h b/Code/Radiometry/otbLuminanceToReflectanceImageFilter.h index eb811c297e..81c84ae1ea 100644 --- a/Code/Radiometry/otbLuminanceToReflectanceImageFilter.h +++ b/Code/Radiometry/otbLuminanceToReflectanceImageFilter.h @@ -35,7 +35,7 @@ namespace otb namespace Functor { /** Functor::LuminanceToReflectanceImageFunctor - * Multiply by Pi and by an illumination correction coefficient the qutient between the input and the given solar illumination. + * Multiply by Pi and by an illumination correction coefficient the quotient between the input and the given solar illumination. * * \ingroup Functor */ @@ -75,7 +75,7 @@ namespace otb } /** \class LuminanceToReflectanceImageFilter - * \brief Transform a luminance image into the reflectance. For this it uses the functor LuminanceToReflectanceImaeFunctor + * \brief Transform a luminance image into the reflectance. For this it uses the functor LuminanceToReflectanceImageFunctor * calling for each component of each pixel. * * \ingroup ImageToLuminanceImageFunctor -- GitLab