MATLAB File Help: cv.arrowedLine | Index |
Draws an arrow segment pointing from the first point to the second one.
img = cv.arrowedLine(img, pt1, pt2)
[...] = cv.arrowedLine(..., 'OptionName', optionValue, ...)
[x,y]
the arrow starts from.[x,y]
the arrow points to.The function cv.arrowedLine draws an arrow between pt1
and pt2
points
in the image.