Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 328 Bytes

detect-local_feature-mser-sift

Require:

  • python 3.x
  • opencv-python

Reminding:

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