311 Commits (c9f9f3877719380303dea1f9029e44e8160eb633)

Author SHA1 Message Date
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 14 years ago
Vadim Pisarevsky 318b0f10d9 the blacklist is sorted in alphabetical order; several tests that should now pass have been commented off 14 years ago
Vadim Pisarevsky 39335eb391 rand test is returned back 14 years ago
Vadim Pisarevsky 43d5095def re-added color-lab test 14 years ago
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
Vadim Pisarevsky c209013da8 cleared the test blacklist in opencv_test_core. all the problematic tests now pass 14 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) 14 years ago
Vadim Pisarevsky 8deebea735 fixed test failure in matrix-dotproduct test (by increasing the desired accuracy threshold) (ticket #447) 14 years ago
Vladislav Vinogradov 7d0feef775 added vecmath to gpu module. 14 years ago
Vladislav Vinogradov b08f60828b added to gpu module linear filters for int and float source types. 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
Vladislav Vinogradov e12e4798e0 added gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart 14 years ago
P. Druzhkov d611fb61fc Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added. 14 years ago
Ethan Rublee d788007672 accidentally commited a ROS patch of the test.py a few -r3716 14 years ago
Vladislav Vinogradov 4124633359 added magnitudeSqr and rectStdDev to gpu module. 14 years ago
Vladislav Vinogradov f4075e0168 added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS 14 years ago
Alexey Spizhevoy 970dd7f593 implemented mean shift segmentation with elimination of small segments, added tests 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago
Vadim Pisarevsky 87f6e500e1 united cv::Mat and cv::MatND 14 years ago
Vladislav Vinogradov f6895e7738 fixed gpu filters (deriv filter and source roi calculation) 14 years ago
Vladislav Vinogradov ced60b7498 added histograms calculation to gpu module 14 years ago
Alexey Spizhevoy 10f954ae5d added test data for mean shift procedure 14 years ago
Ethan Rublee 244a537d54 _S happens to be a bad variable name for android 14 years ago