25 Commits (8c22b4b54bd87f7510cf382aab5792bc480c9a6f)

Author SHA1 Message Date
Bhavit Patel 7ea6b356c7
Merge pull request #23305 from bhavitp:fix/calib3d/undistortion_grid 2 years ago
Maksim Shabunin c1e5c16ff3 Backport C-API cleanup (imgproc) from 5.x 2 years ago
Ian Maquignaz 464441d8c3 Added new unit test for initInverseRectificationMap() 4 years ago
Ian Maquignaz 2db243b8ed
Merge pull request #20247 from IanMaquignaz:inverseRectification_update 4 years ago
Ian Maquignaz b05631432b Added declaration, definition and unit test for initInverseRectificationMap() 4 years ago
Maksim Shabunin b379969c63 Test: avoid duplicated test cases 5 years ago
Vitaly Tuzov 7b3a752012 Fixed universal intrinsic undistort() implementation 5 years ago
Vitaly Tuzov 82e5b961d3 Fixed initUndistortRectifyMap AVX2 implementation 5 years ago
catree 7ed858e38e 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. 6 years ago
Vadim Pisarevsky 8f15a609af
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Alexander Alekhin 8f1f4273a2 calib3d: move undistort files from imgproc 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Ilya Lavrenov 32eb38ec98 fixed defects from coverity.com 11 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago