Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
e7bdba35
Commit
e7bdba35
authored
Jan 14, 2009
by
Jordi Inglada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: intro for the SURF example
parent
fb5721bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
Examples/FeatureExtraction/SURFExample.cxx
Examples/FeatureExtraction/SURFExample.cxx
+3
-8
No files found.
Examples/FeatureExtraction/SURFExample.cxx
View file @
e7bdba35
...
...
@@ -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 S
cale-Invariant Feature Transform
(or SURF) is an algorithm in
// The S
peed-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.
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment