It is an object detector which detects and classifies objects using classical image processing techniques in opencv. Every class is distinguished by its color
Steps :
-
You need to install opencv for this. Simply run:
pip install opencv-python==3.4.2.16
pip install opencv-contrib-python==3.4.2.16
-
Run python Detect.py
-
Keep on pressing q to get to the next window.