Commit c72a1911 authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix typo

parent 160f2619
...@@ -329,7 +329,7 @@ TEST_F(fisheyeTest, Homography) ...@@ -329,7 +329,7 @@ TEST_F(fisheyeTest, Homography)
EXPECT_MAT_NEAR(std_err, correct_std_err, 1e-12); EXPECT_MAT_NEAR(std_err, correct_std_err, 1e-12);
} }
TEST_F(fisheyeTest, EtimateUncertainties) TEST_F(fisheyeTest, EstimateUncertainties)
{ {
const int n_images = 34; const int n_images = 34;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment