Skip to content
Eddie Murphy edited this page Oct 15, 2019 · 15 revisions

Welcome to the opencv-python-traffic-lights wiki!

How It Works: I’ll use image 10 as a demonstration of how my solution works:

First, I split the original image into left and right hand sides to make it easier to segment the two traffic lights. I later realized this approach fails if there are multiple traffic lights on one side. I no longer crop the images according to the new directions.

Clone this wiki locally