2340 Commits (596ada51f32b6ddde5cc4943ec96bb8ee4ba8912)

Author SHA1 Message Date
Alexander Alekhin 04b4495493 ocl: define ProgramSource before program 7 years ago
Igor Wodiany ffb9554787
Extract code from scalarToRawData 7 years ago
Igor Wodiany b638aa74d7 Fix a memory leak in the Mat copying constructor 7 years ago
pengli e340ff9c3a Merge pull request #9114 from pengli:dnn_rebase 7 years ago
Alexander Alekhin 1f18282f04 build: fix MSVS2017 warning 7 years ago
Alexander Alekhin 529632f8d0 core: cv::eigenNonSymmetric() via EigenvalueDecomposition 7 years ago
Tomoaki Teshima e187219699 use universal intrinsic in arithm.cpp 7 years ago
Deric Crago a0d7cf89f2 Fixed 'boundary' spelling 7 years ago
Alexander Alekhin 3dee92ec50 fix usage of CV_FMA3 macro 7 years ago
Rostislav Vasilikhin 945706a8e8 softfloat f64_sqrt bug fix 7 years ago
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