1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #8592 from tomoaki0705:fixTypoCalib3d24

calib3d: fix typo
This commit is contained in:
Alexander Alekhin
2017-04-17 17:22:29 +03:00
committed by GitHub
+1 -1
View File
@@ -329,7 +329,7 @@ TEST_F(fisheyeTest, Homography)
EXPECT_MAT_NEAR(std_err, correct_std_err, 1e-12);
}
TEST_F(fisheyeTest, EtimateUncertainties)
TEST_F(fisheyeTest, EstimateUncertainties)
{
const int n_images = 34;