Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

so, the bad news is: the pip installed 3.4.3 does not have SIFT and SURF enabled. (it's NOT a problem in your code.)

while there is already an issue about it there , it will take some time mending this. (idk, what will happen there, or if even someone will convince skvark to change his mind about it)

if you really need this, you'll have to build your cv2.pyd from src, meaning you have to get:

* cmake
* vs2017 or 2015

* both opencv and opencv_contrib src from github

and follow build instructions here

you also could try to fallback to 3.4.2, which does not have this restriction.

so, the bad news is: the pip installed 3.4.3 does not have SIFT and SURF enabled. (it's NOT a problem in your code.)

while there is already an issue about it there , it will take some time mending this. (idk, what will happen there, or if even someone will convince skvark to change his mind about it)

if you really need this, you'll have to build your cv2.pyd from src, meaning you have to get:

* cmake
* vs2017 or 2015

* both opencv and opencv_contrib src from github

github

and follow build instructions here

you also could try to fallback to 3.4.2, which does not have this restriction.