OpenCV install opencv_contrib on Windows

后端 未结 5 1441
面向向阳花
面向向阳花 2020-11-29 05:48

I am using OpenCV 3.1.0 , Python 2.7.11 and Windows 10. I want to build the extra modules (opencv_contrib

5条回答
  •  时光说笑
    2020-11-29 05:56

    no need for complex stuff, just uninstall the version of opencv you have and do:

    pip install opencv-contrib-python
    

    Good luck, Amber

提交回复
热议问题