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 calibration can run to completion, but get poor results. There are three possible reasons
The optimization is caught in a local minimum.
The optimization is ill conditioned or not fully constrained
The optimization found an alternate symmetric solution.
The first case usually has large residual error. We should check and flag this situation
The second case is detectable through covariance analyis the Jacobian will not be full rank.
For small problems, this can be checked through Cere's covariance
The third case is difficult to detect, except that the results are absurd. For example, mathematically, the same image of a target is obtained by placing the camera on the opposite side of the target and facing it away from the object. Similar difficulties occur when the target is symetric. The same image of the target is possible from as many as 8 different vantage points, both in front of and behind the target.
For extrinsic calibration, having a camera either behind a target, or facing away from it could be detected and flagged.
In short we need error checking and flagging.
The text was updated successfully, but these errors were encountered:
The calibration can run to completion, but get poor results. There are three possible reasons
The first case usually has large residual error. We should check and flag this situation
The second case is detectable through covariance analyis the Jacobian will not be full rank.
For small problems, this can be checked through Cere's covariance
The third case is difficult to detect, except that the results are absurd. For example, mathematically, the same image of a target is obtained by placing the camera on the opposite side of the target and facing it away from the object. Similar difficulties occur when the target is symetric. The same image of the target is possible from as many as 8 different vantage points, both in front of and behind the target.
For extrinsic calibration, having a camera either behind a target, or facing away from it could be detected and flagged.
In short we need error checking and flagging.
The text was updated successfully, but these errors were encountered: