8206 Commits (6e4715309b37449b82fd2294d118ba33e10cd2de)

Author SHA1 Message Date
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
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Ilya Lavrenov c0456df611 workaround for ocl::absSum (eliminated error: unreachable executed) 11 years ago
Ilya Lavrenov f70d63e4c9 added INTER_AREA interpolation to ocl::resize 11 years ago
Alexander Smorkalov 04d293d2c4 Initial NativeCamera support for Android 4.4 KitKat. 11 years ago
Konstantin Matskevich 327d9f274b fixed Split for device version equals 78712 11 years ago
Konstantin Matskevich 0e1717c14c fixing bugs for Intel platform CPU device 11 years ago
Anatoly Baksheev 9e3a29701e Viz code beautification 11 years ago
Anatoly Baksheev efcc341219 added viz tutorial 3 test 11 years ago
Anatoly Baksheev e154bce259 fixed compilation for vs2008 11 years ago
Anatoly Baksheev d8600d3d13 fixed all Viz warnings 11 years ago
Anatoly Baksheev 5c6248005a fixed warnings 11 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. 11 years ago
Anatoly Baksheev d275e29ea4 compilation & warnings 11 years ago
Anatoly Baksheev 13bb236ad5 fixed some warnings 11 years ago
Anatoly Baksheev 8f6f9c3e58 compilation for VS2008 11 years ago
Alexander Alekhin 0a698bf145 ocl: fix cvtColor XYZ: variables on stack 11 years ago
Ilya Lavrenov cc237b7aba generalized ocl::resize for all data types (INTER_NEAREST mode) 11 years ago
Roman Donchenko 615d6c22d1 Switched OpenCV to a 3-component version number. 11 years ago
Roman Donchenko 3b7acf2657 Fix building with FFmpeg 0.8. 11 years ago
Ilya Lavrenov fe76b2116a added RGBA <-> mRGBA 11 years ago
Ilya Lavrenov 1b7c5b201d added HLS -> RGB[A][FULL] conversion 11 years ago
Ilya Lavrenov 98915e06bc added HSV -> RGB[A][FULL] conversion 11 years ago
Ilya Lavrenov 3bdd9626f3 added RGB[A] -> HLS[FULL] conversion 11 years ago
Ilya Lavrenov af7c614438 added RGB[A] -> HSV[FULL] conversion 11 years ago
Alexander Alekhin fb326a58fc ocl: perf tests: skip tests if we fail check for maxMemoryAllocSize 11 years ago
Alexander Alekhin f1873bbca1 perf tests: allow to skip performance tests 11 years ago
Ilya Lavrenov 6770c04073 refactored some functions from ocl arithm 11 years ago
Ilya Lavrenov c38e4f9639 added eps to ocl::buildWarpPerspectiveMaps perf test 11 years ago
Michael Pratt 73f1940b03 Add missing limits include 11 years ago
perping 185059959b fix haar 11 years ago
perping 1e2fb6de30 fix match_template and haar 11 years ago
Ilya Lavrenov 0bf7350615 fixed compilation of ocl::minMaxLoc for Intel device 11 years ago
huangs f02ce90559 minX1 should be max(-maxD,0) not max(maxD,0), avoid black band at left 11 years ago