OpenCV install opencv_contrib on Windows

后端 未结 5 1443
面向向阳花
面向向阳花 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 06:13

    The answer of foo bar is the best simple way to add opencv_contrib to python. But opencv_python-3.2.0.7-cp27-cp27m-win_amd64.whl is just for AMD chips. If you run it on Intel chip you will receive error message like this: "XXX is not a supported wheel on this platform". In this case, you must use opencv_python-3.2.0.7-cp27-cp27m-win32.whl.

提交回复
热议问题