This seminar series covers spatial perception of machines. We focus on the role of computer vision and its relevance for design in contemporary contexts and in future scenarios.
...
Watch the presentation and write down questions and thoughts that come to your mind.
Password: iad2021
📼 IAD-CV-Introduction Video (24.03.2021)
...
Philipp Schmitt: Camera Restricta
...
📼IAD-CV-Processing & OpenCV Video (07.04.2021)
Tasks
Task 0 - Introduction
...
Think about additional features you could implement!
Task 4 Brightest Spot Tracking OpenCV
Use OpenCV to track the brightest spot in the image (interactive paint with OpenCV).
opencv.blur(10);
PVector location = opencv.max();
Task 5 Detecting Apples
Use the provided image and mark the green apples in the image. Check out the example code to extract hue values.
Additional: Implement a color picker that directly adapts to the sensed range.
Task 6 Locate Apples
Locate the position of the extracted apples with the contour detection. Try to indicate the position with a circle or directly draw the area.
Additional: Use the apples as input device for the interactive drawing or another application (a game?)
Deliverables
Documentation of your work in the provided template together with your code. This should be placed on the server in http://filer.ad.zhdk.ch/DDE/VIAD/01_ABGABEN/21_FS/Sem4_BitsAtomsIV
...