- python 3.x
- opencv-python
When the code 'sift = cv2.xfeatures2d.SIFT_create()' is executed,some error may occur.
To prevent this,you can get opencv in the follwing way:
pip install opencv-python==3.4.2.16
pip install opencv-contrib-python==3.4.2.16