653 Commits (a9c1af39d6830223e166f9aa3e839559fd297f1d)

Author SHA1 Message Date
Matthias Grundmann de52887c49 Update circlesgrid.cpp 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
Artem Lukoyanov 3bf5d34544 Callib3d 4channel image detection 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
Vitaly Tuzov 4950f542d1 Fix for SGBM compute() buffer allocation failure on big images 8 years ago
Jiri Horner 9408a5ef5d fix conversion bug in estimateAffine2D* functions 8 years ago
Pavel Rojtberg 3e708e015c solvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F 8 years ago
Tomoaki Teshima b34ebc8cfe use universal intrinsic in stereo matching 8 years ago
Tomoaki Teshima f1aae52daf clean up unused #if 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
mshabunin bfde5cdde0 SGBM: fixed uninitialized memory in cost buffer 8 years ago
Vladislav Sovrasov 120531cb46 Fix error threshhold in SolvePnPRansac 8 years ago
Pavel Rojtberg 2bfcbe1459 fisheye::undistortPoints: sanitize theta values 8 years ago
Alexander Alekhin 56ed8b1721 calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic 8 years ago
Alexander Alekhin a936cb087e calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic 8 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 8 years ago
Alexander Alekhin 30cdcfa554 warnings 8 years ago
Pavel Rojtberg 25061b4280 convertPointsToHomogeneous: fix output type for depth == CV_32S 8 years ago
Tomoaki Teshima cba22349b7 add universal hardware support check function 8 years ago
Tomoaki Teshima b823c8e95c add universal intrinsic in StereoSGBM 8 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 8 years ago
Sean McBride 943ac96526 Eliminated use of obsolete 'register' keyword 8 years ago
Pavel Rojtberg 01b592c8e1 calibrateCamera: mask f_x when using FIX_ASPECT_RATIO 8 years ago
k-shinotsuka 1a51a96de2 fixed the difference of the calculation result for findStereoCorrespondenceBM_SSE2() and findStereoCorrespondenceBM_(). 8 years ago
Maksim Shabunin b8bce55270 Several chessboard detector improvements: 8 years ago
Vladislav Sovrasov dfe4519c07 Add QR decomposition to HAL 8 years ago
Matthew Self 7de2e1e795 Improve perfomance of median calculation in LMedS algorithm 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
catree a893395da8 Fix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr) in cvProjectPoints2 function. 8 years ago
sourin 99374598b3 Fix modified 8 years ago
Jeff McBride 562c15cbe9 Don't assume all images have the same number of calibration points 8 years ago
Your Name 718891d937 Tabs -> Whitespaces. 8 years ago
Your Name c6f790ce12 Fixed using local variable instead of global var. 8 years ago
Tomoaki Teshima ce66de8e3d calib3d: fix typo 8 years ago
Прун Виктор fa42a1cfc2 fix calib3d changes in #6836 plus some others 8 years ago
Your Name 440ba2e4a7 Passing Disparity Shift as a parameter. 8 years ago
Leonardo Brás 0e9c8e2dd5 'resolves' 6898 8 years ago
Maksim Shabunin 95da5ec245 Restored check chessboard parameters 9 years ago
Maksim Shabunin b000663a88 Cleanup 9 years ago
Maksim Shabunin 8215d20dbf fixup! Fixed several merge issues 9 years ago
Maksim Shabunin 2a350b11dd Fixed several merge issues 9 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 9 years ago
Vladislav Sovrasov ee9a42e9cd Fix calibration fail on python with CALIB_THIN_PRISM_MODEL flag 9 years ago
Pavel Rojtberg c1b90a1c22 fisheye: add CALIB_FIX_PRINCIPAL_POINT 9 years ago
Tomoaki Teshima 0e380ff15d calib3d: compare error and threshold both in square 9 years ago
S. Garrido e5d12502c5 Fix useExtrinsicGuess in solvePnP 9 years ago
Vladislav Sovrasov 46fb46c54e Add an extended version of CalibrateCamera function 9 years ago