Fixed typos in "matching"
authorMartin Jul <martin@mjul.com>
Wed, 26 Mar 2014 22:29:48 +0000 (23:29 +0100)
committerMartin Jul <martin@mjul.com>
Wed, 26 Mar 2014 22:29:48 +0000 (23:29 +0100)
samples/python2/asift.py
samples/python2/find_obj.py

index 00d54c9..104cc5c 100755 (executable)
@@ -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 mathcing point.
+  Press left mouse button on a feature point to see its matching point.
 '''
 
 import numpy as np
index 66c971d..7c5e4b9 100755 (executable)
@@ -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 mathcing point.
+  Press left mouse button on a feature point to see its matching point.
 '''
 
 import numpy as np