martiege / lab_04-1

Lab 4: Image mosaics from feature matching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab 4: Image mosaics from feature matching

Welcome to lab 4!

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, and use this to map one image onto the other to create a mosaic.

Screenshot from lab 4

Start by cloning this repository on your machine. Then open the lab project in CLion.

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

At an appropriate time, our proposed solution will be made available.

Please start the lab by going to the first step.

About

Lab 4: Image mosaics from feature matching

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 96.8%Language:CMake 3.1%Language:C 0.1%