From ccc31a5e387f4892f18d1498d1df5cfa6a7c1c06 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Mon, 24 Nov 2008 16:38:57 +0800 Subject: [PATCH] DOC: doxygen --- Code/BasicFilters/otbVarianceImageFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/BasicFilters/otbVarianceImageFilter.h b/Code/BasicFilters/otbVarianceImageFilter.h index ea0af4bc8a..53d916eab4 100644 --- a/Code/BasicFilters/otbVarianceImageFilter.h +++ b/Code/BasicFilters/otbVarianceImageFilter.h @@ -28,7 +28,7 @@ namespace otb * \brief Applies an averaging filter to an image * * Computes an image where a given pixel is the value over the standard 8, 26, etc. connected - * neighborhood. This calculation uses a ZeroFluxNeumannBoundaryCondition. + * neighborhood. This calculation uses a ZeroFluxNeumannBoundaryCondition. * * * \sa Image -- GitLab