Skip to content

davertor/webcam_color_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Made-love LinkedIn

Webcam color detector

Webcam color detector is a python script that opens your webcam video in order to detect objects with the color defined by the user in real-time.

Webcam color detector draw a yellow circle in the center of the object detected. Color is defined in HSV space instead of RGB, because in HSV color is defined mainly by its hue, which makes easier to find the desired color. The detector can only find one object per frame, so it will draw a circle around the object with the higher contour.

Besides, the detector draw a red path over the image, which is the trajectory described by the object with the selected color.

Product screenshot

Dependencies

Before you begin, ensure you have met the following requirements:

  • open-cv
  • numpy

Authors

License

This project uses the following license: GNU v3.0

About

Python script to filter objects by color in HSV space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages