7973 Commits (daefe6983f9288e58edcddbb0798aba9c0107aae)

Author SHA1 Message Date
Ilya Lavrenov 09795e3265 added cv::resize INTER_AREA to T-API 11 years ago
Ilya Lavrenov 41d046a2db restored ocl_cvtcolor.cl 11 years ago
Ilya Lavrenov d2e1318341 RGBA <-> mRGBA 11 years ago
Ilya Lavrenov f771a0ba81 RGB[A] <-> HLS 11 years ago
Ilya Lavrenov 0b900b54e5 RGB[A] <-> HSV 11 years ago
Ilya Lavrenov 727a5e6df4 BGR5x5 <-> Gray 11 years ago
Ilya Lavrenov 8a23646897 RGB[A] <- RGB5x5 11 years ago
Ilya Lavrenov 81b9c9c104 RGB[A] -> RGB5x5 11 years ago
Ilya Lavrenov af367c4f85 RGB[A] <-> BGR[A] 11 years ago
Ilya Lavrenov ab9b883c69 RGB[A] <-> XYZ 11 years ago
Ilya Lavrenov 65ee06eb2b RGB[A] <-> XYZ 11 years ago
Ilya Lavrenov 506c19616d YCrCb -> RGB[A] 11 years ago
Ilya Lavrenov 90d62cacc9 fixed cv::cvtColor 11 years ago
Roman Donchenko 2fed668390 Fixed build errors. 11 years ago
Ilya Lavrenov 6679aed61e fixed ocl::resize (INTER_LINEAR) and added an accuracy test 11 years ago
GregoryMorse e4793e3d5e Update system.cpp 11 years ago
Ilya Lavrenov 16a3067afc cp test_colot.cpp to imgproc ocl tests 11 years ago
Konstantin Matskevich 145855767c bugfix in deallocate 11 years ago
Ilya Lavrenov 9d23a0cb81 fixed ocl_arithm_op; fix for 3-channel images is needed 11 years ago
Jason Newton 88b2fe9dbb correct upper bound for maximum number of labels for 8-way connectivity 11 years ago
Alexander Alekhin fd4a7e7d1f ocl: disable tests 11 years ago
Ilya Lavrenov 1af95ea12c fixed error in setting kernel arguments 11 years ago
Alexander Alekhin 881e837520 ocl/core: added prototype for tests 11 years ago
Alexander Alekhin ddc9be9170 ocl: don't disable Undef warnings 11 years ago
Roman Donchenko dd817857b4 Replaced most of the instances of "s = s +" with "s +=". 11 years ago
Roman Donchenko fc49d33c8d Gave cv::String appropriate += operators. 11 years ago
Ilya Lavrenov c8abb6124f recursive mutex for linux 11 years ago
Piotr Miecielica a19cc6cb64 Added pointer initialization 11 years ago
Alexander Smorkalov 514e97223c Some hacks to build and run OpenCL on Qualcomm S800. 11 years ago
StevenPuttemans 7a8bd31657 Fixed bug in report #3346 11 years ago
Ilya Lavrenov 8834d5e57b changed eps in Retina_OCL test 11 years ago
Piotr Miecielica 923698d700 Fixes of some memory leaks 11 years ago
Ilya Lavrenov 650f92f9cc eliminated warning C4267 11 years ago
Ilya Lavrenov 561a7f5782 fixed kernel compilation in imgproc module 11 years ago
Ilya Lavrenov 65b7e2018c fixed kernel compilation 11 years ago
Ilya Lavrenov d764af5318 added extra parameters to ocl::cvtColor performance test 11 years ago
Alexander Alekhin c1541c9e79 perf report: summary.py: added --progress mode 11 years ago
Ilya Lavrenov 60b59eeb73 workaround for AMD bug: UNREACHABLE EXECUTED 11 years ago
Roman Donchenko cf00349b5b Gave CvSVM a private copy constructor & assignment operator. 11 years ago
Roman Donchenko 4cfbee70bd Simplified the Windows implementation of CV_XADD. 11 years ago
Vadim Pisarevsky ae8b2cbd68 fixed bug with cl_long size on Win32 (thanks to Aaron Kunze) 11 years ago
Vadim Pisarevsky 677c7f27cb fixed failure in Tonemap test 11 years ago
Philippe FOUBERT 78e16a906b Back to the previous coding way (using the macro with the goto). 11 years ago
Ilya Lavrenov 198cd1a40d added area fast mode to ocl::resize 11 years ago
Vladislav Vinogradov 66221a32b9 fixed memory leak in ogl::Texture2D 11 years ago
Vadim Pisarevsky d0b3c7a518 added some diagnostic into Tonemap test 11 years ago
Vadim Pisarevsky 8c44995ea6 another attempt to fix compile errors 11 years ago
Vadim Pisarevsky 241002384c fixed some more compile errors 11 years ago
Vadim Pisarevsky e2bbe7597b fixed few compile errors and doc build errors 11 years ago
Vadim Pisarevsky 8762ee3f6f removed unnecessary opencl kernels 11 years ago