mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #16201 from mshabunin:fix-dup-test
This commit is contained in:
@@ -1290,7 +1290,7 @@ void CV_UndistortMapTest::prepare_to_validation( int )
|
||||
}
|
||||
}
|
||||
|
||||
TEST(Calib3d_Undistort, accuracy) { CV_UndistortTest test; test.safe_run(); }
|
||||
TEST(Calib3d_UndistortImgproc, accuracy) { CV_UndistortTest test; test.safe_run(); }
|
||||
TEST(Calib3d_InitUndistortMap, accuracy) { CV_UndistortMapTest test; test.safe_run(); }
|
||||
|
||||
TEST(Calib3d_UndistortPoints, inputShape)
|
||||
|
||||
Reference in New Issue
Block a user