20346 Commits (0d2857a2425e08eb0296001d27dbf3da0de5bbf8)

Author SHA1 Message Date
Federico Martinez 773262bc09 Fix UB in CopyMakeConstBoder_8u 4 years ago
Alexander Alekhin fadb25baf8 imgproc(warpAffine): avoid buffer indexes overflow in SIMD code 4 years ago
Maksim Shabunin b2321576bc Fixed several issues found by static analysis 4 years ago
WeiChungChang d4d12164aa
Merge pull request #19529 from WeiChungChang:3.4 4 years ago
Alexander Alekhin 86cb435adf dnn: fix build (nullptr issue) 4 years ago
WeiChungChang f6bc4fd4c6
Merge pull request #19552 from WeiChungChang:partialSort 4 years ago
Alexander Alekhin 309e1e2b1d core(InputArray): replace STD_ARRAY to MATX 4 years ago
Sergey Krivohatskiy af13f61a43
Merge pull request #19580 from SergeyKrivohatskiy:patch-1 4 years ago
Dale Phurrough 4badf640bf add noexcept to default constructors of cv::ocl 4 years ago
Giles Payne 5cf08b0722 Fix/optimize Android put/get functions 4 years ago
Aryansh Omray 601851cc7e TanH darknet and test 4 years ago
Matt Alvarado 0a7a54f312
Merge pull request #19498 from mattalvarado:fix_findcirclesgrid 4 years ago
Alexander Alekhin 0885a79c28 imgcodecs(test): don't include png.h 4 years ago
Alexander Alekhin 6d3502833f core: include version.hpp in cvdef.h, fix precomp.hpp usage 4 years ago
Qoo bc8727786b save allocation of memory for fake image 4 years ago
amir.tulegenov cbb230fdfc fix getDefaultName() 4 years ago
Tomoaki Teshima 5d1540f4fc remove danger race condition 4 years ago
Zhuo Zhang 743099f9f9
Merge pull request #19521 from zchrissirhcz:3.4-fix-core-module-android-arm64-build 4 years ago
Alexander Alekhin d2d6eba16a cmake: fix add_apple_compiler_options() calls and OBJCXX handling 4 years ago
Qoo c909693d45 refine 4 years ago
Zhuo Zhang 84a290097b
fix link order: put zlib after png/tiff/openexr 4 years ago
Francesco Petrogalli 6ee23c9b85
Merge pull request #19486 from fpetrogalli:dotprod_fast-3.4 4 years ago
Rachel A 650836d700 Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 4 years ago
Alexander Smorkalov 3b9aebee11 Not not test stitiching with SURF, if NONFREE is disabled 4 years ago
Vincent Rabaud 847b16fb76 Disable thread sanitization when CV_USE_GLOBAL_WORKERS_COND_VAR is not set. 4 years ago
Polina Smolnikova 0be18f5cb0
Merge pull request #19407 from rayonnant14:issue_19363 4 years ago
Jebastin Nadar 09d2ca17cf
Merge pull request #19449 from SamFC10:tf-leakyrelu 4 years ago
Alexander Alekhin 83aa711346 dnn: rename clamp() => normalize_axis() 4 years ago
Pavel Rojtberg 6c1a433c4c python: also catch general c++ exceptions 4 years ago
Alexander Smorkalov 0016c25b58 Guard non-free usage in stitching as contrib can be built without it. 4 years ago
Liubov Batanina 68eb54dc13 Added ONNX NormalizeL2 subgraph 4 years ago
Liangda-w b08d67c4e1
Merge pull request #19419 from Liangda-w:patch-1 4 years ago
Alexander Alekhin 30bef20e22 js: fix SIMD build 4 years ago
Alexander Alekhin c5bf15e009 build: fix cv2.cpp compilation 4 years ago
Sergey Slashchinin e2949c7d0a Align 3.4 branch with master 4 years ago
Dale Phurrough 5c70a2015f
fix python test runner wildcard handling 4 years ago
Liubov Batanina c12930cdde
Merge pull request #19372 from l-bat:lb/onnx_pads_calc 4 years ago
Tomoaki Teshima 96e0902f39 fix peaky test failure 4 years ago
Vadim Levin 1d3207d7c7 feat: common fixed size sequence conversion for Python bindings 4 years ago
Tomoaki Teshima 3cfe7b9af9 fix wrong index 4 years ago
Alexander Alekhin 37e656082b core(ocl): update isOpenCLActivated() 4 years ago
Christoph Rackwitz 0c0cf8b19f highgui: remove gutter in window_w32 4 years ago
Liubov Batanina 38a49f92ab Added shared weights for MatMul 4 years ago
Maksim Shabunin f65d75f5c8 Updated more links to forum.opencv.org 4 years ago
Vadim Levin a0bdb78a99 feat: add overload resolution exception for Python bindings 4 years ago
Alexander Alekhin 212815a10d core(ocl): fix lifetime handling of Image kernel args 4 years ago
shioko 5967acc9ca
fix typo of the word storage 4 years ago
Liubov Batanina af9597f454 Added Mish ONNX subgraph 4 years ago
Francesco Petrogalli 235e648bf5
Merge pull request #19268 from fpetrogalli:tabs-summary-output 4 years ago
Rachel A f98e567f49 Solution to documentation issue https://github.com/opencv/opencv/issues/18836 4 years ago