149 Commits (7f0a094e4e06b88fcbfeebd90c084c8cf39ac0f9)

Author SHA1 Message Date
Vincent Rabaud 7f0a094e4e Fix stereoRectify image boundaries again. 1 year ago
Vincent Rabaud 15815fb54d Fix stereoRectify image boundaries. 2 years ago
Bhavit Patel 7ea6b356c7
Merge pull request #23305 from bhavitp:fix/calib3d/undistortion_grid 2 years ago
Rostislav Vasilikhin 4009bca59a
Merge pull request #23025 from savuor:backport3_stddev_calib_fix 2 years ago
Stefan Spiss 8ae03fcd6e Extended stereoCalibrate function for pinhole model to return per view rotation and translation vectors between the calibration object coordinate space and the coordinate space of the first camera of the stereo pair. Added overloaded versions of the function for downward compatibility. 3 years ago
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Wehzie f9e747dbc6 Fixed typo in CV_Error message 4 years ago
Alexander Alekhin 1f2c83845d backport: checks and fixes from static code analyzers results 5 years ago
Alexander Alekhin 71f665bd8c checks and fixes from static code analyzers results 5 years ago
Alexander Alekhin 523f081923 core(check): add Size_<int> 5 years ago
Brian Wignall f9c514b391 Fix spelling typos 5 years ago
catree badd0d1ff4 Add explicit size check for Rodrigues() function to prevent issue like https://stackoverflow.com/questions/58969553 5 years ago
Brian Wignall 659ffaddb4 Fix spelling typos 5 years ago
Alexander Alekhin 13bc55a015 calib3d: clarify error messages in collectCalibrationData() 5 years ago
Alexander Alekhin 9a4404276a calib3d: revert stereoRectify() changes from PRs: 6836, 6972, 6955 5 years ago
Matt Bennett b17d16623a Prevent empty _Jo matrix multiplication when using calibrateCameraRO with iFixedPoint > 0 6 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 6 years ago
luz.paz ec43292e1e Fix modules/ typos 6 years ago
Alexander Alekhin 95d9cfb5c3 static analysis issues 6 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
x3lif 19cf511895 Merge pull request #13910 from x3lif:Issue_13908 6 years ago
Thang Tran a1f4e65d03 calib3d: Fix calibrateCamera() misleading error 6 years ago
Vadim Pisarevsky 8f15a609af
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 7 years ago
Wenfeng CAI c9abb823a7 Fix signature of static collectCalibrationData() 7 years ago
Wenfeng CAI 31be03a805 Merge pull request #12772 from xoox:calib-release-object 7 years ago
Maksim Shabunin e6d9486a6c Fixed several issues found by static analysis 7 years ago
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 7 years ago
Alexander Alekhin 8f1f4273a2 calib3d: move undistort files from imgproc 7 years ago
Apoorv Goel 0ffc186680 Merge pull request #12731 from UnderscoreAsterisk:fix-12012 7 years ago
Wenfeng CAI fce75cd858 Fix failure to request stddev of non-intrinsics 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 7 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 7 years ago
Michael Firman e8cb67572a Bugfix to allow adjust3rdMatrix to be run 7 years ago
denmatfoton b085158d59 Fix unstable work of stereoRectify function. Issue description: https://github.com/opencv/opencv/issues/10791 7 years ago
Pavel Rojtberg 203dc3bb48 Merge pull request #10667 from paroj:stereo_calib_ex 7 years ago
tobycollins f34a0a874a Merge pull request #10522 from tobycollins:issue10519 7 years ago
KUANG Fangjun 67acfc6e25 improve doc. 8 years ago
Vladislav Sovrasov ef7833a271 calib3d: add CALIB_FIX_TANGENT_DIST flag to stereoCalibrate 8 years ago
Tomoaki Teshima 800f656402 suppress warning message 8 years ago
Pavel Rojtberg 5ada462773 calib3d: use cpp functions in cvStereoCalibrate to make it more readable 8 years ago
Pavel Rojtberg 94fdd45b75 calib3d: rewrite reprojectImageTo3D using Matx expressions 8 years ago
Vladislav Sovrasov fa17267e05 calib3d: fix not working CALIB_FIX_TANGENT_DIST flag 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Vladislav Sovrasov c0e456dee2 calib3d: use calibration flags from the new enums 8 years ago
Vladislav Sovrasov d121d1c528 calib3d: add CALIB_FIX_TANGENT_DIST flag 8 years ago
Alexander Alekhin ca6beb9ca8 calib3d: fix InputArray -> CvMat 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago