179 Commits (e842a0c8164164a3882202666dd8a20a8040bd00)

Author SHA1 Message Date
Alexander Shishkov 68cd4a72b1 remove failed test (see issue #536) 14 years ago
Anatoly Baksheev 4ffb519cdd GPU module: minor interface changes 14 years ago
Anatoly Baksheev 1387bfcde0 added GPU implementation of morphology functions (using NPP) and tests for it. 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; 14 years ago
Vladislav Vinogradov b181d78ca5 Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP. 14 years ago
Vladislav Vinogradov b5c92a7dc0 Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP. 14 years ago
Vadim Pisarevsky e23d62b845 added blacklist support in the OpenCV test engine for centralized exclusion of failed tests 14 years ago
Vladislav Vinogradov 37d39bd9de Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP. 14 years ago
Kirill Kornyakov 8e38063965 gpu::add now supports 8UC4 and 32FC1 14 years ago
Kirill Kornyakov 01eac6d3e3 Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake. 14 years ago
Andrey Morozov c1157c8128 fixed compile for linux 14 years ago
Andrey Morozov 1feb5b4d02 added async version of postfilter_textureness and prefilter_xsobel, modified async test and added test for async version of stereobm 14 years ago
Kirill Kornyakov 6960e1544d GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings. 14 years ago
Kirill Kornyakov a38e511188 GPU module code cleaning 14 years ago
Kirill Kornyakov ec7e937481 meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module. 14 years ago
Alexander Shishkov c2e2b196ca remove failed test (see issue #536) 14 years ago
Andrey Morozov 62b47108a0 minor fix with tests 14 years ago
Andrey Morozov 7357852434 added test stereo_bm and added "volatile" in constantspacebp 14 years ago
Andrey Morozov f1fa323456 fixed test with small size gpu memory 14 years ago
Andrey Morozov f676ca6239 added gpu test ConstantSpaceBP 14 years ago
Andrey Morozov 6f9b518e60 rename con.png to cones.png in test gpu 14 years ago
Maria Dimashova 9c875a804a added static to funcs 14 years ago
Andrey Morozov bcfec60024 added license headers 14 years ago
Vladislav Vinogradov 906a590a41 minor fix 14 years ago
Andrey Morozov 60246b9e77 added gpu test : stereobp 14 years ago
Andrey Morozov 723a99a541 added test for gpu: meanshift 14 years ago
Anatoly Baksheev d1fc3e6b5a cv::gpu::CudaStream -> cv::gpu::Stream 14 years ago
Maria Dimashova 4395bad911 fixed linker errors on Win and some warnings 14 years ago
Maria Dimashova 121e51d35b replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation 14 years ago
Ilya Lysenkov 20e407b235 Fixed bugs in BruteForceMatcher and its specialization 14 years ago
Victor Erukhimov 49f1a9c3d5 Commented out rand test due to failure on win32 15 years ago
Victor Erukhimov 451939ce98 Commenting out aertrees test due to a failure on windows 32 15 years ago
Alexander Shishkov 3ffee6aa04 exclude failed test (ds-graphscan) 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 4d67fc266c increased err threshold in matrix-transform test (ticket #476) 15 years ago
Vadim Pisarevsky 2e5b63296b increased error threshold in matrix-solve test (ticket #496) 15 years ago
Vadim Pisarevsky 486d410a34 increased error threshold in matrix-invert test (ticket #465) 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
Maria Dimashova 99e2a9bd8d added test on CalonderDescriptorExtractor::compute 15 years ago
Vladislav Vinogradov dc0f313924 implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test 15 years ago
Andrey Morozov c13df09f08 minor fix 15 years ago