271 Commits (eff514f8bb2a0951832b828cc7b4f9985ec4c0b4)

Author SHA1 Message Date
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
Jiri Horner 4ee25c7e95 add test for convertions in estimateAffine2D* functions 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 0e4dde1781 Merge pull request #7872 from alalek:merge-2.4 8 years ago
Alexander Alekhin ec859ceb2c test: limit chessboard generator parameters 8 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 8 years ago
Vladislav Sovrasov c55890f637 Enable chessboard detector test on Ubuntu 8 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 8 years ago
Alexander Alekhin 4439ba09f9 test: update condition for Calib3d_StereoCalibrate 8 years ago
Alexander Alekhin db451f20df test: don't use points on single line for solvePnP 8 years ago
Maksim Shabunin b8bce55270 Several chessboard detector improvements: 8 years ago
Alexander Alekhin a6e5ebafcf calib3d: fix cornerSubPix memory error 8 years ago
Jeff McBride 562c15cbe9 Don't assume all images have the same number of calibration points 8 years ago
Sergei Nosov b3d55489d3 fix compiler warning 8 years ago
Sergei Nosov d06b8c4ea9 add test for #6836 8 years ago
Maksim Shabunin 3bfe76e24c Ported PR #4187 to master 8 years ago
Vladislav Sovrasov 46fb46c54e Add an extended version of CalibrateCamera function 9 years ago
Pavel Rojtberg 8ed1945ccd calibrationMatrixValues: consider principalPoint in FOV computation 9 years ago
Krishnaraj Bhat 9b8013d193 gcc6: fix misleading indentation warning 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
Alexander Karsakov 0c9c7d5f3b Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input. 9 years ago
Thomas Dunker 6882c10b45 Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test 9 years ago
Pavel Rojtberg cefa1dc5cb switch mask type from vector<int> to vector<uchar> 9 years ago
Maksim Shabunin eebd4cad66 Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 9 years ago
Maksim Shabunin f49936a849 Fixed cmake and build issues when using Visual Studio 2015 9 years ago
Ilya Lavrenov 15b313ce4b fixed memory leak in findHomography tests 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Ilya Lavrenov ec5244a73a fixed memory leak in findHomography tests 9 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 9 years ago
Roman Donchenko 2e86d46cf2 CV_ChessboardDetectorTimingTest: don't ignore missing test data 9 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 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
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
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 34bc3b8595 Don't relax error level for particular fundamental matrix calculation methods 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