Vision Based Traffic Light Triggering for Motorbikes Research Paper
Vision Based Traffic Light Triggering for Motorbikes Report
The goal of this project was to create a computer vision algorithm to detect incoming motorbike traffic for traffic light triggering.
I intended to partially track the motorbike enough for it to distinguish it from cross traffic and noise.
Problems I ran into and steps I took to correct them:
1. I choose to use video processing rather than single image processing. Video footage allows motion segmentation by background subtraction.
2. Defining the background image for subtraction was also a problem. A set image is not very robust. a slight movement to the camera will produce noise. Just using the previous frame will not give enough difference. Elected to use a sliding average to determine the background image.
Wednesday, March 14, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment