1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Commit Graph

  • ab6bffc6f8 Merge pull request #23936 from SaltFish-T:4.x SaltFish-T 2023-07-27 19:21:30 +08:00
  • 5fc2564c92 Merge pull request #23986 from headshog:fix-numtrunc Alexander Smorkalov 2023-07-27 12:27:47 +03:00
  • 0c5d74ec1a Merge pull request #24066 from VadimLevin:dev/vlevin/python-typing-register-dnn-layer Vadim Levin 2023-07-27 11:28:00 +03:00
  • 5c090b9eec Merge pull request #24062 from VadimLevin:dev/vlevin/python-typing-redirect-error Alexander Smorkalov 2023-07-27 09:26:42 +03:00
  • e59b8cd905 feat: add typing stub for redirectError Vadim Levin 2023-07-26 16:47:26 +03:00
  • 95b2820214 Merge pull request #24054 from mwangistan:4.x Alexander Smorkalov 2023-07-26 20:53:17 +03:00
  • 91749a284b Merge pull request #24061 from VadimLevin:dev/vlevin/python-typing-highgui-refinement Alexander Smorkalov 2023-07-26 20:01:45 +03:00
  • 94de7e5d21 Merge pull request #24042 from vrabaud:circle Vincent Rabaud 2023-07-26 19:00:22 +02:00
  • dad72fd47b feat: add highgui functions to typing stubs Vadim Levin 2023-07-26 16:34:43 +03:00
  • a817813b50 Merge pull request #24045 from TolyaTalamanov:at/add-onnx-directml-execution-provider Anatoliy Talamanov 2023-07-26 14:00:20 +01:00
  • a25e809da1 Merge pull request #24046 from VadimLevin:dev/vlevin/add-cuda-gpu-mat-to-big-types Alexander Smorkalov 2023-07-26 13:18:32 +03:00
  • 46841df978 Merge pull request #24055 from asmorkalov:as/msvc_cxx20_warning_disable Alexander Smorkalov 2023-07-26 11:12:17 +03:00
  • be29c99d5a feat: add cuda_GpuMat to big types Vadim Levin 2023-07-21 17:50:48 +03:00
  • b22c2505a8 Disable warning C5054 in VS 2022 C++20 Alexander Smorkalov 2023-07-25 14:50:55 +03:00
  • 4d695cd2f4 Merge pull request #23805 from starga2er777:5.x Zhangjie Chen 2023-07-25 21:05:56 +08:00
  • e5e1a3bfde Merge pull request #24043 from zixianweei:use-vaddq_f32-on-arm64 Alexander Smorkalov 2023-07-25 11:41:09 +03:00
  • a5ba18c20e popcnt is not a windows ARM intrinsic. Stanley Mwangi 2023-07-25 11:21:13 +03:00
  • c9a4775d49 Merge pull request #24047 from ivashmak:remove_unused_4.x Alexander Smorkalov 2023-07-23 21:12:28 +03:00
  • 18f280b869 Merge pull request #23990 from asmorkalov:as/5.x_calib_api_cleanup Alexander Smorkalov 2023-07-23 09:55:49 +03:00
  • 12acf5603a Merge pull request #24001 from legrosbuffle:legrosbuffle-cvround-intrinsic Alexander Smorkalov 2023-07-23 09:53:18 +03:00
  • 0bcd66d553 remove unused Ivashechkin, Maxim (PG/R - Comp Sci & Elec Eng) 2023-07-22 10:44:37 +01:00
  • d69c1d8652 Merge pull request #24032 from vrabaud:ubsan Alexander Smorkalov 2023-07-21 17:16:12 +03:00
  • d4af868528 Merge pull request #24040 from asmorkalov:as/cuda_dnn_eps_fix Alexander Smorkalov 2023-07-21 16:46:34 +03:00
  • 2fc7d21971 Merge pull request #24029 from VadimLevin:dev/vlevin/python-add-cuda-stream-to-simple-types Vadim Levin 2023-07-21 14:57:32 +03:00
  • ec7689421d fix compilation error on Windows ARM, use vaddq_f32 instead of += zixgo 2023-07-21 19:54:43 +08:00
  • d96ff496b4 Increase eps for Test_Torch_nets.FastNeuralStyle_accuracy to prevent sporadic test failres with CUDA. Alexander Smorkalov 2023-07-21 13:48:15 +03:00
  • e3cb5f80e7 Merge pull request #24028 from VadimLevin:dev/vlevin/fix-flann-python-bindings Vadim Levin 2023-07-21 12:44:56 +03:00
  • 09d2f4ea46 Merge pull request #23931 from asmorkalov:as/drawing_overflow Alexander Smorkalov 2023-07-21 12:28:14 +03:00
  • 5261961a6e Merge pull request #24024 from TolyaTalamanov:at/add-onnx-openvino-execution-provider Anatoliy Talamanov 2023-07-21 10:18:06 +01:00
  • 3cce299a78 Use intrinsics for cvRound on x86 and x86_64 __GNUC__ (clang/gcc linux) too. Clement Courbet 2023-07-17 14:40:57 +02:00
  • e41ba90f17 Merge pull request #24004 from dkurt:tflite_new_layers Dmitry Kurtaev 2023-07-21 09:13:37 +03:00
  • 423ab8ddb8 Use void* Vincent Rabaud 2023-07-20 15:53:57 +02:00
  • 20784d3da2 Fix undefined behavior with wrong function pointers called. Vincent Rabaud 2023-07-20 15:29:34 +02:00
  • 1794cdc03c Merge pull request #24023 from VadimLevin:dev/vlevin/python-typing-magic-constants Vadim Levin 2023-07-20 09:18:29 +03:00
  • c792233d9c Merge pull request #24026 from VadimLevin:dev/vlevin/python-numpy-writeable-flag-check Alexander Smorkalov 2023-07-19 19:17:30 +03:00
  • 4c568e6ed3 fix: preserve NumPY writeable flag in output arguments Vadim Levin 2023-07-19 17:22:10 +03:00
  • 9519e67ad2 Merge pull request #24022 from VadimLevin:dev/vlevin/python-typing-cuda Vadim Levin 2023-07-19 16:51:41 +03:00
  • 8595066afc Unify Pinhole and Fisheye camera calibration flags. Alexander Smorkalov 2023-07-14 11:33:25 +03:00
  • b0cbd6ef77 Merge pull request #23999 from asmorkalov:as/opencv_logging Alexander Smorkalov 2023-07-19 14:46:27 +03:00
  • 23f27d8dbe Use OpenCV logging instead of std::cerr. Alexander Smorkalov 2023-07-17 12:49:49 +03:00
  • 0519e05432 Merge pull request #23991 from buyuer:4.x Alexander Smorkalov 2023-07-18 16:26:09 +03:00
  • 81f07f001e Merge pull request #24008 from iarspider:patch-1 Alexander Smorkalov 2023-07-18 15:37:43 +03:00
  • 55906457e6 test_houghlines: Fix C++20 compatibility iarspider 2023-07-18 09:18:17 +02:00
  • a484f39f47 Merge pull request #23988 from asmorkalov:as/drop_python2 Alexander Smorkalov 2023-07-18 09:59:15 +03:00
  • 1f82550cc8 Merge pull request #24003 from cudawarped:cuda_fix_skip_test_exception Alexander Smorkalov 2023-07-18 09:49:20 +03:00
  • e00c904585 cuda: add SkipTestException handling cudawarped 2023-07-17 18:03:09 +03:00
  • 1920993525 Merge pull request #23952 from zihaomu:fix_depth_conv_5x5 Zihao Mu 2023-07-14 22:34:39 +08:00
  • 1a3523d2d8 Drop Python2 support. Alexander Smorkalov 2023-07-13 16:07:10 +03:00
  • 1f7025f028 Merge pull request #23920 from loongson-zn:4.x Alexander Smorkalov 2023-07-14 15:00:41 +03:00
  • 4ee0f212cc Eliminating compilation warnings when using lto in gcc12 and later versions 不鱼儿 2023-07-14 08:45:14 +00:00
  • 7819ec784b Merge pull request #18498 from firebladed:patch-1 firebladed 2023-07-14 09:31:55 +01:00
  • 52d9685cb9 Fixed possible out-of-bound access in circles drawing. Alexander Smorkalov 2023-07-05 14:09:20 +03:00
  • 3aeaa34023 Merge pull request #23914 from AleksandrPanov:update_aruco_byteList_docs Alexander Smorkalov 2023-07-13 15:48:57 +03:00
  • c12e1ecb86 update aruco bytesList docs Alex 2023-07-04 02:44:30 +03:00
  • 0fef0f2ae0 fix numtrunc at tiff_dirread.c headshog 2023-07-13 13:21:21 +03:00
  • bd2695f01b Merge pull request #23966 from hanliutong:popcount Alexander Smorkalov 2023-07-13 12:22:46 +03:00
  • cea26341a5 Merge branch 4.x Alexander Smorkalov 2023-07-12 13:42:01 +03:00
  • d60107ab7a Merge pull request #23968 from mshabunin:doc-env Alexander Smorkalov 2023-07-12 15:56:27 +03:00
  • fdfb875208 Merge pull request #23922 from vrabaud:imgwarp Vincent Rabaud 2023-07-12 14:20:01 +02:00
  • 85f0074f23 Merge pull request #23973 from mshabunin:riscv-unaligned-access Alexander Smorkalov 2023-07-12 14:51:56 +03:00
  • 0f17851562 Merge pull request #23972 from Avasam:partially-unknown-mat Alexander Smorkalov 2023-07-12 14:51:08 +03:00
  • 53af876999 Merge pull request #23969 from asmorkalov:as/python2_test_fix Alexander Smorkalov 2023-07-11 20:53:01 +03:00
  • 9c4c3eadf7 Merge pull request #23971 from asmorkalov:as/ci-ubuntu-2204 Alexander Smorkalov 2023-07-11 20:51:13 +03:00
  • 0f665b3f15 doc: added environment vars reference Maksim Shabunin 2023-07-11 14:41:32 +03:00
  • 3f0707234f risc-v: fix unaligned loads and stores Maksim Shabunin 2023-07-11 19:23:12 +03:00
  • cd9f85dbda Update usages of ConditionalAliasTypeNode following #23838 to use TYPE_CHECKING Avasam 2023-07-11 12:00:57 -04:00
  • 99058ee30b Merge pull request #23956 from VadimLevin:dev/vlevin/recursive-re-export-submodules Alexander Smorkalov 2023-07-11 18:45:27 +03:00
  • 7b4b7ceb7e Add Ubuntu 22.04 to CI. Alexander Smorkalov 2023-07-11 18:39:36 +03:00
  • 48c52c8bbb Fixed tests execution with Python 2.7 Alexander Smorkalov 2023-07-11 16:49:11 +03:00
  • 40727c8369 Merge pull request #23970 from mshabunin:fix-v4l-test Alexander Smorkalov 2023-07-11 18:16:28 +03:00
  • e3c1405254 videoio: fix v4l2 test on older platforms (centos) Maksim Shabunin 2023-07-11 17:05:32 +03:00
  • 37aa823112 Merge pull request #23967 from YusukeKameda:4.x Alexander Smorkalov 2023-07-11 16:40:32 +03:00
  • ef9d14f181 Merge pull request #23963 from opencv-pushbot:gitee/alalek/fixup_23842 Alexander Alekhin 2023-07-11 12:17:39 +00:00
  • 87f8cdd699 doxygen: Fix ImwriteFlags documentation misalignment Yusuke Kameda 2023-07-11 19:08:58 +09:00
  • a00818047f Add missing ”v_popcount“ for RVV and enable tests. Liutong HAN 2023-07-11 16:10:27 +08:00
  • 6af4a02941 Merge pull request #23958 from VadimLevin:dev/vlevin/friendly-wrong-npy-type-message Alexander Smorkalov 2023-07-11 10:42:41 +03:00
  • 6ff5245cf2 Merge pull request #23927 from Avasam:partially-unknown-mat Alexander Smorkalov 2023-07-11 10:32:48 +03:00
  • 2af6775c14 Merge pull request #23943 from vrabaud:avif_tsan Vincent Rabaud 2023-07-11 09:25:53 +02:00
  • f89b705049 cmake: don't export external target twice Alexander Alekhin 2023-07-11 01:09:31 +00:00
  • bb61cc0dba Merge pull request #23954 from VadimLevin:dev/vlevin/matrix-type-constants-stubs Alexander Smorkalov 2023-07-10 18:48:01 +03:00
  • 953de60ff0 feat: update NumPy type to Mat type fail message Vadim Levin 2023-07-10 18:05:32 +03:00
  • 986e379f28 feat: add matrix type stubs generation Vadim Levin 2023-07-10 13:55:54 +03:00
  • de8e6abd1e Merge pull request #23955 from VadimLevin:dev/vlevin/overload-presence-check-fix Alexander Smorkalov 2023-07-10 15:37:59 +03:00
  • a6df336477 fix: recursively re-export nested submodules Vadim Levin 2023-07-10 14:38:15 +03:00
  • 8097bdc2f4 fix: typing stubs overload presence check Vadim Levin 2023-07-10 14:30:44 +03:00
  • fdc0c12b7f Merge pull request #23944 from mshabunin:test-v4l2 Alexander Smorkalov 2023-07-10 12:54:43 +03:00
  • 05becd56e5 Merge pull request #23938 from mshabunin/fix-warnings-gcc Alexander Smorkalov 2023-07-10 12:41:37 +03:00
  • d2951d6d4c Merge pull request #23928 from Avasam:Add-missing-properties-to-error-class Alexander Smorkalov 2023-07-10 12:40:06 +03:00
  • 09944a83d9 build: w/a compiler warnings for GCC 11-12 and Clang 13, reduce build output Maksim Shabunin 2023-07-06 19:27:16 +03:00
  • e43bc88fc3 videoio: test for V4L using virtual device Maksim Shabunin 2023-07-07 17:25:49 +03:00
  • cb2e831da4 Merge pull request #23940 from mshabunin:fix-cap-images Alexander Smorkalov 2023-07-07 11:12:38 +03:00
  • 601a159f25 Merge pull request #23881 from asmorkalov:as/fast_math_nan Alexander Smorkalov 2023-07-07 09:04:08 +03:00
  • 8931f08362 videoio: fix CAP_IMAGES with non-numbered file Maksim Shabunin 2023-07-06 21:08:17 +03:00
  • 2d92f42878 Disable finite-math-only option with ENABLE_FAST_MATH=1 case to handle NaN and Inf checks correctly. Alexander Smorkalov 2023-07-05 16:08:33 +03:00
  • eb717a7e91 Merge pull request #23919 from asmorkalov:as/5.x-vulkan Alexander Smorkalov 2023-07-06 12:30:04 +03:00
  • bd9a3ee161 Enable Vulkan tests for 5.x branch after 4.x->5.x merge. Alexander Smorkalov 2023-07-04 14:03:29 +03:00
  • f987bf2961 Merge pull request #23814 from Avasam:fix-type-confindece Alexander Smorkalov 2023-07-05 17:51:32 +03:00
  • 5af40a0269 Merge branch 4.x Alexander Smorkalov 2023-06-01 09:37:38 +03:00
  • 10294a84fa Fix LoongArch Macro Definition Zhang Na 2023-07-04 19:19:05 +08:00
  • b8e3bc9dd8 Merge pull request #23924 from ocpalo:patch-2 Alexander Smorkalov 2023-07-05 09:38:29 +03:00