HOW TO FIND THE VELOCITY OF AN IMAGE?

12 次查看(过去 30 天)
ajith
ajith 2013-11-27
评论: ajith 2013-12-26
Sir,
i have 26 images. i need to find the velocity of that images. how would i been find that velocity explain in coding means its been more useful for me. in matlab its there any inbuilt funcution for find velocity
  2 个评论
David Sanchez
David Sanchez 2013-11-27
what do you mean by "velocity of an image"? The velocity of objects present in the images?
ajith
ajith 2013-11-27
in my image set there is a blood flow so i need to find the velocity of blood flow.

请先登录,再进行评论。

回答(1 个)

David Sanchez
David Sanchez 2013-11-27
You can not calculate the speed of an object within an image unless you know the length of the objects and the time taken by the objects to go from one position to the next. The equation is simple.
Velocity = distance/time; % as you surely know
If you know the distance travelled by your cells and the time taken in the process, you can obtain the velocity.
  3 个评论
David Sanchez
David Sanchez 2013-11-27
you have to know the equivalence between pixel and mm. If you are working with blood stream, it will definitively be difficult to know. Do you know the size of your cells (in mm)? If so, measure their size in pixels and extrapolate to the distance travelled by the cells. In those small scales, the time taken will be very short and the precision of your measurement will be affected.
ajith
ajith 2013-12-26
i use horn and shunk method http://www.mathworks.in/help/vision/ref/vision.opticalflowclass.html in this specifies the velocity output i completed to find the optical flow (u,v) i need to find the velocity output how would i find the result.

请先登录,再进行评论。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by