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?