1 | initial version |
Ok, I solved the issue. I install again version 3.2 and then invoked:
sudo make uninstall
Then did the same for version 3.1 Then ran:
sudo apt-get remove libopencv*
Then, when everything was cleaned, I installed version 3.2 from scratch including contrib lib. Everything works fine now :-)
2 | No.2 Revision |
Ok, I solved the issue. I install again version 3.2 and then invoked:
sudo make uninstall
Then did the same for version 3.1 Then ran:
sudo apt-get remove purge libopencv*
Then, when everything was cleaned, I installed version 3.2 from scratch including contrib lib. Everything works fine now :-)