Skip to content
Snippets Groups Projects
Commit e7bdba35 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

DOC: intro for the SURF example

parent fb5721bc
Branches
Tags
No related merge requests found
...@@ -24,15 +24,10 @@ PURPOSE. See the above copyright notices for more information. ...@@ -24,15 +24,10 @@ PURPOSE. See the above copyright notices for more information.
// Software Guide : BeginLatex // Software Guide : BeginLatex
// //
// This example illustrates the use of the \doxygen{otb}{ImageToSURFKeyPointSetFilter}. // 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 // computer vision to detect and describe local features in
// images. The algorithm was published by David Lowe // images. The algorithm is detailed in \cite{SURF}. The applications
// \cite{LoweSURF}. The detection and description of local image // of SURF are the same as those for SIFT.
// 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.
// //
// The first step required to use this filter is to include its header file. // The first step required to use this filter is to include its header file.
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment