Introduction
Imagine trying to follow a friend wearing a bright red jacket in a crowded park. Color-based tracking helps drones do something similar by focusing on specific colors to find and follow objects.
Imagine playing a game of tag where you only chase people wearing a bright yellow hat. You ignore everyone else and focus only on that color to find your target quickly.
┌───────────────┐
│ Camera Image │
└──────┬────────┘
│ Color Detection
▼
┌───────────────┐
│ Color Space │
│ Conversion │
└──────┬────────┘
│ Thresholding
▼
┌───────────────┐
│ Color Mask │
└──────┬────────┘
│ Object Localization
▼
┌───────────────┐
│ Object Position│
└──────┬────────┘
│ Tracking Movement
▼
┌───────────────┐
│ Drone Follows │
│ the Object │
└───────────────┘