How to find the speed of various moving objects which are being tracked using python opencv? [closed]

asked 2015-02-04 10:06:40 -0600

userno456 gravatar image

How to find the speed of various moving objects which are being tracked using python opencv? 1.what are the functions to be used from python opencv or part of code to find speed 2.steps to be followed in detail.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by berak
close date 2015-02-05 09:34:25.903988

Comments

v = dx/dt (basic physics, no ?)

berak gravatar imageberak ( 2015-02-04 13:39:12 -0600 )edit