810 Commits (4672dbda2a1bdebb476c0dacbeb8c0d0842b21d1)

Author SHA1 Message Date
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 682f31a013 fixed 3-channel output tvecs support in calibrateCamera (patch #1807) 13 years ago
Vadim Pisarevsky ad8258f872 avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839) 13 years ago
Andrey Kamaev 3a4c14e549 Fixed verbosity of badarg tests 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Alexander Shishkov 6c308dac10 fixed problem in solvePnPRansac with TBB 13 years ago
Vadim Pisarevsky beb7fc3c92 a LOT of obsolete stuff has been moved to the legacy module. 13 years ago
Ilya Lysenkov e7b4353505 Added termination criteria as a calibrateCamera() parameter 13 years ago
Ilya Lysenkov f29912b501 Added wrappers of cvCorrectMatches (#1350) 13 years ago
Ilya Lysenkov 37db334f8a Added wrappers of cvTriangulatePoints() 13 years ago
Ilya Lysenkov 8fcd0d9222 Fixed the error message in cvCorrectMatches (fixes #1155) 13 years ago
Vadim Pisarevsky aed276e67d fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635) 13 years ago
Ilya Lysenkov 3b5b20b795 Fixed wrong computation of a reprojection matrix Q in stereoRectify (#898) 13 years ago
Ilya Lysenkov 3517be757b Added checking whether aspect ratio is valid or not 13 years ago
Ilya Lysenkov 6d1f4bfba4 Added projectPoints() for 3xN objectPoints and 2xN imagePoints (#1550) 13 years ago
Vadim Pisarevsky a3362864e1 removed unnecessary MIN(); bug #1578 13 years ago
Marina Kolpakova 4eaced12fe fixed bug #1700 13 years ago
Marina Kolpakova d10616775b Fixed bug #1634 13 years ago
Vadim Pisarevsky fb804cb352 fixed StereoBM crash on MacOSX 10.7 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Andrey Kamaev e4307d05f3 Made dependency of features2d and calib3d from highgui optional 13 years ago
Ilya Lysenkov 207e46b425 Restored findCirclesGridDefault() for backward compatibility 13 years ago
Ilya Lysenkov 1252671c9d Added a full Python wrapper of findCirclesGrid 13 years ago
Alexander Shishkov 11ad582250 done user requirement from yvonnic2m@gmail.com 13 years ago
Vladislav Vinogradov 92a682093a fixed compilation error 13 years ago
Alexander Shishkov 26aef8c719 added skipped file 13 years ago
Alexander Shishkov c11551a510 added P3P method 13 years ago
Alexander Shishkov 6fa936472e fixed compilation errors in epnp with gcc 13 years ago
Alexander Shishkov c5d8ec4ac0 first version of ePnP code 13 years ago
Andrey Kamaev 664cd5460e Tegra-optimized cv::compare 13 years ago
Ilya Lysenkov 8483f9ce40 Fixed the new version of findCirclesGrid. 13 years ago
Ilya Lysenkov d263fe2b25 Removed unnecessary variables. 13 years ago
Ilya Lysenkov 0ef4ff8925 Improved robustness of the findCirclesGrid() to affine distortions. 13 years ago
Andrey Kamaev f45a886adc Tegra optimization for CirclesGridClusterFinder::hierarchicalClustering 13 years ago
Andrey Kamaev 1554d7ab65 Removed countNonZero call from CirclesGridClusterFinder::hierarchicalClustering 13 years ago
Andrey Kamaev 6d56105b42 Removed unnecessary comparison from CirclesGridClusterFinder::hierarchicalClustering 13 years ago
Vadim Pisarevsky dd1315b22a fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273) 14 years ago
Vadim Pisarevsky 04a4e51920 fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch) 14 years ago
Vadim Pisarevsky 16b0fcf083 fixed CvHomographyEstimator::runKernel (ticket #1275) 14 years ago
Vadim Pisarevsky c57799a877 fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography) 14 years ago
Vadim Pisarevsky db19eb1586 converted part of ch12 14 years ago
Vadim Pisarevsky eac0309324 converted live camera calibration sample 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Ilya Lysenkov 2c2d7d7bbd Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns. 14 years ago