3001 Commits (ec1c0608bcd262771aebaf4e5243853f08aacef9)

Author SHA1 Message Date
Yuriy Chernyshov eb20bb3b23 Add missing sanitizer interface include 2 years ago
Alexander Smorkalov 0367a12b92 Check that cv::merge input matrices are not empty. 2 years ago
Yuriy Chernyshov 494d201fda Add missing <sstream> includes 2 years ago
Yuantao Feng a308dfca98
core: add broadcast (#23965) 2 years ago
Kumataro 81cc89a3ce
Merge pull request #24179 from Kumataro:fix24145 2 years ago
Sean McBride d792ebc5d2 Fixed buffer overrun; removed the last two uses of sprintf 2 years ago
HAN Liutong 0dd7769bb1
Merge pull request #23980 from hanliutong:rewrite-core 2 years ago
Samuel Thibault 82de5b3a67 Fix GNU/Hurd build 2 years ago
Vincent Rabaud 423ab8ddb8 Use void* 2 years ago
Vincent Rabaud 20784d3da2 Fix undefined behavior with wrong function pointers called. 2 years ago
Alexander Smorkalov 23f27d8dbe Use OpenCV logging instead of std::cerr. 2 years ago
Maksim Shabunin 3f0707234f risc-v: fix unaligned loads and stores 2 years ago
Liutong HAN d17507052e Rewrite SIMD code by using new Universal Intrinsic API. 2 years ago
Paul Kim (김형준) 3b264d5877
Add `pthread.h` Inclusion if `HAVE_PTHREADS_PF` is defined 2 years ago
Dmitry Kurtaev 22b747eae2
Merge pull request #23702 from dkurt:py_rotated_rect 2 years ago
dizcza e625b32841 [opencv 3.x] back-ported tbb support ubuntu 22.04 2 years ago
Sean McBride 57da72d444 Fixed invalid cast and unaligned memory access 2 years ago
Pierre Chatelier 60b806f9b8
Merge pull request #22947 from chacha21:hasNonZero 2 years ago
Dmitry Kurtaev 380caa1a87
Merge pull request #23691 from dkurt:pycv_float16_fixes 2 years ago
Alexander Smorkalov 65487946cc Added final constrants check to solveLP to filter out flating-point numeric issues. 2 years ago
cudawarped 7539abecdb cuda: add python bindings to allow GpuMat and Stream objects to be initialized from raw pointers 2 years ago
Sean McBride 27e10efa66 Use std::atomic<bool> as it's necessary for correct thread safety 2 years ago
Pierre Chatelier 6dd8a9b6ad
Merge pull request #13879 from chacha21:REDUCE_SUM2 2 years ago
Sean McBride 58e4a880a2 Deprecated convertTypeStr and made new variant that also takes the buffer size 2 years ago
Giles Payne 38e35d5137 Fix ocl::device::isIntel implementation 2 years ago
Sean McBride 47bea69322
Merge pull request #23055 from seanm:sprintf2 2 years ago
eplankin fd8b346c3e
Merge pull request #23443 from eplankin:3.4 2 years ago
Christian Henkel c9e42c5050 two typos 2 years ago
Yannis Guyon bf29a4d746 Avoid double-checked locking with TSAN in parallel 2 years ago
Yang Chao e0aa677388 Open CV_CPU_NEON_DOTPROD on Apple silicon devices 2 years ago
fengyuentau 34a0897f90 add cv::flipND; support onnx slice with negative steps via cv::flipND 2 years ago
Vincent Rabaud 7463e9b8bb Even faster CV_PAUSE on SkyLake and above. 2 years ago
Alexander Alekhin 4824ce300f core: freeze cache directory prefix - "4.x" 2 years ago
Alexander Alekhin 6e3700593f compatibility: keep Ptr<FileStorage> stubs till OpenCV 5.0 2 years ago
Alexander Alekhin 6a8c5a1d27 python: resolve Ptr<FileStorage> requirement issue 2 years ago
Vincent Rabaud b7b08fa0c3 Fix slower CV_PAUSE on SkyLake and above. 2 years ago
Alexander Alekhin 7e3c53b9d3 core(logger): strip path prefix 2 years ago
Christine Poerschke 4792837f2e
Merge pull request #22865 from cpoerschke:3.4-issue-22860 2 years ago
Alexander Smorkalov 1c3e287d32 More fixes for OpenCL error reporting. 2 years ago
Alexander Smorkalov 7622fbf895 Fixed OpenGL errors formatting. 2 years ago
Amir Hassan 3f371fe2dd
Merge pull request #22855 from kallaballa:print_cl_status_on_fail 2 years ago
Alexander Alekhin 54531f8e3b core: support CV_Check*() macros with 'bool' parameters 2 years ago
Vincent Rabaud 38c9c20a35 Move marking memory as initialized earlier. 2 years ago
Sean McBride 1829eba584 Fixed most clang -Wextra-semi warnings 2 years ago
wxsheng 4154bd0667
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX 3 years ago
Yuantao Feng 9dc844a6e1
Merge pull request #22346 from fengyuentau:mat1d_part1 3 years ago
Maksim Shabunin f729202272 core: remove unnecessary pointer cleanup in BufferArea 3 years ago
Tomoaki Teshima b3269b08a1 neon: add dotprod dispatch implementation 3 years ago
HAN Liutong 0ef803950b
Merge pull request #22179 from hanliutong:new-rvv 3 years ago
Rong Mantle Bao fa613e393f
Read CV_CXX11 for C++11 detection 3 years ago