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

Image Processing Toolboxmotion estimation

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?

Best Answer

Algorithms for motion estimation are a theory question, not a MATLAB implementation question.
Related Question