94 Commits (aac7c5465ba6ccfe0dc665ab0bae87f765e616ba)

Author SHA1 Message Date
Alexander Alekhin aac7c5465b core: move inline code from mat.inl.hpp 5 years ago
Alexander Alekhin b3755e617c ocl: silence warning in case of async cleanup 5 years ago
Alexander Alekhin 17e2bf5717 core(tls): implement releasing of TLS on thread termination 6 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 7 years ago
Hamdi Sahloul ecc9bd0925 Support GpuMat in copyTo() functions 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
Alexander Alekhin e90e398e7a core(ocl): do not split refcount operations / compare 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin d76b41b50e ocl: CL_MEM_USE_HOST_PTR workaround test 7 years ago
Alexander Alekhin 42e1fe301c ocl: allow recursive UMatData lock() calls with the same objects 7 years ago
Alexander Alekhin cec700525c core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 8 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 8 years ago
pengli e340ff9c3a Merge pull request #9114 from pengli:dnn_rebase 8 years ago
Dmitry Kurtaev 8b094755fa Fix https://github.com/opencv/opencv/issues/8693 8 years ago
Alexander Alekhin 7f3eea6325 core: fix Mat/UMat cleanup on exceptions in deallocate() 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Vladislav Sovrasov 14451f3f06 core: fix adjustROI behavior on indexes overflow 8 years ago
Alexander Alekhin 4c7aa8645a ocl: validate arguments in KernelArgs constructor 8 years ago
Addison Elliott eb04b2bfa9 Added N-dim submat selection with vectors 9 years ago
Addison Elliott fa6692afcf Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array. 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Alexander Alekhin 2978a16c85 core: preserve sizes values (fixes #5991) 9 years ago
Dan Moodie 4f373a4284 Clarified default allocator interface. 10 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago
Alexander Alekhin ad70ab404c ocl: workaround for getUMat() 10 years ago
Andrey Pavlenko cea2dafa0f man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()` 10 years ago
Philippe FOUBERT 0629add3f7 Fix issue #5234 (UMat::convertTo when noScale) 10 years ago
Vitaliy Lyudvichenko 85cc11e3b2 Changed behaviour of Mat/UMat::reshape() to accept n-dim shapes 10 years ago
Alexander Alekhin cd5c70691a ocl: add map tests 10 years ago
Alexander Alekhin b36f565d13 fix OpenCV code (bug 4006: #4862) 10 years ago
Yan Wang 132416ebe9 It is unnecessary to use fma() if no scaling. 10 years ago
Alexander Alekhin 88e66697a7 t-api: try to fix allocator fallback code paths 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Alexander Alekhin 0a07d780e0 ocl: OpenCL SVM support 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Joe Howse 379de5708f Fix shadowed variable warning 10 years ago
Ilya Lavrenov 1af7d397d4 optimization of UMat::setTo 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Adil Ibragimov 98d5731ad8 some formal changes (generally adding constness) 11 years ago
Alexander Karsakov 00221e96fd Fixed issue: Mat::copyTo(UMat) if device copy is obsolete. Added test. 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Ilya Lavrenov 67bb1c6a70 optimized UMat::setTo 11 years ago
Ilya Lavrenov 7f818e9bc3 optimized UMat::copyTo with mask 11 years ago
Ilya Lavrenov c52a77b90f optimized cv::UMat::dot 11 years ago