Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a problem in OpenCV because SIFT patent #1

Open
mnm117 opened this issue Jul 18, 2021 · 0 comments
Open

There is a problem in OpenCV because SIFT patent #1

mnm117 opened this issue Jul 18, 2021 · 0 comments

Comments

@mnm117
Copy link

mnm117 commented Jul 18, 2021

The OpenCV library is an open-source library, also the SIFT algorithm is patented, for these reasons, the SIFT algorithm does not exist in higher versions of OpenCV.
Use the following commands to execute the code completely :

pip install opencv-python==3.4.2.17
pip install opencv-contrib-python==3.4.2.17

With these commands, you can fix errors such as the following errors :

Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'create'
module 'cv2.cv2' has no attribute 'SIFT_create'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant