XuPeng23 / CV

CV
20 stars 18 forks source link

SIFT warning #1

Open TsXor opened 2 years ago

TsXor commented 2 years ago

https://github.com/XuPeng23/CV/blob/95bdfbfbb7ac37f919cf9b328fec510530445630/Difference%20Detection%20In%20Similar%20Images/differenceDetection2022.5.6.py#L182

https://www.cxybb.com/article/cleanlii/109561089

这是因为新版本的SIFT可以直接引用,不再需要安装contrib包,即 descriptor = cv2.SIFT_create()

yxinki commented 1 year ago

X = M[0][2] # x方向 负为左比右小 TypeError: 'NoneType' object is not subscriptable