andrewssobral / simple_vehicle_counting

Vehicle Detection, Tracking and Counting
497 stars 246 forks source link

can the program calculate the speed of vehicle with some parameters? #10

Closed ghost closed 8 years ago

ghost commented 8 years ago

as title said, can the program calculate the speed of vehicle with some parameters in highway?

andrewssobral commented 8 years ago

hi @fuxi1993 yes, you can use the centroid of each vehicle to estimate its current speed under some non-linear transformation / regression. However, you may need the real vehicle speed for calibration. Unfortunately this feature was not implemented yet in this package. Currently, as title said, the code only detect, track and count the highway vehicles in a simple manner.