From f2d363feb22a00e2d2d59b2deb7b9740829d354d Mon Sep 17 00:00:00 2001 From: Lucas Teixeira Date: Thu, 9 Aug 2018 23:43:39 +0200 Subject: [PATCH] Fix a Typo in the comment of asift.py --- samples/python/asift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/asift.py b/samples/python/asift.py index 5a05021ce8..042e9bda3f 100755 --- a/samples/python/asift.py +++ b/samples/python/asift.py @@ -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.