Merge pull request #2539 from mjul:fixtypos

pull/2542/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit f5fecc7e9a
  1. 2
      samples/python2/asift.py
  2. 2
      samples/python2/find_obj.py

@ -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

@ -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

Loading…
Cancel
Save