309 Commits (5253265342e69ca764dc1727f57a3a0b2642512c)

Author SHA1 Message Date
Vijay Pradeep 042ff210d5 Fixing race condition by expanding resultsMutex lock section 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
Alexander Smorkalov 71c4e96e17 Test fisheye.rectify disabled for Tegra. 10 years ago
unknown 52c05e75cc Fixed C++11 compatibility warning 11 years ago
PhilLab 2c29ee9e00 Added cast and removed formatting error 11 years ago
PhilLab aafda43df1 Double precision for solvePnPRansac() 11 years ago
Ilya Lavrenov 43e4946cca fix for fisheye 11 years ago
unknown ade46bd428 Fixed typos in comments 11 years ago
Ilya Krylov 84bb77e914 Fixed android and windows x64 build issues 11 years ago
Alexander Petrikov 6882970248 Add CV_Assert (ndisp % 8 == 0) to NEON version 11 years ago
Daniel Angelov 660d7cd3ae Updated findHomography docs branch 2.4 11 years ago
Aleksandr Petrikov 1a1cd9b4e9 add NEON realization for StereoBM(findCorrespondence, prefilterXSobel) 11 years ago
Ilya Krylov 3678020c28 Added license to source files 11 years ago
Ilya Krylov 0d2fab86b4 Changed documentation for namespace fisheye 11 years ago
Hernan Badino ca40d635e4 Switched insertion of connected components in filterSpecklesImpl 11 years ago
Ilya Krylov 651b13f72a Refactored class Fisheye to namespace fisheye 11 years ago
Ilya Krylov c30fef1f9d Fixed build issues 11 years ago
StevenPuttemans b382984810 fix bug 3252 11 years ago
StevenPuttemans 2b4241c10b fixed bug 3484 11 years ago
Ilya Krylov e4a9c0f184 Fixed review comments 11 years ago
Ilya Krylov 349ff631a5 Added sample of work of Fisheye::undistortImage and its description to documentation. Removed readPoints and readExtrinsic (useless) 11 years ago
Ilya Krylov 1f94b7dfc9 minor 11 years ago
Ilya Krylov ef01044b2f Added documentation for Fisheye::stereoCalibrate 11 years ago
Ilya Krylov 50b291995a Added tests for stereoCalibrate 11 years ago
Ilya Krylov c2341fd446 Added stereoCalibrate for Fisheye camera model 11 years ago
Ilya Krylov e6aa8ce932 Corrected notes 11 years ago
Ilya Krylov f0f741b796 Added documentation 11 years ago
Ilya Krylov 05ee15f108 Added FisheyeTest 11 years ago
Ilya Krylov 35e1b322cb Added test for jacobians 11 years ago
Ilya Krylov 9c7e0bfd33 Added fisheye camera model 11 years ago
Maks Naumov b033a63e63 fix typo in test_cameracalibration 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Ilya Lavrenov eedf86402d typos 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
huangs f02ce90559 minX1 should be max(-maxD,0) not max(maxD,0), avoid black band at left 11 years ago
Kevin 8f995fac88 Change intrinsic camera matrix initialization 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Alexander Smorkalov 16c4aad36d Java/Python bindings for computeCorrespondEpilines added. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Dominik Rose cfaae5917b Calib3d documentation: 12 years ago
Vadim Pisarevsky 6aa4f533fa attempt to fix stereobm failures on Mac and Linux 12 years ago
Vladislav Vinogradov b47a2012d2 fixed assert condition (trueRightDisp can be empty) 12 years ago
Andrey Pavlenko 9aa29373b4 this test is unstable (fails from time to time), let's disable it until fixed 12 years ago
Vladislav Vinogradov 10774ff068 removed unnecessary tmp variable (convertTo can work in-place) 12 years ago