Links to download and install Anaconda and OpenCV

Hi Everyone,

Firstly, I want to say thank you guys for registering for the CV workshop. This is going to be an introductory workshop to opencv, which is one of the most popular libraries for computer vision and image processing. Although opencv has different interfaces for different languages, we will use python throughout the workshop. The reason that I chose python is:

  1. at this point you've had a couple of python programming courses/workshops so you are familiar with python,
  2. python is intuitive and easy to use,
  3. we will use jupyter notebooks along with the normal python files (.py) to test and see immediate results. As you know, the notebooks provide an interactive environment, which is a plus.

The software packages that we are going to use are:

  1. Anaconda for python 2.7, to have necessary python packages installed
  2. OpenCV 3
  3. Your editor/IDE of choice like PyCharm. Personally, I use Emacs but it does not mean that you need to use it as well.

I am going to put all of the download links and also installation documents in this post. Just please make sure that you download and install Anaconda for python 2.7 and opencv3.

PyCharm

If you want to use PyCharm as your IDE, you can find the download it and find the instructions here.

Tip: You can register as a student and get the professional version of PyCharm for free.

Anadonda for Windows:

NOTE: Remember where you install Anaconda. You are going to need it when installing OpenCV. Let's call it ANACONDA_FOLDER

NOTE: Check the box where it says "Add Anaconda to my PATH variable". If you have already installed a python version, this will replace it with the current Anacanda version.

Anaconda for GNU/Linux:

Anaconda for MacOS:

OpenCV3:

For Windows

  1. Go to the opencv download page and download version 3.1.0 for Windows.
  2. Click and extract the downloaded file.
  3. Go to opencv\build\python\2.7 folder.
  4. Copy cv2.pyd to ANACONDA_FOLDER\lib\site_packages.
  5. Done!

For GNU/Linux and MacOS:

  1. Open a terminal window.
  2. Type conda install -c menpo opencv3
  3. Done!

That's it for now. See you at the workshop.

Comments

Comments powered by Disqus