Skip to content

tek5030/lab-mosaic-py

Repository files navigation

Image mosaics from feature matching

Welcome to this lab in the computer vision course TEK5030 at the University of Oslo.

In this lab we will experiment with feature detection and matching to extract point correspondences between two images. We will then use these correspondences to estimate a homography between the images, which will enable us to create a live video mosaic!

Screenshot from the lab

Start by cloning this repository on your machine.

Then, open the project in PyCharm. If you are uncertain about how this is done, please take a look at the intro lab.

The lab is carried out by following these steps:

  1. Get an overview
  2. Features in OpenCV
  3. Experiment with feature matching
  4. Homography estimation
  5. Creating an image mosaic

Please start the lab by going to the first step.