224 Commits (19544b3d54c575ab2f8893663b11d5ec032cc928)

Author SHA1 Message Date
Vadim Pisarevsky 8eb3e2a94e fixed some more failing tests 14 years ago
Alexey Polovinkin 66d10b1815 fixed latentsvmdetector test (ticket #661) 14 years ago
Maria Dimashova 7fe4fbfc68 modified grabCut test to stable verification 14 years ago
Alexander Shishkov cfda65a1b8 moved failed tests to blacklists: 14 years ago
Maria Dimashova 1e122c19e1 modified grabCut test slightly; updated test data due to latest grabCut() fix (#666) 14 years ago
Alexander Shishkov ef3171dc65 moved segmentation-grabcut test to blacklist (#issue 666) 14 years ago
Vadim Pisarevsky 924497cb5f increased number of points in optflow-estimate-rigid test, because in the presense of noise there should be enough points for robust transform estimation 14 years ago
Alexander Shishkov 12266265d8 moved failed tests to corresponding blacklists (issues #433, 454, 661, 662) 14 years ago
Vladislav Vinogradov 2cd9fbb66a disabled some gpu tests 14 years ago
Vadim Pisarevsky d81e940ccc excluded some tests from blacklist that now pass 14 years ago
Vadim Pisarevsky d2516c4512 added workaround for a weird Mingw 4.5.1 bug 14 years ago
Vadim Pisarevsky 5a53d82e30 fixed most of the failures in opencv_test 14 years ago
Alexander Shishkov 7d2e7d48e6 moved hist-backproj and projectPoints-c tests to blacklist (#issues 579, 652) 14 years ago
Alexey Polovinkin 83196d89e8 Latent SVM detector test was added 14 years ago
Vadim Pisarevsky ced8192174 fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616) 14 years ago
Vadim Pisarevsky a2676b2777 fixed failure in rand test (ticket #449) 14 years ago
Vadim Pisarevsky 7bda826671 modified mhi-update test to avoid rounding problems (ticket #639) 14 years ago
Alexander Shishkov 074ba3ed93 Moved mhi-update test to blacklist (issue #639) 14 years ago
Maria Dimashova 75b1858c1f Updated test threshold (#637) 14 years ago
P. Druzhkov 501e81eb3b fix gbtrees test 14 years ago
Alexander Shishkov 969b9fb843 moved descriptor-matcher-flann-based test to blacklist (issue #637) 14 years ago
Maria Dimashova 69e329c9fd modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images 14 years ago
Alexander Shishkov 0d3809d0b1 moved stereogc to blacklist (issue #439) 14 years ago
Alexander Shishkov 949d31093e moved CvGBTrees_test test to blacklist (issue 630) 14 years ago
Vladislav Vinogradov 2c39f0ee33 fix unnecessary memory allocation in gpu::magnitude and gpu::phase 14 years ago
Maria Dimashova e0b40c26d8 fixed CascadeClassifier::detectMultiScale when TBB 14 years ago
Vadim Pisarevsky 68378ac7e4 fixed crash in color-lab (ticket #627) 14 years ago
Alexander Shishkov c4b41bc59f moved cascade-detector test to blacklist (issue #432) 14 years ago
Maria Dimashova f27a54be97 updated test threshold 14 years ago
Alexander Shishkov c1e753c868 remove failed test (see issues #449, 627, 502) 14 years ago
Maria Dimashova 5c642723ae removed detector-surf test from black list (ticket 578) 14 years ago
Maria Dimashova 8ad8e31bf5 fixed fail of descriptor-surf-test (ticket 568) 14 years ago
Maria Dimashova 3e910e145b fixed fail of descriptor-sift test (ticket 567) 14 years ago
Maria Dimashova 761f76c853 fixed fails of cascade-detector and hog-detector tests (tickets 428, 432) 14 years ago
Vadim Pisarevsky 099388bd12 fixed crashes in color-luv & color-lab when gcc 4.2 on x64 is used (tickets #502, #627) 14 years ago
Alexander Shishkov 17412aa54b moved color-lab test to blacklist (issue #627) 14 years ago
Vadim Pisarevsky b80bdf324d two small fixes in the recently added stuff 15 years ago
Vadim Pisarevsky 318b0f10d9 the blacklist is sorted in alphabetical order; several tests that should now pass have been commented off 15 years ago
Vadim Pisarevsky 39335eb391 rand test is returned back 15 years ago
Vadim Pisarevsky 43d5095def re-added color-lab test 15 years ago
Vadim Pisarevsky 8c103d7442 re-added filter-general test; fixed failure in several calibrate* tests 15 years ago
Vadim Pisarevsky fe88a55b42 force each histogram dimension to be >= 1 15 years ago
Vadim Pisarevsky c209013da8 cleared the test blacklist in opencv_test_core. all the problematic tests now pass 15 years ago
Vadim Pisarevsky c8fd40b011 fixed ds-graphscan test to make sure that the memory block size is large enough to fit at least the graph header and the sequence block header (ticket 504) 15 years ago
Vadim Pisarevsky 8deebea735 fixed test failure in matrix-dotproduct test (by increasing the desired accuracy threshold) (ticket #447) 15 years ago
Vladislav Vinogradov 7d0feef775 added vecmath to gpu module. 15 years ago
Vladislav Vinogradov b08f60828b added to gpu module linear filters for int and float source types. 15 years ago
Alexander Shishkov ea040ce71a remove failed tests (issues #618-620) 15 years ago
Alexander Shishkov 445f44c152 Move failed tests to corresponding blacklists 15 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 15 years ago