538 Commits (3f72ff215e1eb21ea528b8c7066c5b18db61d8e5)

Author SHA1 Message Date
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Tong Ke 8088d6785a Merge pull request #8585 from tonyke1993:ap3p 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Vladislav Sovrasov c0e456dee2 calib3d: use calibration flags from the new enums 8 years ago
Vladislav Sovrasov d121d1c528 calib3d: add CALIB_FIX_TANGENT_DIST flag 8 years ago
Pyotr Chekmaryov a113e8f088 Fixing buildbot's messages. 8 years ago
rmensing 79bb920dee Compile fix for circlesgrid in debug. 8 years ago
catree 542cdb2c39 Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation. 8 years ago
Pyotr Chekmaryov ba39bb8da8 SIMD for modeHH4 is added. Plus some small optimization of CalcBT func. 8 years ago
Pyotr Chekmaryov 21be2aa677 Memory repaired + Cleanup. 8 years ago
Pyotr Chekmaryov 7ffa49e02c Vertical passes added and we have working parralel version. 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Pyotr Chekmaryov 20036b82d3 There added parallel realization of vertical passes for MODE_HH4. 8 years ago
Tomoaki Teshima c145f28c71 fix build error on VS2012 8 years ago
Tong Ke 0a63ab36bb Merge pull request #8301 from tonyke1993:p3p_alg 8 years ago
Paolo Perkovic dd576c89a3 Fix StereoBM ROI selection 8 years ago
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 9 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 9 years ago
mshabunin bfde5cdde0 SGBM: fixed uninitialized memory in cost buffer 9 years ago
Vladislav Sovrasov 120531cb46 Fix error threshhold in SolvePnPRansac 9 years ago
Pavel Rojtberg 2bfcbe1459 fisheye::undistortPoints: sanitize theta values 9 years ago
Alexander Alekhin 56ed8b1721 calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic 9 years ago
Alexander Alekhin a936cb087e calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic 9 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 9 years ago
Alexander Alekhin 30cdcfa554 warnings 9 years ago
Pavel Rojtberg 25061b4280 convertPointsToHomogeneous: fix output type for depth == CV_32S 9 years ago
Tomoaki Teshima cba22349b7 add universal hardware support check function 9 years ago
Tomoaki Teshima b823c8e95c add universal intrinsic in StereoSGBM 9 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 9 years ago
Sean McBride 943ac96526 Eliminated use of obsolete 'register' keyword 9 years ago
Pavel Rojtberg 01b592c8e1 calibrateCamera: mask f_x when using FIX_ASPECT_RATIO 9 years ago
k-shinotsuka 1a51a96de2 fixed the difference of the calculation result for findStereoCorrespondenceBM_SSE2() and findStereoCorrespondenceBM_(). 9 years ago
Maksim Shabunin b8bce55270 Several chessboard detector improvements: 9 years ago
Vladislav Sovrasov dfe4519c07 Add QR decomposition to HAL 9 years ago
Matthew Self 7de2e1e795 Improve perfomance of median calculation in LMedS algorithm 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
catree a893395da8 Fix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr) in cvProjectPoints2 function. 9 years ago
sourin 99374598b3 Fix modified 9 years ago
Jeff McBride 562c15cbe9 Don't assume all images have the same number of calibration points 9 years ago