How to find direction (directional vectors) of a moving object in a video?

5 vues (au cours des 30 derniers jours)
Will the motion estimation algorithm work? Is there any other way to determine the directional vectors?

Réponse acceptée

Sean de Wolski
Sean de Wolski le 14 Fév 2011
What motion estimation algorithm are you referring to? There are many.
Personally I would recommend block by block phase correlation.
  5 commentaires
Sean de Wolski
Sean de Wolski le 29 Mar 2011
Yes! Break your reference and target images into blocks. Perform the phase correlation on each block (probably padded with zeros to a bigger block in the target image), recover the u,v, components of motion, store them in their own matrices.
Harsha Vardhan Rao  Avunoori
Hey Sean...How can I plot motion field for Phase Correlation method ??? I want to plot motion field for both Phase Correlation and block by block phase correlation....

Connectez-vous pour commenter.

Plus de réponses (2)

Brett Shoelson
Brett Shoelson le 14 Fév 2011
The Video and Image Processing Blockset provides optical flow functionality...written just for this purpose!
Cheers,
Brett
  2 commentaires
Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori le 16 Fév 2011
I am a student and Can I use the trial version of the Simulink Video and Image Processing Blockset ???Will it have all the features ???
Brett Shoelson
Brett Shoelson le 5 Mar 2011
Our student versions are fully functional. You can take full advantage of whichever of our products to which you have access.

Connectez-vous pour commenter.


parvathy H
parvathy H le 14 Juil 2017
to find the direction of my moving object,I have divided the video frame into blocks. how do i know in which block is my object present now.

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by