363 Commits (3ac3ba041597df5e71fbde68d518e18956a7a624)

Author SHA1 Message Date
Andrey Kamaev c712f376d5 Fixed warnings about unused return value of fscanf, scanf and system 13 years ago
Vadim Pisarevsky 9eb0dc5194 minor correction in fx, fy (elements of camera matrix) description (ticket #1779) 13 years ago
Marina Kolpakova 0ff5712d06 fixed few warnings 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
Andrey Kamaev 7e5726e251 Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.) 13 years ago
Ilya Lysenkov 959c37fccf Partial fix of a cameraCalibration() test 13 years ago
Ilya Lysenkov e7b4353505 Added termination criteria as a calibrateCamera() parameter 13 years ago
Ilya Lysenkov ecbf9425e4 Added documentation of correctMaches (#1350) 13 years ago
Ilya Lysenkov 1e1d7496ee Added a test for correctMatches (#1350) 13 years ago
Ilya Lysenkov f29912b501 Added wrappers of cvCorrectMatches (#1350) 13 years ago
Ilya Lysenkov 857676c610 Added documentation of triangulatePoints() 13 years ago
Ilya Lysenkov 7901879e48 Added a test for the C++ wrapper of cvTriangulatePoints() 13 years ago
Ilya Lysenkov 37db334f8a Added wrappers of cvTriangulatePoints() 13 years ago
Andrey Kamaev ec793df30f #1205 fixed more bugs/typos in parameters 13 years ago
Andrey Kamaev 94c258cf15 #1205 fixed ~100 of ~700 parameters 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 7eab7c197d Modified the test of findChessboardCorners to check examples when there are no chessboards 13 years ago
Ilya Lysenkov 03cd6072ce Fixed the test of findChessboardCorners (it didn't test accuracy before) 13 years ago
Andrey Kamaev 176eb83da6 Fixed Windows build 13 years ago
Ilya Lysenkov e1378aad79 Added a check that Q reprojects to the same 3D points as reconstructed by triangulation (#1575) 13 years ago
Ilya Lysenkov bc7b517e41 Added a check that Tx after rectification is equal to distance between cameras 13 years ago
Ilya Lysenkov 3b5b20b795 Fixed wrong computation of a reprojection matrix Q in stereoRectify (#898) 13 years ago
Ilya Lysenkov d9001d1a91 Added a check that Q (computed by rectification) reprojects a point before the camera 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 5785a89053 fixed #1614 13 years ago
Vadim Pisarevsky 59ff1a4ccb added StereoVar description (by Sergey Kosov) 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Alexander Reshetnikov 6ead21b1a2 added licenses to some tests; updated new highgui tests 13 years ago
Alexander Shishkov ace6eaef7e added one more test for undistort 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 13 years ago
Alexander Reshetnikov 07fa62f0c4 some design code changes in new tests 13 years ago
Alexander Reshetnikov 70820224c3 added checking homography matrix computing for vector <Point2f> 13 years ago
Alexander Reshetnikov b5034ac33f Completed findHomography test (source data has type CV_32FC2). In plans add the same checking for vector <Point2f>. 13 years ago
Alexander Shishkov bf747e6deb modified documentation of solvePnP and solvePnPRansac 13 years ago
Alexander Shishkov 11ad582250 done user requirement from yvonnic2m@gmail.com 13 years ago
Andrey Kamaev 65f5343ed5 Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests 13 years ago
Andrey Kamaev f937d68d60 Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests 13 years ago
Vladislav Vinogradov 92a682093a fixed compilation error 13 years ago