Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
73042b32
Commit
73042b32
authored
Mar 26, 2014
by
Martin Jul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos in "matching"
parent
5effebb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
asift.py
samples/python2/asift.py
+1
-1
find_obj.py
samples/python2/find_obj.py
+1
-1
No files found.
samples/python2/asift.py
View file @
73042b32
...
...
@@ -16,7 +16,7 @@ USAGE
--feature - Feature to use. Can be sift, surf of orb. Append '-flann' to feature name
to use Flann-based matcher instead bruteforce.
Press left mouse button on a feature point to see its mat
hc
ing point.
Press left mouse button on a feature point to see its mat
ch
ing point.
'''
import
numpy
as
np
...
...
samples/python2/find_obj.py
View file @
73042b32
...
...
@@ -9,7 +9,7 @@ USAGE
--feature - Feature to use. Can be sift, surf of orb. Append '-flann' to feature name
to use Flann-based matcher instead bruteforce.
Press left mouse button on a feature point to see its mat
hc
ing point.
Press left mouse button on a feature point to see its mat
ch
ing point.
'''
import
numpy
as
np
...
...
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