1 / 6

CS 2310 Final Project - Driving Behavior Monitor

CS 2310 Final Project - Driving Behavior Monitor. Haifeng Xu Dec. 5, 2013. Project description. To design and implement an application that monitors users’ driving behaviors in real time, using on-device sensors

helene
Download Presentation

CS 2310 Final Project - Driving Behavior Monitor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 2310 Final Project-Driving Behavior Monitor Haifeng Xu Dec. 5, 2013

  2. Project description • To design and implement an application that monitors users’ driving behaviors in real time, using on-device sensors • GPS data is used to calculate the driving speed and road conditions (highway or local) if possible • Gyroscope and accelerometer combined are used to detect moving trajectories such as making turns, changing lanes, etc. • Two components • Driving data collector runs on Android • Algorithm for evaluating driving behavior runs in SIS

  3. Android driving data collector

  4. Evaluation algorithm • Composite values are used • acc= sqrt(accX*accX+ accY*accY + accZ*accZ) • rot = sqrt(rotX*rotX+ rotY*rotY + rotZ*rotZ) • Four unsafe patterns and empirical thresholds • Hard acceleration/deceleration (Acc) • High speed turn (Acc * Rot, & V) • Swing between lanes (Rot * V) • Cellphone use (Rot & V) • 5s evaluation window

  5. Running results in SIS

  6. Thanks!

More Related