From e7bdba35f0735a4f79bc4a988cf043a7f989f3f1 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Wed, 14 Jan 2009 12:06:27 +0100
Subject: [PATCH] DOC: intro for the SURF example

---
 Examples/FeatureExtraction/SURFExample.cxx | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/Examples/FeatureExtraction/SURFExample.cxx b/Examples/FeatureExtraction/SURFExample.cxx
index e4ea822a3e..f1eec274f8 100644
--- a/Examples/FeatureExtraction/SURFExample.cxx
+++ b/Examples/FeatureExtraction/SURFExample.cxx
@@ -24,15 +24,10 @@ PURPOSE.  See the above copyright notices for more information.
 // Software Guide : BeginLatex
 //
 // This example illustrates the use of the \doxygen{otb}{ImageToSURFKeyPointSetFilter}.
-// The Scale-Invariant Feature Transform (or SURF) is an algorithm in
+// The Speed-Up Robust Features (or SURF) is an algorithm in
 // computer vision to detect and describe local features in
-// images. The algorithm was published by David Lowe
-// \cite{LoweSURF}. The detection and description of local image
-// features can help in object recognition and image registration. The
-// SURF features are local and based on the appearance of the object
-// at particular interest points, and are invariant to image scale and
-// rotation. They are also robust to changes in illumination, noise,
-// occlusion and minor changes in viewpoint.
+// images. The algorithm is detailed in \cite{SURF}. The applications
+// of SURF are the same as those for SIFT.
 //
 // The first step required to use this filter is to include its header file.
 //
-- 
GitLab