139 Commits (56eebb926da3d64735454de94fb7cf28b726a7ef)

Author SHA1 Message Date
Alexander Alekhin da6dc6774b features2d: add verbose messages into tests 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Vladislav Vinogradov 26fe8bd4f2 made flann dependency for features2d optional 7 years ago
vipinanand4 39e742765a Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 7 years ago
Jiri Horner a5b5684670 Merge pull request #9330 from hrnr:akaze_ocl 7 years ago
Alexander Alekhin 94dbc35d92 features2d(test): more AKAZE tests 7 years ago
Alexander Alekhin 411d36ff13 features2d(test): update descriptor regression test 7 years ago
Alexander Alekhin 63ae5f00b1 features2d(test): enable debug messages 7 years ago
Jiri Horner 3166d0c667 Merge pull request #9249 from hrnr:akaze_part3 7 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 7 years ago
Vladislav Sovrasov 25af743902 mser: add a couple of new regression tests 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 years ago
Jiri Horner 5f20e802d2 Merge pull request #8869 from hrnr:akaze_part1 8 years ago
Maksim Shabunin 9333f82be0 Reduce dependencies between modules 8 years ago
Rostislav Vasilikhin 13b9dd3963 fixed segfault at ORB::compute() near image's border 8 years ago
Vladislav Sovrasov 4a3da1c4ed Fix missing angles in AKAZE keypoints 8 years ago
Alexander Alekhin dac37a0bc9 features2d: update rotation invariance test 8 years ago
will hunt ac2d79fd67 MSER: all test passed. 8 years ago
Alexander Alekhin bb5e25ba7c migration: github.com/opencv/opencv 8 years ago
Maksim Shabunin 2cda78ffac Valgrind: fixed uninitialized image usage in descriptors regression tests 9 years ago
Ilya Lavrenov 7e4e8921bc fixed memory leak in descriptor regression tests 9 years ago
Ilya Lavrenov 6dcd455ac4 fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp 9 years ago
Roman Donchenko 3231c2f995 NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG() 9 years ago
Ilya Lavrenov 69c50e0181 fixed typo 9 years ago
Ilya Lavrenov cf0f47f589 fixed memory leak in descriptor regression tests 9 years ago
Ilya Lavrenov f7d36bbad5 fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp 9 years ago
Ilya Lavrenov e390c8c728 fixed typo 9 years ago
Roman Donchenko ec0508269a NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG() 9 years ago
Ilya Lavrenov dc441f50cd fixed memory leak in descriptor regression tests 9 years ago
Ilya Lavrenov be499b42d9 fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp 9 years ago
Ilya Lavrenov 370d1ff21a fixed typo 9 years ago
Roman Donchenko 1245cd1752 NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG() 9 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 10 years ago
Vadim Pisarevsky af47b6551f another attempt to make the MSER test pass. removed possible randomization in parameters from run to run 10 years ago
Vadim Pisarevsky 4c67ae1a0b fixed failure in Features2d_MSER.cases 10 years ago
Vadim Pisarevsky dab78c26b1 added reasonable test for MSER (including coverage for http://code.opencv.org/issues/4273, http://code.opencv.org/issues/1723 and http://code.opencv.org/issues/756); also, added some "in-progress" info to the Features2d_Feature2d.no_crash test. 10 years ago
Vadim Pisarevsky b5a7122855 added test to do smoke testing of ORB, KAZE, AKAZE and BRISK on images of different size 10 years ago
Vadim Pisarevsky fc06a2384b added test for batch detection/descriptor extraction (http://code.opencv.org/issues/3943) 10 years ago
Vadim Pisarevsky 432cf1152a added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308) 10 years ago
cbalint13 fb56d5c482 Squash all BRISK commits into one. 10 years ago
cbalint13 26997f32c6 Fix BRISK detector&descriptor using proper AGAST. 10 years ago
ippei ito b8c00854fe instead of "using namespace cv" put all the tests into cv:: namespace. 10 years ago
ippei ito b7276359e9 Test accuracy for PR#3829 10 years ago
ippei ito 65b0ecfec5 Test accuracy for PR#3829.Fix WOrder warning on gcc 10 years ago
ippei ito d1902a1276 Test accuracy for PR#3829.Fix warning on gcc, comment out INIT_RANDOM_SEED for same result each ran. 10 years ago
ippei ito 56cae1b293 Test accuracy for PR#3829.Fix Some Error, Modify SLA. 10 years ago
ippei ito 7c740b6a31 Test accuracy for Pull Request # 3829 10 years ago
orestis fffe2464cd Change DescriptorExtractor_ORB regression test 10 years ago