7928 Commits (d2e1318341a4361378bae92e9898bcec852febe8)

Author SHA1 Message Date
Ilya Lavrenov d2e1318341 RGBA <-> mRGBA 12 years ago
Ilya Lavrenov f771a0ba81 RGB[A] <-> HLS 12 years ago
Ilya Lavrenov 0b900b54e5 RGB[A] <-> HSV 12 years ago
Ilya Lavrenov 727a5e6df4 BGR5x5 <-> Gray 12 years ago
Ilya Lavrenov 8a23646897 RGB[A] <- RGB5x5 12 years ago
Ilya Lavrenov 81b9c9c104 RGB[A] -> RGB5x5 12 years ago
Ilya Lavrenov af367c4f85 RGB[A] <-> BGR[A] 12 years ago
Ilya Lavrenov ab9b883c69 RGB[A] <-> XYZ 12 years ago
Ilya Lavrenov 65ee06eb2b RGB[A] <-> XYZ 12 years ago
Ilya Lavrenov 506c19616d YCrCb -> RGB[A] 12 years ago
Ilya Lavrenov 90d62cacc9 fixed cv::cvtColor 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
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
Ilya Lavrenov 8834d5e57b changed eps in Retina_OCL test 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
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
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
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
Anatoly Baksheev d275e29ea4 compilation & warnings 12 years ago
Alexander Alekhin 0a698bf145 ocl: fix cvtColor XYZ: variables on stack 12 years ago
Ilya Lavrenov cc237b7aba generalized ocl::resize for all data types (INTER_NEAREST mode) 12 years ago
Roman Donchenko 615d6c22d1 Switched OpenCV to a 3-component version number. 12 years ago
Roman Donchenko 3b7acf2657 Fix building with FFmpeg 0.8. 12 years ago
Ilya Lavrenov fe76b2116a added RGBA <-> mRGBA 12 years ago