small doc fix

pull/2/head
Alexander Mordvintsev 13 years ago
parent 200357fdf4
commit ea96047f78
  1. 2
      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/ [1] http://www.ipol.im/pub/algo/my_affine_sift/
USAGE USAGE
find_obj.py [--feature=<sift|surf|orb>[-flann]] [ <image1> <image2> ] asift.py [--feature=<sift|surf|orb>[-flann]] [ <image1> <image2> ]
--feature - Feature to use. Can be sift, surf of orb. Append '-flann' to feature name --feature - Feature to use. Can be sift, surf of orb. Append '-flann' to feature name
to use Flann-based matcher instead bruteforce. to use Flann-based matcher instead bruteforce.

Loading…
Cancel
Save