Overview

Dominant colors in an image are detected according to their Hue, Saturation and Value of intensity. This is extended to videos by applying the same to each frame. For video purpose, I’ve used webcam. This project is done using OpenCV, a package for Image Analysis in Python.

Requirements

Install Python3.x, and then install OpenCV by following this page. That page is escpecially the installation instructions for mac users.

Concept

Results

Results without the smoothening filter, resultant with smoothening filter, and the original, all are presented as output.