1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #17188 from asmorkalov:as/fisheye_test

This commit is contained in:
Alexander Alekhin
2020-04-30 13:55:31 +00:00
+1 -1
View File
@@ -101,7 +101,7 @@ TEST_F(fisheyeTest, projectPoints)
EXPECT_MAT_NEAR(distorted0, distorted2, 1e-10);
}
TEST_F(fisheyeTest, DISABLED_undistortImage)
TEST_F(fisheyeTest, undistortImage)
{
cv::Matx33d theK = this->K;
cv::Mat theD = cv::Mat(this->D);