1601 Commits (9dc1d388af78069c74637ba6180eb55b135ef778)

Author SHA1 Message Date
Vitaly Tuzov cc10e6b344 pyrDown and pyrUp SSE2 implementations replaced with wide universal intrinsics implementations 6 years ago
Alexander Alekhin 18bf91a08b core: update allocSingleton implementation, valgrind suppression 6 years ago
Anush Elangovan 630a94b8b7 _tzcnt_u32() is undefined in clang-cl so use alternate impl 6 years ago
Rostislav Vasilikhin da5e0ef461 ocl::KernelArg::Local(): added size argument 6 years ago
Alexander Alekhin 0926a84a45 cmake: define CV_ErrorNoReturn under CV_STATIC_ANALYSIS 6 years ago
Maksim Shabunin 15632c6305 Added support for multi-path configuration parameter (env) 6 years ago
Rostislav Vasilikhin be989b3b60 Merge pull request #12637 from savuor:fix/instr_ipp_ocl 6 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 7 years ago
Alexander Alekhin 962dc21f2b docs: fix CUDA docs section 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Maksim Shabunin 78c500e97a Removed unnecessary build-time MediaSDK detection 7 years ago
Hamdi Sahloul 03b3be0f51 MSVC: Slience external/meaningless warnings 7 years ago
cyy 8f78a1123b fix uninitialized read errors reported by CUDA-INITCHECK 7 years ago
Alexander Alekhin 95dd4b3f27 bindings: add debug helpers for args conversions 7 years ago
cyy 286c2c236b Merge pull request #12458 from DEEPIR:3.4 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert 7 years ago
Vadim Pisarevsky 54279523a3 Merge pull request #12437 from vpisarev:avx2_fixes 7 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
Alexander Alekhin ad146e5a6b core: remove constructors from C API structures 7 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 7 years ago
Alexander Alekhin a0f86479e0 core: wrap custom types via _RawArray (raw() call) 7 years ago
Vitaly Tuzov 0f2b535fcc Bit-exact GaussianBlur reworked to use wide intrinsics (#12073) 7 years ago
Alexander Alekhin e86287d8ae cleanup: IPP Async (IPP_A) 7 years ago
Alexander Alekhin 2c42361ecd build: fix build with defined CV_STATIC_ANALYSIS 7 years ago
Alexander Alekhin 67d46dfc6c core(intrin): restrict FP16 operations 7 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 7 years ago
Alexander Alekhin d2e08a524e core: repair CV_Assert() messages 7 years ago
Alexander Alekhin c1df9ad456 OpenCV version++ 7 years ago
Alexander Alekhin 603eadfe51 OpenCV version '-openvino' 7 years ago
Alexander Alekhin a56b221559 core: cv::Range() ostream write operator 7 years ago
Alexander Alekhin 5c3880d302 core(intrin): avoid symbols duplication from SIMD128/256 cases 7 years ago
amatyuko 3ea2586a5a Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - 7 years ago
Alexander Alekhin 3f302cabb8 core(test): intrinsic tests for all dispatched CPU optimizations 7 years ago
luz.paz 2003eb1b9b Misc. typos 7 years ago
Sayed Adel 6499263b41 core:test Expand hal_intrin tests to support SIMD256 7 years ago
Sayed Adel 47202b3349 core:avx2 fix unaligned store for v_store_interleave v_uint32x8-3ch 7 years ago
Maksim Shabunin 597db69151 ts: test case list is printed after cmd line parsing, refactored 7 years ago
Vadim Pisarevsky 43820d89b4
further improvements in split & merge; started using non-temporary store instructions (#12063) 7 years ago
Vadim Pisarevsky 9c7040802c
converted split() & merge() to wide univ intrinsics (#12044) 7 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 7 years ago
Tomoaki Teshima 18abe54497 fix build error on Visual Studio 2013 7 years ago
Maksim Shabunin fe806878be Enable debug assertions for static analysis builds 7 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 7 years ago
Vadim Pisarevsky f058b5fb1e
Wide univ intrinsics (#11953) 7 years ago
Alexander Alekhin b0ee5d9023 core: CV_NODISCARD macro with semantic of [[nodiscard]] attr 7 years ago
Alexander Alekhin 3c74fde349 core: eliminate 'if' logic from Matx::inv()/solve() 7 years ago
catree 4dc7e617a4 Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available. 7 years ago
Alexander Alekhin 33b7028be2 core: use "explicit" for Matx() ctor 7 years ago
Vitaly Tuzov 850a8577b2 Fixed unreachable code warnings for Matx::solve() 7 years ago