How to superimpose the motion vectors over an image?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!