Ask Your Question
0

How can I calculate my car's speed from a dash cam video?

asked 2017-04-13 11:08:40 -0600

I have a dash camera on my windshield, and I'm wondering if there is any way to determine my vehicle's speed using the video footage from the dash cam. Please help!

edit retag flag offensive close merge delete

Comments

berak gravatar imageberak ( 2017-04-13 12:24:54 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-04-14 04:42:23 -0600

Possible approach you can implement

  1. For your video input, grab single frames
  2. Calculate keypoints in every frame
  3. Match keypoints in subsequent frames and calculate the optical flow
  4. Relate the optical flow values to actual speed values (will need some kind of calibration for the car I guess)
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-04-13 11:08:40 -0600

Seen: 1,087 times

Last updated: Apr 14 '17