How to find direction (directional vectors) of a moving object in a video?
2 ビュー (過去 30 日間)
古いコメントを表示
Harsha Vardhan Rao Avunoori
2011 年 2 月 14 日
回答済み: parvathy H
2017 年 7 月 14 日
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!