Skip to content

[wish] more stable calibration calculation #2

@tias

Description

@tias

instead of averaging the click-coordinates and then computing the min/max values, we could compute the min/max values using the clicks separately, and average the min/max values itself.

instead of min = calib( (x1 + x2)/2 )
do min = ( calib(x1) + calib(x2) )/2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions