필터 지우기
필터 지우기

How to superimpose the motion vectors over an image?

조회 수: 4 (최근 30일)
Yazan Awwad
Yazan Awwad 2014년 2월 20일
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개)

카테고리

Help CenterFile Exchange에서 Vector Fields에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by