mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081)
This commit is contained in:
@@ -796,7 +796,7 @@ int CV_RemapTest::prepare_test_case( int test_case_idx )
|
||||
k[2] = cvtest::randReal(rng)*0.004 - 0.002;
|
||||
k[3] = cvtest::randReal(rng)*0.004 - 0.002;
|
||||
|
||||
cvtest::initUndistortMap( _a, _k, test_mat[INPUT][1].size(), test_mat[INPUT][1], test_mat[INPUT][2] );
|
||||
cvtest::initUndistortMap( _a, _k, Mat(), Mat(), test_mat[INPUT][1].size(), test_mat[INPUT][1], test_mat[INPUT][2], CV_32F );
|
||||
return code;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user