2379 Commits (39e2ebbde459857a0484126e1b0cad6db684212e)

Author SHA1 Message Date
Yannis Guyon 56102737d7
Merge pull request #23131 from y-guyon:align_ptr_intrin_sse 2 years ago
Maksim Shabunin e4acd74e87 Fix some clang 14 warnings 2 years ago
Vadim Levin b07031b594 feat: named arguments handling in Python interface 2 years ago
Maksim Shabunin 9efaa3cce7 RISC-V/RVV 0.7: v_add/v_sub saturation and avoiding 64-bit register in v_check_ 2 years ago
Rostislav Vasilikhin f3a03aefad cvIsInf(double) fix + regression test 2 years ago
Maksim Shabunin c1e5c16ff3 Backport C-API cleanup (imgproc) from 5.x 2 years ago
Xxfore ef0fcb9238
Merge pull request #22938 from Xxfore:4.x 2 years ago
Alexander Smorkalov 725e440d27 release: OpenCV 4.7.0 2 years ago
Alexander Alekhin 83391ac59d release: OpenCV 3.4.19 2 years ago
cudawarped 692d6168b3 cuda: fix CUDA 12.0 build errors 2 years ago
Alexander Alekhin b42c11de82 pre: OpenCV 4.7.0 (version++) 2 years ago
Alexander Alekhin a494c75bfe pre: OpenCV 3.4.19 (version++) 2 years ago
fengyuentau 34a0897f90 add cv::flipND; support onnx slice with negative steps via cv::flipND 2 years ago
cudawarped 9aa5ab7557 cv::cuda: Replace all instances of texture references/objects with texture objects using the existing updated cv::cudev::Texture class. 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
Sergei Shutov 8bd17163c7
Merge pull request #22939 from stopmosk:21826-python-bindings-for-videocapturewaitany 2 years ago
Vadim Levin 3f5f09e730 fix: add _ suffix to properties having reserved keyword names 2 years ago
Alexander Alekhin c725771e11 build(riscv): suppress massive -Wignored-attributes warnings 2 years ago
Alexander Alekhin be326ff752 build: fix/eliminate MSVC warnings 2 years ago
Alexander Alekhin 941d89e06d cmake: fix RISC-V toolchains 2 years ago
Alexander Alekhin c5a4df30c6 risc-v: fix RVV backend on clang with undefined CV_RVV_SCALABLE 2 years ago
Vadim Levin 3a15152be5 refactor: rework test to be more specific 2 years ago
HAN Liutong a32f2cd24a
Merge pull request #22520 from hanliutong:hsv 2 years ago
Alexander Alekhin 54531f8e3b core: support CV_Check*() macros with 'bool' parameters 2 years ago
HAN Liutong 5462a6be6e Update SIMD macro for RVV backend. 2 years ago
Hyunggi Chang 085fb78e85 fix typo (portatibility -> portability) 2 years ago
cudawarped f89dee4f3e Reset cuda error code to cudasuccess. 2 years ago
Pavel Rojtberg 35f43cc429 core: expose rectangle intersection to bindings 2 years ago
Alexander Alekhin 43b2bb2c25 dnn: plugin support for OpenVINO 2 years ago
Sean McBride 1829eba584 Fixed most clang -Wextra-semi warnings 2 years ago
HAN Liutong df24bd295d Fix v_signmask for RISC-V Vector. 2 years ago
Andrey Senyaev ccfc34b13f Disabled compiling warnings in case of symbols in cmake for 4.x 2 years ago
Andrey Senyaev 3f4abcb228 Disabled compiling warnings in case of symbols in cmake for 3.4 2 years ago
Alexander Alekhin 2e15582799 build: eliminate uninitialized warnings from GCC12 2 years ago
Hao Chen fce8349c99 Optimize the cvCeil and cvFloor functions. 2 years ago
wxsheng 4154bd0667
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX 2 years ago
HAN Liutong 7e2c8cc9f4 Add remaining intrinsics. 2 years ago
HAN Liutong 189f647264 Add implementation for zip, transpose, interleave, reverse and combine. 2 years ago
HAN Liutong e65ad44b32 Remove redundant intrinsics. 2 years ago
HAN Liutong 80c82e10aa Update implementations on arithmetics. 2 years ago
HAN Liutong f0d29cd33c Add more universal intrinsic implementations for RVV. 2 years ago
HAN Liutong 2bd72af2ef
Merge pull request #22292 from hanliutong:fix 2 years ago
HAN Liutong 3e3b53f815 Fix compile errors when all SIMD is disabled. 2 years ago
Tomoaki Teshima b3269b08a1 neon: add dotprod dispatch implementation 2 years ago
HAN Liutong 0ef803950b
Merge pull request #22179 from hanliutong:new-rvv 2 years ago
Vadim Pisarevsky b5adffd5c2 * cleaned cvRound(), cvFloor() and cvCeil() implementations, removed the old non-banking rounding branch completely 3 years ago
Alexander Alekhin b0dc474160 release: OpenCV 4.6.0 3 years ago
Alexander Alekhin a3d0882317 release: OpenCV 3.4.18 3 years ago
Namgoo Lee 24547f40ff remove const from functions returning by value 3 years ago