Ask Your Question
1

How to draw arrow from 2 Points

asked 2017-02-26 21:33:00 -0600

hoang anh tuan gravatar image

I have 2 point A(xA,yA) and B(xB,yB). How to draw arrow from A to B? (Of couse, with OpenCV)

Thank for reading!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2017-02-27 02:27:18 -0600

you can use arrowedLine()

you could modify the code if you need some customization

edit flag offensive delete link more
1

answered 2017-02-26 22:37:22 -0600

reference this blog

http://blog.csdn.net/yfqvip/article/d...

image description

Or you can copy a arrow img to the right place ,and in the right size.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-02-26 21:33:00 -0600

Seen: 12,458 times

Last updated: Feb 27 '17