Week 26 Quiz

Color Recognition & Computer Vision

Student Information

1. What does RGB stand for in color representation?

2. What is the main advantage of using HSV color space over RGB for color detection?

3. What 16-bit color format does the ESP32-S3 camera use?

4. In computer vision, what is a "color blob"?

5. What is the purpose of calculating the centroid of a color blob?

6. Which factor most affects the accuracy of color detection in robotics?

7. In a color-following robot, if the target object appears on the right side of the camera view, what should the robot do?

8. How can color recognition be applied to traffic light detection?

9. Design a color sorting system for a factory. Describe how you would use color recognition to sort red, blue, and green objects into separate bins. Include the key components and the decision-making process. (Short Answer)

10. What challenges might you face when implementing color recognition in outdoor environments, and how would you solve them? Provide at least two challenges and their solutions. (Short Answer)

← Back to Lesson Semester Overview Next Lesson →