There was an error while loading. Please reload this page.
This is for those that would like to take advantage of OpenCV's GPU Module and make use of CUDA to increase performance.
Note that the following setup is dependent on our specific OS (Ubuntu 14.04) and Video Card (NVIDIA 980 ti)
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo dpkg --install cuda-repo-<distro>-<version>.<architecture>.deb
sudo apt-get update
sudo apt-get install cuda
export PATH=/usr/local/cuda-7.5/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-7.5/lib64:$LD_LIBRARY_PATH