mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 06:10:02 +08:00
5cc154147f
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 |
||
---|---|---|
.. | ||
opencl | ||
perf_affine2d.cpp | ||
perf_cicrlesGrid.cpp | ||
perf_main.cpp | ||
perf_pnp.cpp | ||
perf_precomp.hpp | ||
perf_stereosgbm.cpp | ||
perf_undistort.cpp |