141 Commits (a458d5725750234b349773d4df1ea232b2391b37)

Author SHA1 Message Date
Vadim Pisarevsky 8c103d7442 re-added filter-general test; fixed failure in several calibrate* tests 14 years ago
Vadim Pisarevsky fe88a55b42 force each histogram dimension to be >= 1 14 years ago
Alexander Shishkov ea040ce71a remove failed tests (issues #618-620) 14 years ago
Alexander Shishkov 445f44c152 Move failed tests to corresponding blacklists 14 years ago
Vadim Pisarevsky 387f2040d3 the path to "opencv/opencv_extra/testdata" can now be set using OPENCV_TEST_DATA_PATH. Filter pattern can now start with ">" or ">=" symbols, meaning - run all the test, beginning from the particular one - convenient for resuming tests after fixing crashed tests 14 years ago
Alexander Shishkov 5d6467708c remove failed tests (issues #612-616) 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago
Maria Dimashova 89935fc59b fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests 14 years ago
Maria Dimashova d511e62021 fixed detector evaluation test 14 years ago
Ilya Lysenkov ccc72f6175 Updated a recall curve construction in descriptors evaluation 14 years ago
Maria Dimashova 26dbbcc070 added bag of words; did some renaming 14 years ago
Maria Dimashova 9e9d4b9e49 added OpponentColorDescriptorExtractor 14 years ago
Vadim Pisarevsky 05e6c1c467 fixed test of matrix operations 14 years ago
Vadim Pisarevsky ec314cf232 moved the matrix expressions from mat.hpp to matop.cpp. That should improve build times 14 years ago
Alexander Shishkov 50450f5e04 remove failed tests (issues #578, 579) 14 years ago
Alexander Shishkov 1889c20c38 remove failed test (see issues #575, 576, 577, 567, 568) 14 years ago
Maria Dimashova 5a804717a7 updated test thresholds again 14 years ago
Maria Dimashova 73b58ad0ef updated test thresholds 14 years ago
Maria Dimashova 070c966ece uncommented some tests 14 years ago
Alexander Shishkov e616ba3399 remove failed test (see issues #571, 572) 14 years ago
Alexander Shishkov 4fee30fad2 remove failed test (see issue #570) 14 years ago
Alexander Shishkov 68cd4a72b1 remove failed test (see issue #536) 14 years ago
Alexander Shishkov b53d777129 remove failed tests 14 years ago
Maria Dimashova 21d9c8f1d0 removed duplicate regression test on CalonderDescriptorExtractor::compute 14 years ago
Maria Dimashova 8ab3fdbcca merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d; 14 years ago
Maria Dimashova 9c875a804a added static to funcs 15 years ago
Maria Dimashova 4395bad911 fixed linker errors on Win and some warnings 15 years ago
Maria Dimashova 121e51d35b replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation 15 years ago
Ilya Lysenkov 20e407b235 Fixed bugs in BruteForceMatcher and its specialization 15 years ago
Maria Dimashova d5c6f57896 renamed test 15 years ago
Maria Dimashova 9221c57523 fixed acalonder test for Win 15 years ago
Vadim Pisarevsky 0faa75da11 inserted missing std:: (ticket #333). Thanks to trisk for the patch! 15 years ago
Alexander Shishkov 69ef5efb4d exclude failed tests (color-lab, color-luv) 15 years ago
Maria Dimashova f7c98c86b3 updated threshold in test 15 years ago
Maria Dimashova 12e677d456 minor changes of test 15 years ago
Maria Dimashova 012625d572 excluded calonder test if CV_SSE2==0 15 years ago
Vadim Pisarevsky 3843e43ff7 relaxed error threshold in color-luv test 15 years ago
Vadim Pisarevsky 2f2f06b925 rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed 15 years ago
Maria Dimashova 99e2a9bd8d added test on CalonderDescriptorExtractor::compute 15 years ago
Alexander Shishkov bde158c655 exclude failed tests 15 years ago
Vadim Pisarevsky f894d1de31 replaced unlink() & _unlink() with more standard remove() (ticket #334) 15 years ago
Vadim Pisarevsky 08cba33f9d fixed some more MSVC2010 warnings 15 years ago
Alexander Shishkov ad66d33e81 exclude failed tests 15 years ago
Vadim Pisarevsky f15d64d3f4 raised the error threshold in moments-raster test (ticket #438) 15 years ago
Vadim Pisarevsky 7960547ded raised the error threshold in accum-runavg test (ticket #448) 15 years ago
Vadim Pisarevsky 75cf8c1b47 a few more warnings fixed 15 years ago
Vadim Pisarevsky 758e826d2e do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV 15 years ago
Vadim Pisarevsky ba60094aca fixed reprojection error check in the fundamental matrix test 15 years ago
Vadim Pisarevsky dce51826b8 fixed the singular case in the rodrigues test. increased the error threshold in findFundamentalMat test 15 years ago
Vadim Pisarevsky 992eace79a fixed some warnings from xcode 15 years ago