From 0df4287596cca06b6b38abbcfe527dc7b34c1ee7 Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <mohammed.rashad-km@cnes.fr> Date: Thu, 15 May 2014 15:06:30 +0200 Subject: [PATCH] DOC: missing doxygen function terminator --- .../otbScalarImageToAdvancedTexturesFilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/FeatureExtraction/otbScalarImageToAdvancedTexturesFilter.h b/Code/FeatureExtraction/otbScalarImageToAdvancedTexturesFilter.h index 76ba3121c1..c6421c84a0 100644 --- a/Code/FeatureExtraction/otbScalarImageToAdvancedTexturesFilter.h +++ b/Code/FeatureExtraction/otbScalarImageToAdvancedTexturesFilter.h @@ -36,13 +36,13 @@ namespace otb * * "Dissimilarity" \f$ = f_5 = \sum_{i, j}(i - j) g(i, j)^2 \f$ * - * "Sum average" \f$ = f_6 = -\sum_{i}i g_{x+y}(i) + * "Sum average" \f$ = f_6 = -\sum_{i}i g_{x+y}(i) \f$ * * "Sum Variance" \f$ = f_7 = \sum_{i}(i - f_8)^2 g_{x+y}(i) \f$ * * "Sum Entropy" \f$= f_8 = -\sum_{i}g_{x+y}(i) log (g_{x+y}(i)) \f$ * - * "Difference variance" \f$ = f_10 = variance of g_{x-y}(i) + * "Difference variance" \f$ = f_10 = variance of g_{x-y}(i) \f$ * * "Difference entropy" \f$ = f_11 = -\sum_{i}g_{x-y}(i) log (g_{x-y}(i)) \f$ * -- GitLab