OpenCV error: the function is not implemented

前端 未结 5 1939
半阙折子戏
半阙折子戏 2020-11-28 05:16

I\'m trying to get OpenCV working with Python on my Ubuntu machine. I\'ve downloaded and installed OpenCV, but when I attempt to run the following python code (which should

5条回答
  •  无人及你
    2020-11-28 06:12

    Before installing libgtk2.0-dev and pkg-config or libqt4-dev. Make sure that you have uninstalled opencv. You can confirm this by running import cv2 on your python shell. If it fails, then install the needed packages and re-run cmake .

提交回复
热议问题