Commit Graph

150 Commits

Author SHA1 Message Date
Vladimir Dudnik
0064bd516b cosmetic changes, removed trailing spaces 2010-12-23 23:06:52 +00:00
Vladimir Dudnik
eedde64902 cosmetic changes, removed trailing spaces 2010-12-23 23:05:35 +00:00
Anatoly Baksheev
998fab0ef5 warningx fixed under vs2008 2010-12-21 11:37:08 +00:00
Ilya Lysenkov
84dc12d387 Added a regression test for a circles' grid detection 2010-12-21 09:27:31 +00:00
Vadim Pisarevsky
fcdce4edcb fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency 2010-12-11 10:43:32 +00:00
Vadim Pisarevsky
1dfcb6fb22 make the floodfill test parameters more discrete, to avoid weird rounding errors 2010-12-08 20:15:54 +00:00
Maria Dimashova
5e401f2998 removed test from black list (#737) 2010-12-07 09:56:12 +00:00
Maria Dimashova
c9662c2e38 updated test threshold 2010-12-07 09:13:45 +00:00
Alexander Shishkov
066590dcd4 moved failed tests to blacklists
"descriptor-opponent-sift",       //ticket 737
"_3d-rodrigues",                  //ticket 435
2010-12-07 07:31:07 +00:00
Maria Dimashova
db5cce885d updated tests thresholds 2010-12-01 09:28:16 +00:00
Maria Dimashova
b55777eb03 updated test threshold 2010-11-30 15:42:04 +00:00
Vadim Pisarevsky
a937d9d43c unified the coordinate interpretation in RotatedRect (ticket #425) 2010-11-29 18:14:08 +00:00
Vadim Pisarevsky
54ef68e7f4 improved test build time 2010-11-29 13:30:34 +00:00
Maria Dimashova
bb532239fd added to DescriptorMatcher test the check of match methods on empty data 2010-11-29 10:05:06 +00:00
Maria Dimashova
9470c0eaec updated test thresholds 2010-11-26 14:13:46 +00:00
Maria Dimashova
5802ea39b1 fixed warnings of gcc 2010-11-26 12:15:08 +00:00
Maria Dimashova
dfe4af9e1d fixed warnings under win32 2010-11-26 10:35:48 +00:00
Maria Dimashova
337f1dd2fa minor changes of f2d tests log 2010-11-26 08:43:27 +00:00
Maria Dimashova
7e5c11a920 added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector 2010-11-25 15:59:37 +00:00
Maria Dimashova
0a2881adcd added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF. 2010-11-24 16:03:11 +00:00
Maria Dimashova
43716f31b9 added to FeatureDetector test the check of detect() on empty data 2010-11-24 13:00:23 +00:00
Vadim Pisarevsky
d366c0b2fa fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation 2010-11-24 09:46:46 +00:00
Alexander Shishkov
dd3c62a4fe moved failed tests to blacklists:
mhi-global                   //ticket 457
canny                          //ticket 702
2010-11-23 16:19:08 +00:00
Maria Dimashova
e406dfee44 refactored features2d and sample on matching to many images 2010-11-22 18:27:08 +00:00
Vadim Pisarevsky
209ea825d9 raised error threshold in filter-generic test. re-enabled mhi-global & filter-generic tests 2010-11-20 12:22:24 +00:00
Vadim Pisarevsky
4ca701d888 yet another fix in mhi-global test (ticket #457) 2010-11-20 12:19:22 +00:00
Alexander Shishkov
0f01ae43be moved failed tests to blacklists
filter-generic - ticket 690
mhi-global - ticket 457

fixed issue 689
2010-11-19 14:29:37 +00:00
Vadim Pisarevsky
8eb3e2a94e fixed some more failing tests 2010-11-12 21:23:54 +00:00
Alexey Polovinkin
66d10b1815 fixed latentsvmdetector test (ticket #661) 2010-11-12 19:39:20 +00:00
Maria Dimashova
7fe4fbfc68 modified grabCut test to stable verification 2010-11-12 13:24:20 +00:00
Alexander Shishkov
cfda65a1b8 moved failed tests to blacklists:
warp-affine                     //ticket 572
warp-perspective            //ticket 575
segmentation-grabcut    //ticket 666
_3d-fundam                     //ticket 434
posit                               //ticket 430
2010-11-12 10:04:19 +00:00
Maria Dimashova
1e122c19e1 modified grabCut test slightly; updated test data due to latest grabCut() fix (#666) 2010-11-11 17:07:05 +00:00
Alexander Shishkov
ef3171dc65 moved segmentation-grabcut test to blacklist (#issue 666) 2010-11-11 10:12:03 +00:00
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 2010-11-10 19:49:36 +00:00
Alexander Shishkov
12266265d8 moved failed tests to corresponding blacklists (issues #433, 454, 661, 662) 2010-11-10 12:20:14 +00:00
Vadim Pisarevsky
d81e940ccc excluded some tests from blacklist that now pass 2010-11-07 15:09:50 +00:00
Vadim Pisarevsky
d2516c4512 added workaround for a weird Mingw 4.5.1 bug 2010-11-07 11:34:19 +00:00
Vadim Pisarevsky
5a53d82e30 fixed most of the failures in opencv_test 2010-11-06 14:56:01 +00:00
Alexander Shishkov
7d2e7d48e6 moved hist-backproj and projectPoints-c tests to blacklist (#issues 579, 652) 2010-11-06 13:50:55 +00:00
Alexey Polovinkin
83196d89e8 Latent SVM detector test was added 2010-11-06 09:56:40 +00:00
Vadim Pisarevsky
7bda826671 modified mhi-update test to avoid rounding problems (ticket #639) 2010-11-02 22:01:15 +00:00
Alexander Shishkov
074ba3ed93 Moved mhi-update test to blacklist (issue #639) 2010-11-01 10:27:58 +00:00
Maria Dimashova
75b1858c1f Updated test threshold (#637) 2010-11-01 09:38:48 +00:00
Alexander Shishkov
969b9fb843 moved descriptor-matcher-flann-based test to blacklist (issue #637) 2010-10-30 11:04:47 +00:00
Maria Dimashova
69e329c9fd modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images 2010-10-29 08:44:42 +00:00
Alexander Shishkov
0d3809d0b1 moved stereogc to blacklist (issue #439) 2010-10-29 08:34:45 +00:00
Maria Dimashova
e0b40c26d8 fixed CascadeClassifier::detectMultiScale when TBB 2010-10-25 12:05:22 +00:00
Vadim Pisarevsky
68378ac7e4 fixed crash in color-lab (ticket #627) 2010-10-25 10:31:39 +00:00
Alexander Shishkov
c4b41bc59f moved cascade-detector test to blacklist (issue #432) 2010-10-25 10:03:12 +00:00
Maria Dimashova
f27a54be97 updated test threshold 2010-10-25 09:51:23 +00:00