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!