Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 3.26 KB

README.md

File metadata and controls

35 lines (27 loc) · 3.26 KB

Computer Vision 2021

Repository for the Computer Vision course (IM520) at the FH Hagenberg held by David C. Schedl.

Tutorials:

  1. Python for Computer Vision Open In Colab
  2. Introduction to OpenCV Open In Colab
  3. Filters Open In Colab
  4. Edges and Lines Open In Colab
  5. Corners and Featuers Open In Colab
  6. Alignment Open In Colab
  7. Stereo Open In Colab

Python Setup

Students have the option to run the code online with Google Colab (requires a Google account) or locally with your own installation of Python and an editor (I recommend Visual Studio Code).

Online:

Everything runs on a Google machine, so you don't need to set up anything on your computer. Furthermore, the machines come with the most popular libraries preinstalled. Just click on the corresponding Open in Colab badge: Open In Colab.

Local:

Install Python on your computer via Conda/Miniconda or the Python Installer. Use Python3, as Python2 is not supported anymore. Furthermore, you need an Editor that supports Jupyter (.ipynb) notebooks. I recommend using Visual Studio Code. Optionally, you can also use a local server and open Notebooks in your browser (Visual Studio simplifies this).

Useful Links:

Course Project

This course will be graded based on your performance in the course project. The topic of your project is free to choose, but it must be Computer Vision related. Focus on a Computer-Vision algorithm, understand its details, and implement it from scratch. You can work with your data or use existing databases (images, videos, …) on a fun topic that interests you. You can find further details here.