/CS4053

Primary LanguageC++

Traffic Light Detection

Compile

sudo apt install libopencv-dev pkg-config
g++ detect_traffic_light.cpp -o detectlight `pkg-config opencv --cflags` `pkg-config opencv --libs`

Run

Run the traffic light detection for a given sample file in CamVidLights/CamVidLights<file_no>.png

./detectlight <file_no>

Screenshots Alt text Alt text