low resolution of polygons and lines #27
Labels
enhancement
New feature or request
TODO
the endless list of minor issues found en passant
Visual Finish
visual beautifications
Milestone
The overall resolution of the image seems to be quite low; one can even see the pixels.
Does this have to do with the distortion via
cv2.perspectiveTransform
? → could it be, that the image is actually displayed on a small areaviewport.src_points = [[0, 0], [0, 100], [100, 100], [100, 0]]
and then projected onto the whole screen?viewport.dst_points = [[80, 45], [80, 1035], [1840, 1035], [1840, 45]]
The text was updated successfully, but these errors were encountered: