810 Commits (4672dbda2a1bdebb476c0dacbeb8c0d0842b21d1)

Author SHA1 Message Date
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
razerhell fb22028be3 Merge pull request #10574 from razerhell:patch-1 7 years ago
csukuangfj decf6cab5e Improve the documentation for cv::completeSymm and cv::RANSACUpdateNumIters. 7 years ago
Fangjun Kuang 2b635edce6 fix issue #10612. 7 years ago
Maksim Shabunin 8b87c4b96a Fixed several warnings produced by clang 6 and static analyzers 7 years ago
tobycollins f34a0a874a Merge pull request #10522 from tobycollins:issue10519 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin 9bf6ec6fe1 Revert "Adapted estimateNewCameraMatrix to make it work with pincushion-like distortion." 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
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
KUANG Fangjun 67acfc6e25 improve doc. 7 years ago
Vladislav Vinogradov 26fe8bd4f2 made flann dependency for features2d optional 7 years ago
James Perkins 2cfe29276e fix StereoBM disparity map right margin truncation when minDisparities > 0 7 years ago
Pavel Rojtberg 629a06d9b6 calib3d: export parameters of CALIB_CB_CLUSTERING 7 years ago
Alexander Alekhin 1f18282f04 build: fix MSVS2017 warning 7 years ago
Tony0 2f0036c918 remove assignments in expressions 7 years ago
Tony0 62df5e8c8b fisheye: fix initUndistortRectifyMap() 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
Vladislav Sovrasov e0ff5106d3 calib3d: fix warning from gcc7 7 years ago
Vladislav Sovrasov ef7833a271 calib3d: add CALIB_FIX_TANGENT_DIST flag to stereoCalibrate 7 years ago
Tomoaki Teshima 800f656402 suppress warning message 7 years ago
Pavel Rojtberg 5ada462773 calib3d: use cpp functions in cvStereoCalibrate to make it more readable 7 years ago
Alexander Alekhin 2e17251160 calib3d: fix invalid memory access 7 years ago
Alexander Alekhin bf0173bf38 ts: update valgrind suppressions 7 years ago
Pavel Rojtberg 94fdd45b75 calib3d: rewrite reprojectImageTo3D using Matx expressions 7 years ago
Vladislav Sovrasov fa17267e05 calib3d: fix not working CALIB_FIX_TANGENT_DIST flag 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. 8 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 8 years ago
Alexander Duda 5ca7dcc6e7 Fix error message fisheye CALIB_CHECK_COND 8 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
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