The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
0answers
67 views
+50

'Best fit' motion curve for an unachievable profile

I have a discrete function that represents a 1d position in space over time. I have a motion system that would like to achieve this curve, but, due to constraints on jerk (3rd derivative) and ...
2
votes
0answers
22 views

How to get translation and roation data using 6DOF MPU6150

I am trying to get the position data from an IMU 6 Degrees of Freedom (MPU-6150) board using an Arduino Uno. I am trying Jeff Rowberg’s example MPU6050_DMP6.ino that may be found here. This is the ...
5
votes
1answer
122 views

Deconvolution: Richardson-Lucy vs Wiener

I am studying some deconvolution techinques (to remove motion blur) like: Richardson-Lucy Wiener Are there any pros/cons of using one versus another? For example which are the pros/cons of ...
5
votes
2answers
202 views

Using reference objects to estimate the point spread function?

I have a well-defined object and a clear image matrix of it. In subsequent frames the object moves, causing motion blur. I want to use the object as a reference to "guide" the deconvolution and ...
1
vote
2answers
112 views

State of the art motion blur recovery

Could the experts point me towards the best motion de blur algorithm? My images are blurred where I know the motion information with good precision(direction and angle) There are so many ...