OpenCV GTK+2.x error

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

    I have had to deal with this issue a couple of times, this is what has worked consistently thus far:

    conda remove opencv
    conda install -c menpo opencv
    pip install --upgrade pip
    pip install opencv-contrib-python
    

提交回复
热议问题