Info

This question is closed. Reopen it to edit or answer.

LKTrackShow.m need help in making arrows of Draw speed lines

1 view (last 30 days)
LKTrackShow.m Download link: https://www.mathworks.com/matlabcentral/fileexchange/30822-lucas-kanade-tracker-with-pyramid-and-iteration/content/LK%20Tracker/LKTrackShow.m File name - LKTrackWrapper.m
NEED help in making arrows of Draw speed lines if p > 1 % draw speed lines plot([X2p,X2p+(X2p-X2pl)*sc]',... [Y2p,Y2p+(Y2p-Y2pl)*sc]','m-');

Answers (1)

KSSV
KSSV on 2 Sep 2016
You may use this to plot arrows:
https://in.mathworks.com/matlabcentral/fileexchange/278-arrow

Community Treasure Hunt

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

Start Hunting!