Recall & Review
beginner
What is color-based tracking in drone programming?
Color-based tracking is a method where a drone uses camera input to detect and follow objects based on their specific colors.
Click to reveal answer
intermediate
Why do we convert images from RGB to HSV color space for color tracking?
HSV separates color information (Hue) from brightness (Value), making it easier to detect colors under different lighting conditions.
Click to reveal answer
beginner
What role does thresholding play in color-based tracking?
Thresholding filters the image to keep only pixels within a specific color range, helping the drone isolate the target color.
Click to reveal answer
intermediate
How does contour detection help in color-based tracking?
Contour detection finds the outlines of color regions, allowing the drone to locate and track the shape and position of the colored object.
Click to reveal answer
intermediate
What is a common challenge in color-based tracking for drones?
Changing lighting conditions and background colors similar to the target can cause false detections or loss of tracking.
Click to reveal answer
Which color space is most commonly used for color-based tracking in drones?
✗ Incorrect
HSV separates color from brightness, making it easier to detect colors under different lighting.
What does thresholding do in color-based tracking?
✗ Incorrect
Thresholding keeps only pixels within a chosen color range to isolate the target.
Why is contour detection important in color-based tracking?
✗ Incorrect
Contours outline the detected color regions, helping locate the object.
What is a common problem when using color-based tracking outdoors?
✗ Incorrect
Outdoor lighting changes can make color detection unreliable.
Which step comes first in color-based tracking?
✗ Incorrect
First, the image is converted to HSV to prepare for color filtering.
Explain the main steps involved in color-based tracking for a drone.
Think about how the drone sees and follows a colored object step by step.
You got /5 concepts.
What challenges might a drone face when using color-based tracking and how can they be addressed?
Consider real-world conditions like sunlight and surroundings.
You got /5 concepts.