Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 307 Bytes

ColorTracking | using OpenCV && Python

A program that aims to:

  • Get web cam video stream
  • Extact an HSV color range
  • Detect the contours and hierarchy
  • Track the biggest contour as long as we change the HSV color ranges by drawing a red cercle whose center is on the centroid of the contour.