2453 Commits (5c9a624a850983164847415b9e56fb107c25878f)

Author SHA1 Message Date
Alexander Alekhin 70f2ee917e cmake: add DllMain() into each OpenCV DLL 6 years ago
Alexander Alekhin 18bf91a08b core: update allocSingleton implementation, valgrind suppression 6 years ago
Vitaly Tuzov 283348afc3 SSE2 code in invert() replaced with universal intrinsics 6 years ago
Alexander Alekhin 94201b7cf9 ocl: OPENCV_OPENCL_BUILD_EXTRA_OPTIONS parameter 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 6 years ago
Dmitry Kurtaev ad5898224d Add a file with preprocessing parameters for deep learning networks 6 years ago
Hamdi Sahloul 47bb09bc4b OpenGL: avoid losing precision in double-to-float conversion 7 years ago
Hamdi Sahloul ecc9bd0925 Support GpuMat in copyTo() functions 7 years ago
Vitaly Tuzov 95502242c9 meanStdDev() implementation updated to use wide universal intrinsics 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Takuho NAKANO 451340fd3d Merge pull request #12523 from takotakot:12455_rotatedrect_constructor 7 years ago
Hamdi Sahloul 03b3be0f51 MSVC: Slience external/meaningless warnings 7 years ago
Vitaly Tuzov 0a5bd0ac8b sum() implementation updated to use wide universal intrinsics 7 years ago
Vitaly Tuzov 2f929376ec Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 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
cyy 8b48c2a10c Merge pull request #12443 from DEEPIR:master 7 years ago
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert 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
woody.chow 07c6b0a8df Replace naive normL2Sqr with hal::normL2Sqr_ for better performance 7 years ago
Zhenqing Hu d621a99e73 To fix bug #12389, which is a validation for the potential null pointer. 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
LaurentBerger d71812425a Solves issue 12392 7 years ago
Alexander Alekhin 70a27c7dd6 core: add solveLP type checks for output 7 years ago
Vitaly Tuzov c894fc5bae countNonZero function reworked to use wide universal intrinsics instead of SSE2 intrinsics 7 years ago
Rostislav Vasilikhin 378cf2ab63 fixed filename slash processing 7 years ago
Alexander Alekhin d2e08a524e core: repair CV_Assert() messages 7 years ago
Alexander Alekhin 4910f16f16 core(libva): support YV12 too 7 years ago
Alexander Alekhin 5b3ac112fe core: move const tables outside of dispatched code 7 years ago
Alexander Alekhin 7453a6938a core(test): extra tests/fixes for merge/split (#12171) 7 years ago
Alexander Alekhin 9eaa583bfb core: dump neighbour cache directories (from old OpenCV versions) 7 years ago
Alexander Alekhin 3082ea82f9 core(merge): fix SIMD loop head processing 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
luz.paz 2003eb1b9b Misc. typos 7 years ago
Alexander Alekhin e90e398e7a core(ocl): do not split refcount operations / compare 7 years ago
miaow1988 2988260107 Fixed the int size overflow bug of cv::Mat.push_back(). 7 years ago
Alexander Alekhin 89528d7c3a core(ocl): don't expose exceptions from OpenCL callback 7 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 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 cbb1e867e5 More issues found by static analysis 7 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 7 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 7 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 7 years ago