Skip to content

Instantly share code, notes, and snippets.

View FatihDemirtas's full-sized avatar
🏠
Working from home

FatihDemirtas

🏠
Working from home
View GitHub Profile
@FatihDemirtas
FatihDemirtas / cuda_enabled_opencv_installation.md
Created July 7, 2020 07:16 — forked from sayef/cuda_enabled_opencv_installation.md
CUDA Enabled OpenCV 3.3.0 Installation on Ubuntu 16.04
[CAUTION: Make sure you have a cuda supported GPU and already installed cuda libraries on your machine. If you want to setup opencv without cuda support, please refer to this tutorial: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/]

Install Dependencies


  1. Update your existing libraries and dependencies
$ sudo apt-get update
$ sudo apt-get upgrade
  1. Remove any previous installations of x264