838 Commits (a01a4c4b3bd0d002deccf713748ec66b024a65dc)

Author SHA1 Message Date
sbokov f40b580bb8 Fixing StereoSGBM ROI 9 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 9 years ago
Alexander Alekhin bbe75fe1d2 calib3d: normalize Rodrigues vector in perf test 9 years ago
themightyoarfish b8f93e08e9 Fixed documentation bug for projectPoints: Distortion coefficients cannot actually be NULL 9 years ago
sbokov e0cea92f6e Fixing possible invalid memory access in validateDisparity 9 years ago
Pavel Rojtberg 0688bb61ed simplify 8point algorithm using Matx classes 9 years ago
themightyoarfish fcc842f08b Fixed typo in doc for findEssentialMat 9 years ago
Roman Donchenko 2e86d46cf2 CV_ChessboardDetectorTimingTest: don't ignore missing test data 9 years ago
sbokov ff1687d378 Fixing uninitialized memory access problem 10 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 10 years ago
rajithr 510dec4927 Fixing resource leaks 10 years ago
Alexander Duda def2256609 cv::stereoRectify: fix segfault in case of empty distCoeffs 10 years ago
Ignas Daukšas af62624849 Add cameraMatrix parameter to findEssentialMat and recoverPose 10 years ago
Vadim Pisarevsky 481f786fe7 added simple HAL test; added RHO homography test 10 years ago
Vadim Pisarevsky bb2e40b999 for some reason Calib3d_Homography.fromImages on ARM gives much smaller number of inliers than on x86/x64. Need to investigate more carefully, but let's decrease the tolerance threshold for now 10 years ago
Vadim Pisarevsky ca1d8c1737 fixed another compile warning from MSVC 10 years ago
Vadim Pisarevsky e944533f01 fixed compile warnings; reenabled solvePnPRansac.concurrency test 10 years ago
Vadim Pisarevsky 85149f8686 hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330 10 years ago
Vadim Pisarevsky a12ec66a04 fixed useExtrinsicGuess=true case with single-precision input (http://code.opencv.org/issues/2734) 10 years ago
Vadim Pisarevsky 9d90b0549c fixed bug http://code.opencv.org/issues/3882 10 years ago
Vadim Pisarevsky 3bc5958c58 added tests for http://code.opencv.org/issues/4011 and http://code.opencv.org/issues/3057; fixed random subset generation in both methods to increase chance for a good subset 10 years ago
Alexander Smorkalov a9ae0c8e82 Test fisheye.rectify disabled for Tegra. 10 years ago
Dikay900 7ca0557b40 typos in comments 10 years ago
Aleksandr Petrikov 25b4cface0 add NEON realization for StereoBM(findCorrespondence, prefilterXSobel) 10 years ago
Vadim Pisarevsky 2466ca02bf removed cameraMatrix modification in the currently disabled uPnP algorithm for SolvePnP problem (http://code.opencv.org/issues/3985) 10 years ago
Vadim Pisarevsky 7fd5b3a0c5 added another triangulation test case from http://code.opencv.org/issues/3461; fixed partial derivative on distortion coefficients, as http://code.opencv.org/issues/4101 suggests 10 years ago
Vadim Pisarevsky 90a78585fb reproduced test case from http://code.opencv.org/issues/4334 10 years ago
Christian Richardt cbaf0ecaf6 Fixed triangulation bug http://code.opencv.org/issues/4334. 10 years ago
Christian Richardt 242e64c08d Fixed triangulation bug http://code.opencv.org/issues/4334. 10 years ago
Martin Ueding 9e29762838 Add example data types for calibrateCamera call 10 years ago
Maksim Shabunin 1138a38dbe Use explicit no-sse flags when SSE is off 10 years ago
Mansour Moufid b99f7a29df Cast some image coordinates and sizes to double. 10 years ago
Ilya Lavrenov 89e3c508d8 fixed tests for aarch64 10 years ago
Deanna Hood eee210f3b5 Fix Bug #3441, #4072, #4173: 8-point fundamental matrix calculation error 10 years ago
Deanna Hood 34bc3b8595 Don't relax error level for particular fundamental matrix calculation methods 10 years ago
Martin Ueding 5ffb53f229 Add example data types for calibrateCamera call 10 years ago
Pavel Rojtberg 78eac67a01 clean up cvTriangulatePoints by using C++ primitives directly. 10 years ago
Vijay Pradeep 39ac84ff04 Fixing race condition by expanding resultsMutex lock section 10 years ago
Vadim Pisarevsky ee11a2d266 fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
Daeyun Shin 4686b935c1 Fix typo in documentation. F = K^-T * E * K^-1 10 years ago
Maksim Shabunin 56b02331f7 Commented unused constants in the RHO algorithm 10 years ago
Maksim Shabunin fab2a947ca Fix build for VC10 10 years ago
Olexa Bilaniuk 6d27d488bf Bugfix in n* optimization. 10 years ago
Dmitry-Me 52a8d37f11 Fix potential null pointer dereference 10 years ago
Vadim Pisarevsky ca19ae8b5a in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 10 years ago
Vadim Pisarevsky 5c352c9146 temporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter two are not quite stable 10 years ago
Olexa Bilaniuk 7e3cc44738 More docs on variable accesses. 10 years ago
Vadim Pisarevsky 1760078f67 trying to make solvePnPSmallPoints pass 10 years ago
Vadim Pisarevsky 7e07220440 made the solvepnp a bit more modest; test 5-point configuration instead of 4-point in some cases; reduce the noise in 4-point configurations in other cases 10 years ago
Olexa Bilaniuk 9c432f4f75 Silence Windows warnings. 10 years ago