Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
I'm working on a movable sensor which tracks(follows) flying objects. I do simple image processing at particular frame interval(dt=40ms) and during that time I find the distance(dx) of objet from centre and calculate velocity( v= dx/dt) and acceleration(a=dv/dt) and give command of a,v to the moving platform.

But I found difficulties to calculate velocity due to noise, it gives erroneous values. The object I'm tracking has a path mostly parabolic/ linear but very high speed. To smooth this velocity I used cubic B spline but no notable improvement..

Any suggestions.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900