Egorka

Results 1 comments of Egorka

Hi @adhilartz try to replace: `self.sift=cv2.xfeatures2d.SIFT_create()` to `self.sift=cv2.SIFT_create()` in latest versions of opencv-python SIFT migrated in core from xfeatures2d