You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The camera calibration should store the resolution it was calibrated at, and if changed in the UI, should invalidate the calibration.
Calibrations could potentially be saved as well, Allowing for an array per camera that is identified by its resolution.
Are there other values that should invalidate the calibration?
The text was updated successfully, but these errors were encountered:
When changing resolution, it should be possible to calculate new calibration values, as only the ratios change. Automatically calculating this could be a good improvement to usability. Other settings shouldnt invalidate the calibration.
As for the calibration itself, it should be possible to automatically detect the quality of calibration and warn the user/reject the calibration in case it is not good enough. Personally, i couldnt find apropriate metrics to do this reliably: the reprojection error is not enough in some cases.
Other stuff that could be included:
Calculating camera trajectory to ensure a variety of views
Checking whether the grid is in aproximately correct position
The camera calibration should store the resolution it was calibrated at, and if changed in the UI, should invalidate the calibration.
Calibrations could potentially be saved as well, Allowing for an array per camera that is identified by its resolution.
Are there other values that should invalidate the calibration?
The text was updated successfully, but these errors were encountered: