Unverified Commit f2d363fe authored by Lucas Teixeira's avatar Lucas Teixeira Committed by GitHub

Fix a Typo in the comment of asift.py

parent 8b2122e1
......@@ -70,7 +70,7 @@ def affine_detect(detector, img, mask=None, pool=None):
'''
affine_detect(detector, img, mask=None, pool=None) -> keypoints, descrs
Apply a set of affine transormations to the image, detect keypoints and
Apply a set of affine transformations to the image, detect keypoints and
reproject them into initial image coordinates.
See http://www.ipol.im/pub/algo/my_affine_sift/ for the details.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment