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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Looks like some of the sample files have been corrected, but incorrectly; they were changed from a (1, 5) matrix to a (5, 0) matrix (caused by dropping the outer brackets).
The JSON being put out for distortion coefficients is not formatted correctly (missing commas):
Looks like some of the sample files have been corrected, but incorrectly; they were changed from a (1, 5) matrix to a (5, 0) matrix (caused by dropping the outer brackets).
Logitech Webcam file:
should be
"dist": [[ 0.01632932, -0.36390723, -0.01638719, 0.02577886, 0.93133364]]
Suggest fixing calibrate_camera as:
The text was updated successfully, but these errors were encountered: