Skip to content

Commit 7577f14

Browse files
authored
Merge pull request opencv#8592 from tomoaki0705:fixTypoCalib3d24
calib3d: fix typo
2 parents 160f261 + c72a191 commit 7577f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/calib3d/test/test_fisheye.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ TEST_F(fisheyeTest, Homography)
329329
EXPECT_MAT_NEAR(std_err, correct_std_err, 1e-12);
330330
}
331331

332-
TEST_F(fisheyeTest, EtimateUncertainties)
332+
TEST_F(fisheyeTest, EstimateUncertainties)
333333
{
334334
const int n_images = 34;
335335

0 commit comments

Comments
 (0)