Trafficlight-detector

image

team member:

  • Lee donghun
  • Lee seungjae
  • Ahn Hyochan
  • You seongmin

introduce :

A program that detects the color of a traffic light and informs it

purpose :

Traffic Light Color Classification Service for the Blind

features

Distinguish between green and red traffic lights separate the unique differences in color into numbers

functions

  • cv2.cvtColor() : changes the color to a number
  • lower_color = np.array() : Arrangement limits each color to a numeric range ex) lower_red1 = np.array([0, 100, 100])
  • cv2.inRange() : Create a mask by color
  • imshow() : print the image

languages used

  • python
  • python OpneCV (cv2)

Images used

red green