From 73042b32e1238797caef20867738b77ac3fefe80 Mon Sep 17 00:00:00 2001 From: Martin Jul Date: Wed, 26 Mar 2014 23:29:48 +0100 Subject: [PATCH] Fixed typos in "matching" --- samples/python2/asift.py | 2 +- samples/python2/find_obj.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/python2/asift.py b/samples/python2/asift.py index 00d54c9e34..104cc5c112 100755 --- a/samples/python2/asift.py +++ b/samples/python2/asift.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 diff --git a/samples/python2/find_obj.py b/samples/python2/find_obj.py index 66c971dd23..7c5e4b9f0f 100755 --- a/samples/python2/find_obj.py +++ b/samples/python2/find_obj.py @@ -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