Skip to content

low resolution of polygons and lines #27

@dunland

Description

@dunland

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 area viewport.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]]

Metadata

Metadata

Assignees

Labels

TODOthe endless list of minor issues found en passantVisual Finishvisual beautificationsenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions