CVFeb 17, 2017

Vehicle Speed Detecting App

arXiv:1702.05388v2
Originality Synthesis-oriented
AI Analysis

This is an incremental application for traffic monitoring or safety using existing computer vision methods on new smartphone data.

The authors tackled vehicle speed detection using a smartphone camera by employing the LBP cascade classifier from OpenCV to track vehicle displacement and compute speed with a conversion coefficient, resulting in measured speeds that are proportional to ground truth speeds.

The report presents the measurement of vehicular speed using a smartphone camera. The speed measurement is accomplished by detecting the position of the vehicle on a camera frame using the LBP cascade classifier of OpenCV API, the displacement of the detected vehicle with time is used to compute the speed. Conversion coefficient is determined to map the pixel displacement to actual vehicle distance. The speeds measured are proportional to the ground truth speeds.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes