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
|
318b0f10d9
|
the blacklist is sorted in alphabetical order; several tests that should now pass have been commented off
|
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 |
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;
renamed createDetector to createFeatureDetector
|
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 |