7960 Commits (9ca80961fd61254cccdae98a837e77ae059fd2ac)

Author SHA1 Message Date
Ilya Lavrenov 90d62cacc9 fixed cv::cvtColor 12 years ago
Roman Donchenko 2fed668390 Fixed build errors. 12 years ago
Ilya Lavrenov 6679aed61e fixed ocl::resize (INTER_LINEAR) and added an accuracy test 12 years ago
GregoryMorse e4793e3d5e Update system.cpp 12 years ago
Ilya Lavrenov 16a3067afc cp test_colot.cpp to imgproc ocl tests 12 years ago
Konstantin Matskevich 145855767c bugfix in deallocate 12 years ago
Ilya Lavrenov 9d23a0cb81 fixed ocl_arithm_op; fix for 3-channel images is needed 12 years ago
Jason Newton 88b2fe9dbb correct upper bound for maximum number of labels for 8-way connectivity 12 years ago
Alexander Alekhin fd4a7e7d1f ocl: disable tests 12 years ago
Ilya Lavrenov 1af95ea12c fixed error in setting kernel arguments 12 years ago
Alexander Alekhin 881e837520 ocl/core: added prototype for tests 12 years ago
Alexander Alekhin ddc9be9170 ocl: don't disable Undef warnings 12 years ago
Roman Donchenko dd817857b4 Replaced most of the instances of "s = s +" with "s +=". 12 years ago
Roman Donchenko fc49d33c8d Gave cv::String appropriate += operators. 12 years ago
Ilya Lavrenov c8abb6124f recursive mutex for linux 12 years ago
Piotr Miecielica a19cc6cb64 Added pointer initialization 12 years ago
Alexander Smorkalov 514e97223c Some hacks to build and run OpenCL on Qualcomm S800. 12 years ago
StevenPuttemans 7a8bd31657 Fixed bug in report #3346 12 years ago
Ilya Lavrenov 8834d5e57b changed eps in Retina_OCL test 12 years ago
Piotr Miecielica 923698d700 Fixes of some memory leaks 12 years ago
Ilya Lavrenov 650f92f9cc eliminated warning C4267 12 years ago
Ilya Lavrenov 561a7f5782 fixed kernel compilation in imgproc module 12 years ago
Ilya Lavrenov 65b7e2018c fixed kernel compilation 12 years ago
Ilya Lavrenov d764af5318 added extra parameters to ocl::cvtColor performance test 12 years ago
Alexander Alekhin c1541c9e79 perf report: summary.py: added --progress mode 12 years ago
Ilya Lavrenov 60b59eeb73 workaround for AMD bug: UNREACHABLE EXECUTED 12 years ago
Roman Donchenko cf00349b5b Gave CvSVM a private copy constructor & assignment operator. 12 years ago
Roman Donchenko 4cfbee70bd Simplified the Windows implementation of CV_XADD. 12 years ago
Vadim Pisarevsky ae8b2cbd68 fixed bug with cl_long size on Win32 (thanks to Aaron Kunze) 12 years ago
Vadim Pisarevsky 677c7f27cb fixed failure in Tonemap test 12 years ago
Philippe FOUBERT 78e16a906b Back to the previous coding way (using the macro with the goto). 12 years ago
Ilya Lavrenov 198cd1a40d added area fast mode to ocl::resize 12 years ago
Vladislav Vinogradov 66221a32b9 fixed memory leak in ogl::Texture2D 12 years ago
Vadim Pisarevsky d0b3c7a518 added some diagnostic into Tonemap test 12 years ago
Vadim Pisarevsky 8c44995ea6 another attempt to fix compile errors 12 years ago
Vadim Pisarevsky 241002384c fixed some more compile errors 12 years ago
Vadim Pisarevsky e2bbe7597b fixed few compile errors and doc build errors 12 years ago
Vadim Pisarevsky 8762ee3f6f removed unnecessary opencl kernels 12 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 12 years ago
Ilya Lavrenov c0456df611 workaround for ocl::absSum (eliminated error: unreachable executed) 12 years ago
Ilya Lavrenov f70d63e4c9 added INTER_AREA interpolation to ocl::resize 12 years ago
Alexander Smorkalov 04d293d2c4 Initial NativeCamera support for Android 4.4 KitKat. 12 years ago
Konstantin Matskevich 327d9f274b fixed Split for device version equals 78712 12 years ago
Konstantin Matskevich 0e1717c14c fixing bugs for Intel platform CPU device 12 years ago
Anatoly Baksheev 9e3a29701e Viz code beautification 12 years ago
Anatoly Baksheev efcc341219 added viz tutorial 3 test 12 years ago
Anatoly Baksheev e154bce259 fixed compilation for vs2008 12 years ago
Anatoly Baksheev d8600d3d13 fixed all Viz warnings 12 years ago
Anatoly Baksheev 5c6248005a fixed warnings 12 years ago
Anatoly Baksheev dfef42f94e Fixed Viz compilation: removed CV_EXPORTS from cv::viz::Color. The macro forced instantiation of all Matx<double, 4, 1> constructors and triggered StaticAssert there. 12 years ago