OpenCV GTK+2.x error

前端 未结 14 2101
轮回少年
轮回少年 2020-12-03 07:16

I had installed OpenCV following these steps (). After trying to compile one examples,i got this error :

OpenCV Error: Unspecified error (The function is no         


        
相关标签:
14条回答
  • 2020-12-03 08:12

    In case what they mentioned above doesn't work, try:

    pip install opencv-python
    

    for python2, or

    pip3 install opencv-python
    

    for python3

    0 讨论(0)
  • 2020-12-03 08:12

    for windows just uninstall the OpenCV pip uninstall opencv-python and reinstall pip install opencv-python

    0 讨论(0)
提交回复
热议问题