167 Commits (05b259fe2ef12f3aa8369b2af8d9d56cf0c5c221)

Author SHA1 Message Date
Suleyman TURKMEN 1654dfe3a9 Update samples (#10333) 7 years ago
catree fcb537bacd Add a figure and some formulas to illustrate the PnP pose estimation principle. 7 years ago
catree 2e56a47f8c Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and useExtrinsicGuess==true. Add bibtex citations for P3P. Update SolvPnP tests. 7 years ago
Fakabbir Amin a0c658b012 Merge pull request #9979 from fakabbir:ImproveDoc 7 years ago
KUANG Fangjun 67acfc6e25 improve doc. 7 years ago
Pavel Rojtberg 629a06d9b6 calib3d: export parameters of CALIB_CB_CLUSTERING 7 years ago
Vladislav Sovrasov ef7833a271 calib3d: add CALIB_FIX_TANGENT_DIST flag to stereoCalibrate 7 years ago
Tomoaki Teshima 46bee83005 fix the test fail on Calib3d_SolvePnP.accuracy 7 years ago
catree 98c78e0acd Use directly solvePnP when the number of input points is equal to the number of model points. Enable useExtrinsicGuess parameter. Return rvec and tvec estimated using all the inliers instead of the best rvec and tvec estimated during the Minimal Sample Sets step. Document the behavior of solvePnPRansac. 7 years ago
Tong Ke 8088d6785a Merge pull request #8585 from tonyke1993:ap3p 8 years ago
Vladislav Sovrasov d121d1c528 calib3d: add CALIB_FIX_TANGENT_DIST flag 8 years ago
catree 542cdb2c39 Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation. 8 years ago
Vladislav Sovrasov bf8415283a calib3d: replace defines with enum values 8 years ago
jveitchmichaelis 369bfbfd23 Add default parameters for SGBM::create 8 years ago
Pyotr Chekmaryov 7ffa49e02c Vertical passes added and we have working parralel version. 8 years ago
Pyotr Chekmaryov 20036b82d3 There added parallel realization of vertical passes for MODE_HH4. 8 years ago
Tong Ke 0a63ab36bb Merge pull request #8301 from tonyke1993:p3p_alg 8 years ago
Pyotr Chekmaryov 106413a3ea Simplest test added and code debuged. 8 years ago
q 2918c3d75a First occurence of 4-directional version of SGBM. 8 years ago
Hans Gaiser 11b24eb49f Expose CirclesGridFinderParameters in findCirclesGrid. 8 years ago
Vladislav Sovrasov 710506e9e2 calib3d: add a new overload for recoverPose 8 years ago
Duncan Barber 1c3b9d7591 Tiny documentation fix in stereoCalibrate 8 years ago
catree a93c70f533 Add note about solvePnP methods that cannot be used. 8 years ago
Pavel Rojtberg e1503cc29e calibrateCamera: specifiy what kind of re-projection error is returned 8 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 8 years ago
catree ce7811e5dd Add distortion example images for calib3d documentation. 8 years ago
StevenPuttemans 524c61279b replace principle by principal 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Vladislav Sovrasov dfe4519c07 Add QR decomposition to HAL 8 years ago
Suleyman TURKMEN fcc28fecb6 Make Up 8 years ago
catree 6e931aaab7 Add pinhole camera model illustration in calib3d documentation. 8 years ago
Maksim Shabunin 2a350b11dd Fixed several merge issues 8 years ago
Oliver Schreer 74b83cfce5 Modified and improved the method for chessboard detection. It is now faster and detects chessboards under difficult lighting condition as well as when the chessboard has strong out of plane rotations 8 years ago
Pavel Rojtberg c1b90a1c22 fisheye: add CALIB_FIX_PRINCIPAL_POINT 8 years ago
Vladislav Sovrasov 46fb46c54e Add an extended version of CalibrateCamera function 9 years ago
Pavel Rojtberg bb605279b6 clarify how to use fisheye::distortPoints 9 years ago
aravind 7ad849718c Fixed Fisheye Camera model documentation. 9 years ago
Matěj Šmíd 3e176bbfa0 fisheye documentation typo 9 years ago
Alexander Karsakov e784ea7178 Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all). 9 years ago
Emanuel Jöbstl 4e469f2866 Changed parameter order in documentation 9 years ago
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Thomas Dunker 6882c10b45 Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test 9 years ago
Pavel Rojtberg b5ddaae427 calib3d: add CALIB_USE_LU to use LU decomposition in solver 9 years ago
Pavel Rojtberg 4c251bd260 CvLevMarq: add solve method to interface 9 years ago
Pavel Rojtberg 9d89c369f8 update SOLVEPNP documentation 9 years ago
emiswelt 2e9ef3f9e3 Changed parameter order of cv::stereoRectify in documentation, 9 years ago
Pavel Rojtberg 16fcd78f03 add sampson distance error measure 9 years ago
Rok Mandeljc 980d84e4a2 calib3d: improve documentation of reprojectImageTo3D 9 years ago
Elad Joseph 7c16ad3f49 Update documentation in calib3d.hpp 9 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 9 years ago