opencv/modules/calib3d/perf
Victor 5cc154147f
Merge pull request #21841 from victor1234:calib3d-undistortPoints-tests
Add distort/undistort test for fisheye::undistortPoints()

* Add distort/undistort test for fisheye::undistortPoints()

Lack of test has allowed error described in 19138 to be unnoticed.
In addition to random points, four corners and principal center
added to point set

* Add random distortion coefficients set

* Move undistortPoints test to google test, refactor

* Add fisheye::undistortPoints() perf test

* Add negative distortion coefficients to undistortPoints test, increase value

* Move to theRNG()

* Change test check from cvtest::norm(L2) to EXPECT_MAT_NEAR()

* Layout fix

* Add points number parameters, comments
2022-04-19 18:07:34 +00:00
..
opencl ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_affine2d.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_cicrlesGrid.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
perf_pnp.cpp Fix issue with solvePnPRansac and Nx3 1-channel input when the number of points is 5. Try to uniform the input shape of projectPoints and undistortPoints. 2019-05-22 14:19:16 +02:00
perf_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_stereosgbm.cpp Added performance test for StereoBM algorithm 2019-09-09 16:37:06 +03:00
perf_undistort.cpp Merge pull request #21841 from victor1234:calib3d-undistortPoints-tests 2022-04-19 18:07:34 +00:00