239 Commits (05b259fe2ef12f3aa8369b2af8d9d56cf0c5c221)

Author SHA1 Message Date
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Alexander Alekhin ac58405a71 calib3d: fix fisheye stereoRectify test 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
James Perkins 4eb9f175a4 test_stereomatching.cpp: validate min disparity affect on valid ROI 7 years ago
Vladislav Vinogradov 26fe8bd4f2 made flann dependency for features2d optional 7 years ago
Vladislav Sovrasov b421ebef86 imgproc: slightly change the signature of undistortPoints overload 7 years ago
Vladislav Sovrasov 701c7e5685 imgproc: add stop criteria tuning in undistortPoints 7 years ago
Suleyman TURKMEN ee6aacee9c Update window_gtk.cpp 7 years ago
Alexander Alekhin 7e12c879c2 core: extend traits::Type / traits::Depth for compatible types 7 years ago
Tomoaki Teshima e63d628677 remove some rand functions 7 years ago
Tomoaki Teshima 46bee83005 fix the test fail on Calib3d_SolvePnP.accuracy 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 7 years ago
Tong Ke 8088d6785a Merge pull request #8585 from tonyke1993:ap3p 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Pyotr Chekmaryov d6bc6895a6 Test data correction. 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
David Carlier bacc210606 fixing segfaults occuring when launching those unit tests 8 years ago
Tomoaki Teshima 62c17dc3cf fix typo and align white spaces 8 years ago
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