Here you will find all the necessary resources for the computer vision input.
...
Watch the presentation and write down questions and thoughts that come to your mind! We can discuss them later in the Zoom conference.
...
https://zhdk.zoom.us/j/4710337215
Technical Input
Was it possible to follow?
OpenCV (13:00 - 15:00)
Getting deeper into computer vision by using OpenCV, a framework to analyse images with traditional computer vision algorithms.
Excerpt | ||
---|---|---|
| ||
Task 4
Use opencv to track the brightest spot.
opencv.blur(10);
PVector location = opencv.max();
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Task 5
Write your own sketch that is able to detect motion! Use either background subtraction, image difference or your own algorithm.
How will you notify yourself?
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Deep Vision Live Input (15:00 - 16:00)
...