From ea96047f7826567d8038c8aaf7062f3dc037fbce Mon Sep 17 00:00:00 2001 From: Alexander Mordvintsev Date: Mon, 16 Jul 2012 14:17:39 +0000 Subject: [PATCH] small doc fix --- samples/python2/asift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python2/asift.py b/samples/python2/asift.py index 1b0e08a2b..35c542e0e 100644 --- a/samples/python2/asift.py +++ b/samples/python2/asift.py @@ -9,7 +9,7 @@ is used to reject outliers. Threaing is used for faster affine sampling. [1] http://www.ipol.im/pub/algo/my_affine_sift/ USAGE - find_obj.py [--feature=[-flann]] [ ] + asift.py [--feature=[-flann]] [ ] --feature - Feature to use. Can be sift, surf of orb. Append '-flann' to feature name to use Flann-based matcher instead bruteforce.