How to find direction (directional vectors) of a moving object in a video?
1 次查看(过去 30 天)
显示 更早的评论
Will the motion estimation algorithm work? Is there any other way to determine the directional vectors?
0 个评论
采纳的回答
Sean de Wolski
2011-2-14
What motion estimation algorithm are you referring to? There are many.
Personally I would recommend block by block phase correlation.
5 个评论
Sean de Wolski
2011-3-29
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.
更多回答(2 个)
Brett Shoelson
2011-2-14
The Video and Image Processing Blockset provides optical flow functionality...written just for this purpose!
Cheers,
Brett
2 个评论
Brett Shoelson
2011-3-5
Our student versions are fully functional. You can take full advantage of whichever of our products to which you have access.
parvathy H
2017-7-14
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!