How to superimpose the motion vectors over an image?

2 visualizzazioni (ultimi 30 giorni)
my motion vector plot i obtained using the quiver function on matlab is not the same as the image. My image size is 420 by 560 and my motion vector plot is 30 by 30. How can I do the superimposing over the full range of the image. what I have so far is this : figure(1); imshow(img1) hold on quiver(MVx(end:-1:1,:), MVy(end:-1:1,:)); %MVx and MVy are the x and y component of the motion vector.
Plz help

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by