Marius Muja
|
7d42dbdd71
|
Removing 'using namespace std' from header files, closes bugs #730 and #846
|
14 years ago |
Alexander Shishkov
|
e834a46ccf
|
moved failed tests to blacklists
"em", //ticket 754
|
14 years ago |
Vadim Pisarevsky
|
f8632f6da7
|
fixed crash in gbtrees test on Windows
|
14 years ago |
Maria Dimashova
|
db5cce885d
|
updated tests thresholds
|
14 years ago |
Vadim Pisarevsky
|
aef71a146e
|
put 64-bit constants to CV_BIG_INT() macros to avoid warnings with old compilers
|
14 years ago |
Maria Dimashova
|
cfeca1411e
|
forgot commit this file
|
14 years ago |
Maria Dimashova
|
78ccde56b2
|
limited rng seed choice by 5 values in dtree, boost, rtrees, ertrees tests; hope this make them more stable.
|
14 years ago |
Maria Dimashova
|
dd14dc5de3
|
fixed #517; uncommented ertrees test and moved it to black llist
|
14 years ago |
Alexander Shishkov
|
12266265d8
|
moved failed tests to corresponding blacklists (issues #433, 454, 661, 662)
|
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 |
P. Druzhkov
|
501e81eb3b
|
fix gbtrees test
|
14 years ago |
Alexander Shishkov
|
949d31093e
|
moved CvGBTrees_test test to blacklist (issue 630)
|
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 |
P. Druzhkov
|
d611fb61fc
|
Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added.
|
14 years ago |
Victor Erukhimov
|
451939ce98
|
Commenting out aertrees test due to a failure on windows 32
|
15 years ago |
Vadim Pisarevsky
|
f894d1de31
|
replaced unlink() & _unlink() with more standard remove() (ticket #334)
|
15 years ago |
Alexander Shishkov
|
ad66d33e81
|
exclude failed tests
|
15 years ago |
Vadim Pisarevsky
|
670fff5f42
|
added workaround for strange tmpnam() output from VS2010. turned off optimization for DCT & DFT on Win64 for VS200x (VS2010 builds it fine)
|
15 years ago |
Alexander Shishkov
|
1c856283ec
|
exclude failed tests
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |