From d644dc3fc17aa56b6c4fff0b965709f17c143e99 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Wed, 31 Jan 2007 08:51:20 +0000
Subject: [PATCH] quelques corrections

---
 Examples/FeatureExtraction/HarrisExample.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Examples/FeatureExtraction/HarrisExample.cxx b/Examples/FeatureExtraction/HarrisExample.cxx
index 8cabcef984..cfd1ab6964 100644
--- a/Examples/FeatureExtraction/HarrisExample.cxx
+++ b/Examples/FeatureExtraction/HarrisExample.cxx
@@ -112,9 +112,9 @@ int main(int argc, char *argv[] )
     // \begin{equation}
     // \mu(\mathbf{x},\sigma_I,\sigma_D) = \sigma_D^2 g(\sigma_I)\star
     // \left[\begin{array}{cc} L_x^2(\mathbf{x},\sigma_D) &
-    // L_xL_y^2(\mathbf{x},\sigma_D)\\ L_xL_y^2(\mathbf{x},\sigma_D)&
+    // L_xL_y(\mathbf{x},\sigma_D)\\ L_xL_y(\mathbf{x},\sigma_D)&
     // L_y^2(\mathbf{x},\sigma_D) \end{array}\right] \end{equation}
-    // The output of the detector is $$det(\mu) - \alpha trace^2(\mu)$$.
+    // The output of the detector is $$det(\mu) - \alpha trace^2(\mu).$$
     //
     //  Software Guide : EndLatex
 
-- 
GitLab