Can anybody please give me the matlab code to estimate and compare the motion vectors of blocks of two images?

2 views (last 30 days)
I did upto divide the images into blocks. After that how to find motion vector for each block and compare those values with the other frame blocks to find a best match?

Accepted Answer

Walter Roberson
Walter Roberson on 24 Feb 2014
Algorithms for motion estimation are a theory question, not a MATLAB implementation question.

More Answers (1)

Image Analyst
Image Analyst on 24 Feb 2014
You should perhaps look into "optical flow" or "tracking".

Community Treasure Hunt

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

Start Hunting!