mirror of
https://github.com/opencv/opencv.git
synced 2025-07-29 17:02:49 +08:00
Fix a Typo in the comment of asift.py
This commit is contained in:
parent
8b2122e12f
commit
f2d363feb2
@ -70,7 +70,7 @@ def affine_detect(detector, img, mask=None, pool=None):
|
|||||||
'''
|
'''
|
||||||
affine_detect(detector, img, mask=None, pool=None) -> keypoints, descrs
|
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.
|
reproject them into initial image coordinates.
|
||||||
See http://www.ipol.im/pub/algo/my_affine_sift/ for the details.
|
See http://www.ipol.im/pub/algo/my_affine_sift/ for the details.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user