19 Commits (e72a23243bc0894955b83634baeb7bfd4909293d)

Author SHA1 Message Date
Ilya Lysenkov d9001d1a91 Added a check that Q (computed by rectification) reprojects a point before the camera 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
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
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 c11551a510 added P3P method 13 years ago
Alexander Reshetnikov 4cfc9dc67e fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface 13 years ago
Ilya Lysenkov d105264bad Added tests of findCirclesGrid() with the asymmetric pattern. 13 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
Alexander Shishkov a7d1e08bcc added progress output to the long-time tests (for buildbot) 14 years ago
Alexander Shishkov 8a79d414c0 fixed bug in solvePnPRansac test (thanks to Pieter-Jan Busschaert) 14 years ago
Vadim Pisarevsky 820c5941fc corrected badarg test of findchessboardcorners (thanks to Pieter-Jan Busschaert) 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Alexander Shishkov 04461a53f1 added solvePnPRansac method 14 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago