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

 Respuesta aceptada

Sean de Wolski
Sean de Wolski el 14 de Feb. de 2011
What motion estimation algorithm are you referring to? There are many.
Personally I would recommend block by block phase correlation.

5 comentarios

I am not sure about the type of motion estimation algorithm but I want to know whether this kind of approach will give me the directional vectors of a moving object ?
Sean what would be the algorithm for block by block phase correlation ?? Is it something like dividing the entire frame into blocks and then applying phase correlation and detecting peaks in each block ?What is the way to get motion field ?
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.
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....

Iniciar sesión para comentar.

Más respuestas (2)

Brett Shoelson
Brett Shoelson el 14 de Feb. de 2011
The Video and Image Processing Blockset provides optical flow functionality...written just for this purpose!
Cheers,
Brett

2 comentarios

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 ???
Our student versions are fully functional. You can take full advantage of whichever of our products to which you have access.

Iniciar sesión para comentar.

parvathy H
parvathy H el 14 de Jul. de 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.

Categorías

Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by