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
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