997 Commits (a0baae8a559d31c22ae08976b41cc99e046ba52b)

Author SHA1 Message Date
Mansour Moufid b7be49426d Cast some image coordinates and sizes to double. 10 years ago
Olexa Bilaniuk f454929d9c PRNG changes: xorshift128+ algorithm, and seeding API. 10 years ago
Vijay Pradeep 49bc100e51 Removing rng_seed arg in order to maintain ABI compatibility. Hardcoding seed 10 years ago
Maksim Shabunin da383e65e2 Remove deprecated methods from cv::Algorithm 10 years ago
Vladislav Vinogradov a932d8aba1 use full qualified name for all internal namespaces to prevent ambiguous symbol errors 10 years ago
Olexa Bilaniuk e5696bc5e6 Whitespace change reverts to minimize delta w.r.t master. 10 years ago
Hamid Bazargani 5070f2a334 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
Hamid Bazargani 44f906eb35 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
Hamid Bazargani e22678018b Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
Hamid Bazargani 42176f8eb1 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
ASUS 9a555063e8 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
ASUS 6dbf13d7b5 saveBestModel() is modified. accuracy test is passed. 10 years ago
Olexa Bilaniuk ff2509af56 Fixed printouts in testcase to blame the correct method for a failure. 10 years ago
Dmitry-Me c3f8fc41b7 Parameters should have been passed by reference 10 years ago
Olexa Bilaniuk ccd33a721e Fixed build failures related to designSPRTTest(). 10 years ago
Olexa Bilaniuk adac8c04bb Converted to C++ style, + bugfixes. 10 years ago
Olexa Bilaniuk 87c2b8197a Bug fixes in mask output. 10 years ago
Olexa Bilaniuk b90800f0c7 Corrected typo in comment. 10 years ago
Olexa Bilaniuk 2609e77af7 Silence spurious loss-of-data warnings from Windows. 10 years ago
Olexa Bilaniuk ce0570b777 Splitting vectorized code into separate branch. 10 years ago
Olexa Bilaniuk 69b146412a Edited Doxygen documentation in the module calib3d. 10 years ago
Olexa Bilaniuk 02124f19e6 Further LevMarq improvements. 10 years ago
Olexa Bilaniuk ff91af825d LevMarq made semi-functional. 10 years ago
Vijay Pradeep 1292fdf71a Now using default arg instead of overloads 10 years ago
Olexa Bilaniuk 4401095b38 Optimizations to Jacobian and error calculations. 10 years ago
Olexa Bilaniuk 7fca146b21 More LevMarq bugfixes. 10 years ago
Olexa Bilaniuk 33a3fba2d1 Work on LevMarq code. 10 years ago
Timur Sattarov 4762728fd5 More sensible error messages 10 years ago
Vijay Pradeep 964d5a20e9 Whitespace fix 10 years ago
Vijay Pradeep 177478a8ad overload instead of default arg for ABI backwards compatibility. rng_seed is now 'int' to support python port 10 years ago
Josep Bosch 75c99d65a5 Fisheye calibration methods available now in python 10 years ago
Vijay Pradeep a1c5740044 solvePnPRansac now accepts a seed and is deterministic 10 years ago
Vijay Pradeep 042ff210d5 Fixing race condition by expanding resultsMutex lock section 10 years ago
Julien Nabet 2d5e3b57ea Fix cppcheck reports warnings: 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Maksim Shabunin c485aee464 Included c-headers for better 2.4 compatibility 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
Dmitry-Me f269828160 Reduce variables scope, move declaration to first use point 10 years ago
Dmitry-Me cb049657e5 Prevent division by zero 10 years ago
Maksim Shabunin 03e213ccae Doxygen documentation: BiB references and fixes 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin c5a698fb54 Doxygen documentation: calib3d and features2d modules 10 years ago
Olexa Bilaniuk 68e59d6154 [RHO] Initial commit of RHO algorithm for rapid homography estimation. 10 years ago
Alexander Duda 60cacbfd66 solvePnPRansac: fix mask generation 10 years ago
Alexander Duda ed55d13112 PnPRansacCallback::computeError: fix count in case of Nx3 matrices 10 years ago
Pat O'Keefe 83ccdabe7e Add test for calib3d function decomposeProjectionMatrix(...) 10 years ago
vbystricky 21ad8e92d4 Optimize OpenCL version of StereoBM function 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Vadim Pisarevsky 4038beb67e fixed incorrect array access in solvepnp (which affected debug builds only) 10 years ago
Vadim Pisarevsky 1a809ca89b fixed msvc compile warning 10 years ago