1343 Commits (ac6fb1778433e9c4d27148443b3d9eb848c53d3b)

Author SHA1 Message Date
Alexander Alekhin be326ff752 build: fix/eliminate MSVC warnings 2 years ago
Alexander Alekhin a565aa6db9 docs: prefer # for links generation 2 years ago
Pavel Rojtberg 70779d4e66 calib3d: use OCV_LAPACK_FUNC 2 years ago
Rostislav Vasilikhin 07c795408d doc fix 2 years ago
Sean McBride 1829eba584 Fixed most clang -Wextra-semi warnings 2 years ago
catree c34c4b50d0 Add information about the disparity-to-depth mapping matrix. Add more references about other related functions in the calib3d doc. 2 years ago
Andrey Senyaev ccfc34b13f Disabled compiling warnings in case of symbols in cmake for 4.x 2 years ago
Stefan Spiss 66cbb7b911 Extended tests for stereoCalibrate function of fisheye camera model. 2 years ago
Stefan Spiss 9ca3a3139a Extended tests for stereoCalibrate function of pinhole camera model. 2 years ago
Stefan Spiss 6fb465cb4e Extended stereoCalibrate function for fisheye 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. 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. 2 years ago
Alexander Alekhin 44b2f9637a Revert "suppress warning on GCC 7 and later" 2 years ago
HAN Liutong 0ef803950b
Merge pull request #22179 from hanliutong:new-rvv 2 years ago
Vincent Rabaud ed4bf13960 Fix cleanFoundConnectedQuads. 2 years ago
Vincent Rabaud 0a88f84847
Merge pull request #22208 from vrabaud:34_calibinit 2 years ago
Tomoaki Teshima a630ad73cb suppress warning on GCC 7 and later 2 years ago
catree a04f9e7a59 Add more references. Update missing references with webarchive. Use mathbf for matrices. Check that the determinant of the rotation matrix is not negative (reflection), and correct it if it is the case. 2 years ago
Ed J f28e191d70 cheirality -> chirality 3 years ago
Ed J 38b6c44b4c for then given -> for the given 3 years ago
Victor 1230075011
Merge pull request #22045 from victor1234:calib3d-fisheye-model-reference 3 years ago
Alexander Alekhin 434c96e625 build: eliminate warnings 3 years ago
Kataev Victor 1ddc51cfd1 Update fisheye::distortPoints() documentation 3 years ago
Kataev Victor 50bf0e10f5 Fix cameracalibration test 3 years ago
Manolis Lourakis 8d0fbc6a1e
Merge pull request #21702 from mlourakis:4.x 3 years ago
Kumataro 602caa9cd6
Merge pull request #21937 from Kumataro:4.x-fix-21911 3 years ago
Victor 2b67bc448d
Merge pull request #21931 from victor1234:calib3d-add-undistortImagePoints 3 years ago
Kataev Victor 6d0f1275c2 Add use of R and P parameters to cv::undistortPoints test 3 years ago
Victor 5cc154147f
Merge pull request #21841 from victor1234:calib3d-undistortPoints-tests 3 years ago
Victor 27c15bed60
Merge pull request #21834 from victor1234:issue-19138_add_termcriteria_to_fisheye_undistortpoints 3 years ago
h6197627 649f747f8a
Merge pull request #21405 from h6197627:3.4 3 years ago
catree 032a61b197 Summarize PnP pose computation on a single separate page. 3 years ago
Polina Smolnikova 456137fa24
Merge pull request #21166 from rayonnant14:issue_21105 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 3 years ago
Alexander Panov 982745fb83
Merge pull request #20735 from AleksandrPanov:radon_checkerboard 3 years ago
thezane 9e835e8edb
Merge pull request #20636 from thezane:recoverPoseFromDifferentCameras 3 years ago
Alexander Alekhin 2ed5cba110 build: eliminate build warnings 3 years ago
Francesco Petrogalli d29c7e7871
Merge pull request #20392 from fpetrogalli:aarch64-semihosting 3 years ago
Vincent Rabaud b68057d927 Do not use = 0 for a cv::Mat. 3 years ago
Ian Maquignaz 464441d8c3 Added new unit test for initInverseRectificationMap() 3 years ago
Ian Maquignaz 2db243b8ed
Merge pull request #20247 from IanMaquignaz:inverseRectification_update 3 years ago
Ian Maquignaz b05631432b Added declaration, definition and unit test for initInverseRectificationMap() 3 years ago
Ian Maquignaz dc92886ab6 Added markup to enable hyperlinking of functions in calib3d documentation 3 years ago
Maksym Ivashechkin 527d86a93d
Merge pull request #20012 from ivashmak:bugfix_solvepnp 4 years ago
Guillaume Jacob 9f3e83baf6 calib3d: Update documentation of calibrateCamera 4 years ago
Andreas Franek 4ed91ce7ed add estimateAffine3D overload that implements Umeyama's algorithm 4 years ago
berak 3386efddba calib3d: fix masks for usac 4 years ago
Tiago De Gaspari 9f295b2c91 Expose maxIters in findEssentialMat 4 years ago
Tiago De Gaspari ac9182f20d Add maxIters parameter to LMeDS method in findFundamentalMat 4 years ago
Xinguang Bian b995de4ff3
Merge pull request #19253 from mightbxg:bugfix_PnPRansac 4 years ago