Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 326 Bytes

File metadata and controls

13 lines (9 loc) · 326 Bytes

live-color-recognizer-in-opencv-python

Color Recognizer to detect BGR colors along with Black and white

This script finds the most dominant color in the frame.

Currently it can recognize BGR color along with black and white.

Recognized colors are printed on console continuously.

Requirements: Python 3.5 Opencv . numpy