301 Commits (4.x)

Author SHA1 Message Date
catree 165bf25c46 Fix typo with cameramatrix command for documentation. 3 months ago
Alexander Smorkalov 75fca7d9d0 Added fisheye::distort with non-identity projection matrix. 4 months ago
Kumataro 0b5b40179c calib3d: doc: enable line breaks in formulas 5 months ago
John Stechschulte 7b31cc7314
Merge pull request #24897 from JStech:fix-handeye 6 months ago
Dmitry Kurtaev b1e01970ef
Merge pull request #25308 from dkurt:not_normalized_findHomography 7 months ago
inkredibl 2225b257cf
Merge pull request #25488 from inkredibl:doc-fix-findEssentialMat 7 months ago
Kumataro b34ec57682
Merge pull request #25141 from Kumataro:fix25140_4.x 9 months ago
catree 1c664ff673 Fix mistake into the reprojectImageTo3D doc. Backport from #25083 PR. 9 months ago
Markus Murschitz f9a7d3b90c changed formular in documentation of reprojectImageTo3D to fit the actual algorithm 9 months ago
Alexander Smorkalov bd73b7bcf5
Merge pull request #25028 from asmorkalov:as/fisheye_solvepnp 9 months ago
Alexander Smorkalov 03d1760dd5 Added exception warning to calibrateCamera description. 11 months ago
thewoz e64c5dc4c6
Merge pull request #24546 from thewoz:checkerboard 11 months ago
Tomoaki Teshima c7ed293484 typo fix 12 months ago
Maksym Ivashechkin 44881592c3
Merge pull request #23078 from ivashmak:update_vsac 1 year ago
Alexander Alekhin a565aa6db9 docs: prefer # for links generation 2 years ago
Rostislav Vasilikhin 07c795408d doc fix 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
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
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
Kataev Victor 1ddc51cfd1 Update fisheye::distortPoints() documentation 3 years ago
Victor 2b67bc448d
Merge pull request #21931 from victor1234:calib3d-add-undistortImagePoints 3 years ago
Victor 27c15bed60
Merge pull request #21834 from victor1234:issue-19138_add_termcriteria_to_fisheye_undistortpoints 3 years ago
catree 032a61b197 Summarize PnP pose computation on a single separate page. 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
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
Ian Maquignaz dc92886ab6 Added markup to enable hyperlinking of functions in calib3d documentation 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
Tiago De Gaspari 9f295b2c91 Expose maxIters in findEssentialMat 4 years ago
Alexander Smorkalov e2ca50f1cb
Merge pull request #19539 from asmorkalov:as/calib_fix_focal_length 4 years ago
Ian Maquignaz 378a634de8 Updated Calib3d documentation to fix missing @ref in master 4 years ago
Alexander Alekhin 94e7be3714 docs(calib3d): avoid reference on legacy C API constants 4 years ago
Ian Maquignaz 085a131801 Applied '@ref' linking for 3.4 Calib3D parameters and added enum cv::fisheye::CALIB_ZERO_DISPARITY == cv::CALIB_ZERO_DISPARITY == 0x400 == 1 << 10. 4 years ago
Alexander Alekhin 175cd03ff2 calib3d: fix findCirclesGrid hang 4 years ago
Randall Britten 7f3ba5963d Fixed minor typo "poins" in documentation page 4 years ago
Nathan Godwin 2255973b0f
Merge pull request #18371 from nathanrgodwin:sqpnp_dev 4 years ago
Ian Maquignaz bb067c7ebf
Merge pull request #18849 from IanMaquignaz:fix_findFundamentalMat_parameters 4 years ago
arodrigu aa51382dbc Fix: UsacParams Python bindings 4 years ago
Maksym Ivashechkin d5dce63254
Merge pull request #18356 from ivashmak:update_ransac 4 years ago
Alexander Alekhin 644de8f22a java: fix javadoc generation 4 years ago
catree 417d7a38de Add Robot-World/Hand-Eye calibration function. 4 years ago
catree 379b83e946 Fix cubic root computation to be able to handle negative values. Improve doc. Add regression test. 4 years ago
catree dda1bf1887 Add broken implementation note for DLS and UPnP. 4 years ago
catree cd01ee9a54 Use camera intrinsic matrix everywhere. Add cameramatrix, distcoeffs and distcoeffsfisheye macros to avoid copy/paste errors. 4 years ago