Hello, today we’ll install the OpenCV library on the Ubuntu 14.04 operation system. We need the installed CUDA 7.5 (we have done it in the previous post). First, we have to update our Ubuntu system. Open your terminal and execute:
1 |
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove |
Continue reading “Install the OpenCV 3.1 on Ubuntu 14.04 with CUDA support”