17 Commits (c6776ec136ee465c247f727f3ca8aa1f0b0cff8b)

Author SHA1 Message Date
Maksim Shabunin 8cbdd0c833
Merge pull request #25075 from mshabunin:cleanup-imgproc-1 10 months ago
Alexander Smorkalov 4c549b8707
Merge pull request #25061 from asmorkalov:as/register_cameras 11 months ago
Vadim Pisarevsky 518486ed3d
Added new data types to cv::Mat & UMat (#23865) 1 year ago
Alexander Smorkalov 285108e2e1 Finalize calib3d module split for fisheye part. 1 year ago
Maksym Ivashechkin 67a3d35b4e
Merge pull request #22363 from ivashmak:multiview-calib 2 years ago
Rostislav Vasilikhin 23dec329b4
Merge pull request #23150 from savuor:port5_stereo_calib_per_obj 2 years ago
Rostislav Vasilikhin f92a1aa07d trying to fix MSVC compilation 2 years ago
Rostislav Vasilikhin bfc4bdd9d0 regression test added 2 years ago
Rostislav Vasilikhin 9d6f388809
Merge pull request #21018 from savuor:levmarqfromscratch 3 years ago
Alexander Alekhin fce4a19d0d 5.x: cleanup compatibility code (2021-10) 3 years ago
Vadim Pisarevsky eff6d32337 * refactored the remaining old-style functions in 3d and calib modules to use the new C++ API. 4 years ago
Vadim Pisarevsky d6c699c014 calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 4 years ago
Vadim Pisarevsky a2f7ef9d21
Merge pull request #17816 from vpisarev:essential_2cameras 5 years ago
Alexander Alekhin 9a4404276a calib3d: revert stereoRectify() changes from PRs: 6836, 6972, 6955 5 years ago
Daniel Kapusi d2872afce0 Merge pull request #15341 from DiebBlue:is5769 5 years ago
rasmus25 394bc91e07 Merge pull request #14718 from rasmus25:3.4 6 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
Suleyman TURKMEN 794c14b29a code clean up 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
Dmitry Kurtaev ea67060081 Fix https://github.com/opencv/opencv/issues/12970 6 years ago
Wenfeng CAI 31be03a805 Merge pull request #12772 from xoox:calib-release-object 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin c7fc563dc0 calib3d: chessboard detector - replace OpenCV C API 7 years ago
Alexander Alekhin f378f1d585 calib3d: add regression test for stereoCalibrate 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Pavel Rojtberg 203dc3bb48 Merge pull request #10667 from paroj:stereo_calib_ex 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Alexander Alekhin 7e12c879c2 core: extend traits::Type / traits::Depth for compatible types 7 years ago
David Carlier bacc210606 fixing segfaults occuring when launching those unit tests 8 years ago
Alexander Alekhin ca6beb9ca8 calib3d: fix InputArray -> CvMat 8 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 8 years ago
Alexander Alekhin 4439ba09f9 test: update condition for Calib3d_StereoCalibrate 8 years ago
Sergei Nosov b3d55489d3 fix compiler warning 9 years ago
Sergei Nosov d06b8c4ea9 add test for #6836 9 years ago
Vladislav Sovrasov 46fb46c54e Add an extended version of CalibrateCamera function 9 years ago
Pavel Rojtberg 8ed1945ccd calibrationMatrixValues: consider principalPoint in FOV computation 9 years ago
Krishnaraj Bhat 9b8013d193 gcc6: fix misleading indentation warning 9 years ago
Maksim Shabunin eebd4cad66 Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 9 years ago
Vadim Pisarevsky 7fd5b3a0c5 added another triangulation test case from http://code.opencv.org/issues/3461; fixed partial derivative on distortion coefficients, as http://code.opencv.org/issues/4101 suggests 10 years ago
Vadim Pisarevsky 90a78585fb reproduced test case from http://code.opencv.org/issues/4334 10 years ago
Ilya Lavrenov 89e3c508d8 fixed tests for aarch64 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Maks Naumov b033a63e63 fix typo in test_cameracalibration 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Ilya Lavrenov eedf86402d typos 11 years ago
Ilya Lavrenov 32eb38ec98 fixed defects from coverity.com 11 years ago
Konstantin Matskevich e9e9e00d45 replaced sprintf with cv::format 11 years ago
Roman Donchenko 63c61b4b98 Revert "replaced sprintf with cv::format" 11 years ago
Konstantin Matskevich b83eff7ecf replaced sprintf with cv::format 11 years ago