1416 Commits (699eda46b6278a6aeb6a9c58cbb605387b8a0075)

Author SHA1 Message Date
Ilya Lavrenov 997ec60839 added OCL-TAPI arithm tests 11 years ago
Ilya Lavrenov 803672feea added cv::remap to T-API 11 years ago
Ilya Lavrenov dcce9d7088 added cv::warpAffine to T-API 11 years ago
Ilya Lavrenov 55af7857b9 added cv::warpPerspective to T-API 11 years ago
Alexander Alekhin 7d9150460a core/ocl: added perf test infra + "Add" perf test 11 years ago
Konstantin Matskevich eaf620ddde small fix 11 years ago
Konstantin Matskevich 14dccdf23d T-API cv::log, cv::exp, cv::magnitude, cv::phase 11 years ago
Séverin Lemaignan 9ce9fc3361 Ensure compilation to Javascript with Emscripten 11 years ago
Vadim Pisarevsky cd97d789b6 dummy commit to rerun pre-commit tests 11 years ago
Vadim Pisarevsky 161c3b71e6 hopefully, now opencv_test_imgproc should pass 11 years ago
Séverin Lemaignan efe564e3b3 Ensure compilation to Javascript with Emscripten 11 years ago
Vadim Pisarevsky 5fea17ff0d still trying to fix failure in opencv_test_imgproc 11 years ago
Vadim Pisarevsky 82b852c13c yet another attempt to make Core_UMat.getUMat test work 11 years ago
Vadim Pisarevsky 9be727b1ea another attempt to fix Core_UMat.getUMat test 11 years ago
Vadim Pisarevsky f263fe145a trying to guess and fix strange failure in core test 11 years ago
Vadim Pisarevsky d7f4a223cf fixed several compile errors/warnings; reacted on the PR comments 11 years ago
Vadim Pisarevsky 6da5d21331 fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance 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
Ilya Lavrenov 4eba74ee19 added cv::LUT to T-API 11 years ago
Vladislav Vinogradov 95ebdf4069 fixed compilation with CUDA 6.0: 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
Ilya Lavrenov 41d046a2db restored ocl_cvtcolor.cl 11 years ago
Ilya Lavrenov 0b900b54e5 RGB[A] <-> HSV 11 years ago
GregoryMorse e4793e3d5e Update system.cpp 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
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
Roman Donchenko fc49d33c8d Gave cv::String appropriate += operators. 11 years ago
Ilya Lavrenov c8abb6124f recursive mutex for linux 11 years ago
Ilya Lavrenov 650f92f9cc eliminated warning C4267 11 years ago
Ilya Lavrenov 65b7e2018c fixed kernel compilation 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
Vladislav Vinogradov 66221a32b9 fixed memory leak in ogl::Texture2D 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
Anatoly Baksheev 8f6f9c3e58 compilation for VS2008 11 years ago
Roman Donchenko 615d6c22d1 Switched OpenCV to a 3-component version number. 11 years ago
Roman Donchenko 2c38be079e Enabled CV_Assert and such to print the function name with Visual C++. 11 years ago
Ilya Lavrenov 2df53d97c5 added ocl::repeat 11 years ago
Alexander Smorkalov f027cf80f7 OpenCV Version++. OpenCV Manager Version++. 11 years ago
Vadim Pisarevsky 485d36d3c0 changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete. 11 years ago
Vadim Pisarevsky 6416c33020 fixed some bugs in OpenCL branch of UMat implementation; maybe now the tests will finally pass?! (please ;( ) 11 years ago