pfr / VideoSpeedTracker

Track vehicles on one lane one way, or two lane bidirectional streets; record direction, compute speed and size
64 stars 9 forks source link

some question about speed limit? #13

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello! About the speed calculation, you propose a formula : Observed vehicle speed = int (0.5 + ( (observed vehicle frame count) / (calibration vehicle frame count)) * speed limit).

I want to ask about where do you get the speed limit, is it set in configuration file or some where else?

very excited to here your reply.