Week 4 - Image analysis
How can we detect and recognize objects in images
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.