Real-Time Color Detection
A real-time computer vision system that detects and classifies object colors using OpenCV and MediaPipe. The system processes live webcam input and identifies dominant color regions with low-latency response.
Core Workflow
- Live webcam capture via OpenCV
- Region of interest detection
- Color space conversion (BGR → HSV)
- Threshold-based color classification
- Real-time bounding box visualization
System Preview


