Draws the line segment between pt1 and pt2 points in the image. The line is clipped by
the image boundaries. For non-antialiased lines with integer coordinates, the 8-connected or 4-connected
Bresenham algorithm is used. Thick lines are drawn with rounding endings. Antialiased lines are drawn using
Gaussian filtering.
Draws the line segment between pt1 and pt2 points in the image. The line is clipped by the image boundaries. For non-antialiased lines with integer coordinates, the 8-connected or 4-connected Bresenham algorithm is used. Thick lines are drawn with rounding endings. Antialiased lines are drawn using Gaussian filtering.