Sfm-python icon indicating copy to clipboard operation
Sfm-python copied to clipboard

报错

Open opreationlife opened this issue 2 years ago • 2 comments

module 'cv2' has no attribute 'xfeatures2d'

opreationlife avatar Oct 13 '22 08:10 opreationlife

cv2.xfeatures2d.SIFT_create -> cv2.SIFT_create

veryfatfatman avatar Oct 18 '23 16:10 veryfatfatman

sift = cv2.SIFT.create(0, 3, 0.04, 10)

这样写就好了

Arrogant-Q avatar Apr 06 '24 06:04 Arrogant-Q