3524 Commits (cdac77c2b23c771b7a278c0f6430479b6e0a7f91)
 

Author SHA1 Message Date
Alexander Reshetnikov 1767049f30 Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function. 13 years ago
Andrey Kamaev ec7bc9e497 Fixed ORB and SURF regression tests 13 years ago
Andrey Kamaev ef4ce6232a Fixed FAST feature detector Java tests 13 years ago
Andrey Kamaev 3d61f5bdd0 Fixed 2 more tests for Java API 13 years ago
Andrey Kamaev e9dffe1394 Fixed failed Java API tests for core module 13 years ago
Vladislav Vinogradov d13a6b74b2 Fixed bug with submatrix in device::transform 13 years ago
Alexander Reshetnikov dab3586792 first version of Eigen test for C++ interface 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 4168a698f6 Fixed highgui tests for Android 13 years ago
Leonid Beynenson 54adb3c9cf Removed unrequired dependency to the header "cvconfig.h". 13 years ago
Alexander Shishkov 0922b3f3be fixed Python description of estimateAffine3D function 13 years ago
Andrey Kamaev ce81868ba4 Fixed cv::norm accuracy test allowed error 13 years ago
Andrey Morozov 209aaac95c fixed parallel build under Windows 13 years ago
Andrey Kamaev 4aa47ad115 Added multiple connected Android devices support to the run.py script 13 years ago
Andrey Morozov ca5d28d127 added experimental feature for parallel build solution under Windows 13 years ago
Andrey Kamaev 0744092b21 Fixed build with gcc compiler; couple minor improvements in perf testing framework 13 years ago
Alexandre Benoit 6ee1f6f66e removing some mistakes 13 years ago
Vadim Pisarevsky eef900e46a optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria) 13 years ago
Vladislav Vinogradov 677fc3a09f fixed gpu perf tests (out of memory) 13 years ago
Alexandre Benoit 817dca2219 corrected small bu on image sequence tone mapping 13 years ago
Vladislav Vinogradov 6310622be3 minor 13 years ago
Alexandre Benoit 056d015b38 added tone mapping video processing from OpenEXR images sequences 13 years ago
Vladislav Vinogradov f6d8f4dc6b minor 13 years ago
Vladislav Vinogradov 061f032719 fixed build under linux 13 years ago
Vladislav Vinogradov 3afc97e67e fixed new OpenGL functionality under Qt 13 years ago
Marius Muja f1efd955b4 Fix to solve conflicts to standalone FLANN 13 years ago
Vadim Pisarevsky 7795cd200f added description of minMaxIdx 13 years ago
Vadim Pisarevsky 5db9e90d66 fixed yet another bug in SVD. Now Core_SVD test passes 13 years ago
Vadim Pisarevsky 72c23e7bbb fixed most of test_core failures (except for SVD) 13 years ago
Vadim Pisarevsky 77dda061a7 fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev) 13 years ago
Vadim Pisarevsky 8989e0b07e fixed single-mat input/output in mixChannels() (ticket #1446) 13 years ago
Vadim Pisarevsky 3ae22014a0 fixed description of inRange/inRangeS (ticket #1500) 13 years ago
Vadim Pisarevsky 8a9876bee2 corrected description of goodFeaturesToTrack (ticket #1488) 13 years ago
Vadim Pisarevsky 5353b97605 fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448) 13 years ago
Vadim Pisarevsky 2547f7554e fixed memory corruption in CvEM::read() (ticket #1399) 13 years ago
Vadim Pisarevsky b20871ce2d fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444) 13 years ago
Leonid Beynenson 0b907d088d Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm. 13 years ago
Andrey Kamaev d6ef0378a2 Reverted invalid cv::reduce optimization 13 years ago
Andrey Kamaev 4525ce56c3 Fixed Android target setup for OpenCv library project 13 years ago
Kirill Kornyakov ab2ae86e86 Optimized version of Reduce functions added 13 years ago
Andrey Kamaev 35457afab3 Fixed bug in phaseCorrelate 13 years ago
Andrey Pavlenko f24e16f54d adding Android-specific linking flags 13 years ago
Andrey Pavlenko 2d815c80a5 adding Android-specific libs 13 years ago
Andrey Kamaev a67a0c76c5 Fixed logging in perf tests; small bugfix in run.py 13 years ago
Vladislav Vinogradov a2697b18e2 minor fix 13 years ago
Vladislav Vinogradov fa93b724ee minor 13 years ago
Vladislav Vinogradov 1a1d167bb8 fixed build under linux 13 years ago
Vladislav Vinogradov bd4239be7b moved OpenGL wrappers to separate header 13 years ago
Andrey Morozov 59ea0d8ee8 fixed bug in chart.py 13 years ago