4550 Commits (a00a0dbfcd6617181bf4c9894438a16f6cb3509d)

Author SHA1 Message Date
Vincent Rabaud 8391a23600 Optimize calls to std::string::find() and friends for a single char. 4 years ago
Vadim Levin 7b0d7d0c9a fix: conversion to string in python bindings 4 years ago
Alexander Alekhin c240355cc6 dnn(ocl): avoid mess FP16/FP32 in convolution layer 4 years ago
Alexander Alekhin 4b3d2c8834 dnn(ocl): fix gemm kernels with beta=0 4 years ago
Alexander Alekhin 392991fa0b core(opencl): add version check before clCreateFromGLTexture() call 4 years ago
Alexander Alekhin d2bc0e5fe0 js(wasm): use fallback on missing intrinsics in Emscripten 2.0.0+ 4 years ago
Alexander Alekhin 26e8048a0a core: update handling of allocator stats type 4 years ago
Alexander Alekhin 6f8120cb3a core(UMat): drop unavailable methods 4 years ago
Alexander Alekhin d35e2f5339 core(ipp): workaround getIppTopFeatures() value mismatch 4 years ago
Alexander Alekhin 91ce6ef190 core(ipp): disable SSE4.2 code path in countNonZero() 4 years ago
Or Avital 5a3a915a9b Remove unnecessary condition (will never reach) 4 years ago
Jiri Kucera ce31c9c448 core(matrix): Negative values checks 4 years ago
Jojo R 12b8d542b7 norm.cpp(normL2Sqr_): improve performance of pipeline 4 years ago
Suleyman TURKMEN cc7f17f011 update documentation 4 years ago
Alexander Alekhin 9485113923 pre: OpenCV 3.4.13 (version++) 4 years ago
Alexander Alekhin 2b558a3787 core: fix F16C compilation check 4 years ago
Alexander Alekhin aac7c5465b core: move inline code from mat.inl.hpp 4 years ago
Kun Liang c82417697a
Merge pull request #18068 from lionkunonly:gsoc_2020_simd 4 years ago
Alexander Alekhin b5717f82a0 core: fix __clang_major__ typo regression 4 years ago
Alexander Alekhin dc15187f1b release: OpenCV 3.4.12 4 years ago
Alexander Alekhin f30aafc3cc core(test): regression test for 18473 4 years ago
Mario Emmenlauer 102d8f67cd matrix.cpp::setSize(): fixed out-of-bounds access on cv::Mat steps 4 years ago
Rafael Sadowski 3acf8cfd63 Add an OpenBSD check 4 years ago
Alexander Alekhin d34717d8c9 core: allow to disable including of unsupported/Eigen/CXX11/Tensor 4 years ago
Alexander Alekhin 233030e417 core: force check for string literals are used in the message 4 years ago
Alexander Alekhin 261ad78122 core: emit more clear messages in OutputArray::create() 4 years ago
Alexander Alekhin 4fa82809df ocl: avoid rescheduling of async kernels 4 years ago
Alexander Alekhin 50ff40d684 pre: OpenCV 3.4.12 (version++) 4 years ago
Alexander Alekhin efcf307b4c ocl: cleanup dead code in case of disabled OpenCL 4 years ago
Clement Courbet da555a2c9b Optimize opencv dft by vectorizing radix2 and radix3. 4 years ago
Alexander Alekhin cd00d8f3f0 core(trace): lazy quering for OPENCV_TRACE_LOCATION 4 years ago
Alexander Alekhin b3755e617c ocl: silence warning in case of async cleanup 4 years ago
nhlsm 68f527267b
Merge pull request #18080 from nhlsm:improve-mat-operator-assign-scalar 4 years ago
Alexander Alekhin 00890aecdf core(ocl): fix ocl::Image2d::isFormatSupported() 4 years ago
Gabriel 96ce65f021 Document PatchNANs input type 4 years ago
Namgoo Lee 2241bfb0df Use "src" not "*this" for source GpuMat 4 years ago
Alexander Alekhin e8d4259f9a release: OpenCV 3.4.11 4 years ago
Alexander Alekhin e54040d540 core: use lazy on-demand initialization for param_traceEnable 4 years ago
Alexander Alekhin e0f9eac521 cmake: backport CUDA scripts 4 years ago
Alexander Alekhin eb6678ebef
Merge pull request #17699 from alalek:build_core_cuda 4 years ago
dev-tronifier 9b727fa1f3 Increased portability of CV_Func 4 years ago
Yuriy Obukh 456e88a8a4 fix VS Windows build with eigen. https://github.com/opencv/opencv/issues/17548 5 years ago
Namgoo Lee 2043e06102 cuda optflow tvl1 : async safety 5 years ago
Alexander Alekhin 442999dcdb core: fix handling of ND-arrays in dumpInputArray() helpers 5 years ago
Rasmus 781fbde449
Merge pull request #17368 from themightyoarfish:cv2eigen-doc 5 years ago
Alexander Alekhin a43e3bebe6 pre: OpenCV 3.4.11 (version++) 5 years ago
Maksim Shabunin 59608907b8 Added countNonZero test for big arrays and disable IPP for some cases 5 years ago
Vadim Pisarevsky 5489735258
Merge pull request #17436 from vpisarev:fix_python_io 5 years ago
Alexander Alekhin 74020a084b core: fix builds with eigen helper header 5 years ago
Egor Pugin 1bec7ca540
Merge pull request #17352 from egorpugin:patch-2 5 years ago