2517 Commits (e1f14fcac70a3d36416204eb911037b73195908d)

Author SHA1 Message Date
Alexander Alekhin e5890fc92a ocl: fix build 7 years ago
Alexander Alekhin 1283d62e49 ocl: Kernel::runProfiling() 7 years ago
Alexander Alekhin d9ab31490c ocl: profiling queue 7 years ago
Alexander Alekhin 2e68f89225 ocl: update kernel global size adjustment 7 years ago
Christof Kaufmann 7ec59fc097 Revert changes of mean and meanStdDev 7 years ago
RAJ NATARAJAN 0e44ad5543 Removed unnecessary assertion 7 years ago
RAJ NATARAJAN 6da62f56fa Add some useful input assertions to PSNR function 7 years ago
Alexander Alekhin 169add5aa6 ocl: added cv::ocl::Device::isExtensionSupported() method 7 years ago
Alexander Alekhin 44b75eb116 core: fix OpenCL runtime compilation with HAVE_OPENCL_STATIC 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
Pavel Vlasov 37ab318657 Compatibility improvement with old IPP versions (tested on 9.0.1); 7 years ago
Dmitry Kurtaev 8b094755fa Fix https://github.com/opencv/opencv/issues/8693 7 years ago
Christof Kaufmann 46a668c565 Add multi-channel mask support to mean, meanStdDev and setTo 7 years ago
Alexander Alekhin 0451629e22 core(persistence): resolve DMatch/KeyPoint problem 7 years ago
Zoltán Mizsei 6258ff36bc Haiku build fix 7 years ago
Wu Zhiwen da3da84a20 ocl: Add a function to unload a run-time cached program 7 years ago
Ricardo Ribalda Delgado 6fc5697950 ocl: Fix OpenCL library detection in Linux 7 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 7 years ago
KUANG Fangjun 97ec91ad67 fix cv::CommandLineParser. 7 years ago
Rostislav Vasilikhin 66b0651607 Merge pull request #9329 from savuor:softfloat_sincos 7 years ago
Alexander Alekhin ca9a88785e core(build): fix compilation of parallel.cpp (OpenMP configuration) 7 years ago
Alexander Alekhin 0ebabe17df core: fix flag processing for nested regions in cv::parallel_for_() 7 years ago
Dmitry Kurtaev 41519d3ac0 Fixed some OpenCL interface bugs 7 years ago
Vladislav Sovrasov 9a10bdbae5 core: use new assert in matmul.cpp 7 years ago
Vladislav Sovrasov 5e68b28ad3 core: fix file not closed when exception in FS 7 years ago
Alexander Alekhin 9ca39821c8 core: divUp function 7 years ago
Alexander Alekhin 16fb74425e ocl: fix program cache key 7 years ago
Alexander Alekhin e58a778bd5 core(stat): disable IPP optimization in meanStdDev (cn > 1) 7 years ago
Alexander Alekhin b46e741c95 core(alloc): drop unused code, use memalign() functions instead of hacks 7 years ago
Alexander Alekhin d35422b523 core(tls): hide assertions from Thread Sanitizer 7 years ago
Alexander Alekhin 68ef903a7c core(tls): don't use tlsSlots without synchronization 7 years ago
Alexander Alekhin bf0173bf38 ts: update valgrind suppressions 7 years ago
dkurt 583b327523 Fix JSON booleans without quotes 7 years ago
dkurt 3515f6ec33 Missed NAMED bit of JSON nodes tag 7 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 7 years ago
Alexander Alekhin 7f3eea6325 core: fix Mat/UMat cleanup on exceptions in deallocate() 7 years ago
Alexander Alekhin 544eb4be1f IPP: update minMaxIdx, disable some AVX optimizations with mask 7 years ago
Alexander Alekhin ec7ce81401 core: fix FileStorage format detection in case of .gz archives 7 years ago
Alexander Alekhin 5bc291937f test: FileStorage format regression test 7 years ago
Alexander Alekhin b4716b1d92 core: fix convertTo() AVX2 optimization 7 years ago
Rostislav Vasilikhin 4b75be801e initial version of Lab2RGB_f tetrahedral interpolation written 7 years ago
Alexander Alekhin 5ebfb52a4a ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype 8 years ago
PkLab.net 6dd9e18b2e add std::string overload for cv::read() 8 years ago
Vladislav Sovrasov 5b833db558 core: forbid conversion real->int in some cases in FileStorage 8 years ago
Maksim Shabunin 02db592014 Fixed several issues found by static analysis (Windows specific) 8 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Alexander Alekhin da8dbf6cf5 ocl: async cl_buffer cleanup queue (for event callback) 8 years ago
Alexander Alekhin daee982106 ocl: rework events handling with clSetEventCallback 8 years ago
Vitaly Tuzov 5448d9186a AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
Alexander Alekhin b66c349bba core(stat): add required CV_AVX_GUARD 8 years ago