8206 Commits (6e4715309b37449b82fd2294d118ba33e10cd2de)

Author SHA1 Message Date
berak 773616ee04 swapped x,y in elbp_ 11 years ago
Alexander Alekhin c1cfb4d422 core: added cv::error with CV_NORETURN attr 11 years ago
Ilya Lavrenov 09795e3265 added cv::resize INTER_AREA to T-API 11 years ago
Alexander Smorkalov a13db7c8fa Android native camera destruction fixed for Android 4.4. 11 years ago
Ilya Lavrenov 4eba74ee19 added cv::LUT to T-API 11 years ago
Vladislav Vinogradov 51663f5612 enable CUDA support for android 11 years ago
Vladislav Vinogradov 95ebdf4069 fixed compilation with CUDA 6.0: 11 years ago
Vladislav Vinogradov 7537521f53 disabled MOG2 performance test (sanity check fails on CUDA 6.0) 11 years ago
Vladislav Vinogradov 7c43daccba fixed perf tests for bgfg segmentation 11 years ago
Philippe FOUBERT 22ad487328 Comment correction 11 years ago
Philippe FOUBERT 735f704b3e Add on optional parameter to the matx invert function to know if this operation is successfull without having to analyse the matrix (it may fail in case of bad preconditioning or inappropriate decomposition method) 11 years ago
Philippe FOUBERT c056e7fc61 Correction to be able to compile using the directive PRINT_KERNEL_RUN_TIME 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
Alexander Smorkalov 8fe4ab280b Build error fix for binary-complience-checker tool. 11 years ago
Eric Sommerlade 3b4f65b186 fixed comparison to stop integer wrap around 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
StevenPuttemans 6f892b10ff Applied feature #3375 and fix of pull 1842 to avoid merging problems later 11 years ago
StevenPuttemans 1b0297d92b Added fixes mentioned in bugreport 3306 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
Alexander Alekhin d650efc069 ocl: multi-threading: opencl buffer memory guard 11 years ago
Alexander Alekhin 96a4a7b339 ocl: multi-threading: fix bug in intialization 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