OpenCV GTK+2.x error

前端 未结 14 2179
轮回少年
轮回少年 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

提交回复
热议问题