1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00
Files
opencv/doc
Matt Van Horn 5e4592440e calib3d: fix reprojection error RMSE calculation in Python tutorial
The tutorial code used cv.NORM_L2 (which takes a square root) and then
averaged those values. The correct RMSE formula should use NORM_L2SQR
to get squared errors, average them, and take the square root at the
end. Updated the explanatory text to match.

Fixes https://github.com/opencv/opencv/issues/28651
2026-03-13 10:00:23 -07:00
..
2019-08-31 01:50:11 +03:00
2014-12-26 19:17:18 +03:00
2020-04-08 13:55:44 +03:00
2020-07-28 18:31:21 +03:00
2020-07-28 18:31:21 +03:00
2020-07-28 18:31:21 +03:00
2020-08-21 11:18:40 +03:00
2020-07-28 18:31:21 +03:00
2020-07-28 18:31:21 +03:00