Week 4 - Image analysis

How can we detect and recognize objects in images

Lecture 4: Image analysis

Topics

?

Recommended reading

  • Szeliski?chapters 5.1-5.3, 6.4, 7.3, 7.5.

Lab 4: Segmentation

In this lab we will experiment with real time image segmentation on image streams from a camera or a pre-recorded video.

C++

You will find the lab at https://github.com/tek5030/lab-segmentation.

Follow the lab guide in README.md.

Python

You will find lab 3 at https://github.com/tek5030/lab-segmentation-py.

In this lab, the lab is a complete Python programme, instead of a notebook. Follow the lab guide in README.md.