MATLAB File Help: cv.arrowedLine Index
cv.arrowedLine

Draws an arrow segment pointing from the first point to the second one.

img = cv.arrowedLine(img, pt1, pt2)
[...] = cv.arrowedLine(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function cv.arrowedLine draws an arrow between pt1 and pt2 points in the image.

See also