Skip to content

The project aims to implement a red traffic light detection algorithm using computer vision techniques.

Notifications You must be signed in to change notification settings

ejpallippurath/traffic-light-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

traffic-light-detection

The project aims to implement a red traffic light detection algorithm using computer vision techniques. The algorithm takes an input image and performs the following steps:

1. Read the image using the OpenCV library.
2. Convert the image from the BGR color space to the HSV color space.
3. Define the upper thresholds for the red color in the HSV color space.
4. Create a mask using the defined thresholds to identify pixels with red color.
5. Apply the mask to the original image, extracting only the regions with red traffic lights.
6. Display the resulting image, highlighting the detected red traffic lights.

traffic_light_imshow

About

The project aims to implement a red traffic light detection algorithm using computer vision techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published