179 Commits (dc80f9d0fb6ef149e3d2d03b780056a655a74618)

Author SHA1 Message Date
catree d37164bab6 Fix distortion figure in calib3d. Positive radial distortion corresponds to pincushion distortion and negative to barrel distortion. Add another figure that illustrates the influence of k1 in the distortion effect. 6 years ago
kamino410 3972c526ce fix document about camera distortion parameters 6 years ago
catree 644846c702 Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method. 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
Tomoaki Teshima f0c46a4c74 fix typo 6 years ago
Vadim Pisarevsky 75ee536d6d
Filter homography decomp: updated PR #7153 (#11846) 6 years ago
Pavel Rojtberg 203dc3bb48 Merge pull request #10667 from paroj:stereo_calib_ex 7 years ago
Fangjun Kuang eb2901bd69 Improve the doc for fundamental matrix. 7 years ago
Fangjun Kuang 67842df9e2 Improve the documentation for affine transform estimation. 7 years ago
catree 87160cb297 Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial. 7 years ago
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