Is there a better straight-line drawing function? [closed]
Hi!
I need to draw a line between 2 points. The cv::line() function that comes with OpenCV has a lot of issues (unable to draw even line thickness greater than 2, unable to draw very long lines, terrible at drawing diagonals at precise angles, etc.).
Is there a better line drawing function?
If you can come up with something better, make a pull request and give back to the community.
Yes, I already wrote a simple function that at least respects thickness, but it's so simple Im sure someone smarter already came up with something much better.