Alexander Smorkalov
c3cbd302cb
Merge pull request #22330 from zihaomu:skip_too_long_in_debug_test_dnn
2022-08-03 11:26:37 +00:00
Alexander Smorkalov
2ffa7ac0da
Merge pull request #22217 from CSharperMantle:CSharperMantle-patch-steady-clock
...
Use `std::chrono::steady_clock` in `getTickCount`
2022-08-03 14:09:45 +03:00
Alexander Smorkalov
885a446b10
Merge pull request #22212 from SergeyIvanov87:gapi_vpl_multiple_devices
...
G-API: VPL Add VAAPI into tests & VPL sample
2022-08-03 12:34:10 +03:00
Alexander Smorkalov
8bfe620fcc
Merge pull request #22313 from mateusztabaka:getline
2022-08-03 09:30:22 +00:00
Andrey Senyaev
129319b0bc
Fix in obsensor for VS 14
2022-08-03 12:14:15 +03:00
Alexander Smorkalov
50707a2741
Merge pull request #22223 from klatism:mobile-dynamically-linked-libs
2022-08-02 09:11:08 +00:00
Zihao Mu
0614c40b42
add more skip for very long test case in test_dnn.
2022-08-02 14:58:05 +08:00
Alexander Smorkalov
facd07a732
Merge pull request #22327 from hzcyf:4.x
2022-08-02 06:41:51 +00:00
Alexander Smorkalov
26ac81df3e
Merge pull request #22324 from gmbows:typo_fix
2022-08-02 06:36:34 +00:00
Alexander Smorkalov
1ec10ca565
Merge pull request #22309 from asenyaev:asen/ubuntu14.04_workflow
2022-08-02 06:33:01 +00:00
Alexander Smorkalov
26a39c733b
Merge pull request #22318 from asenyaev:asen/docs_4.x
2022-08-02 06:24:37 +00:00
Alexander Smorkalov
15f0e2e7cb
Merge pull request #22317 from asenyaev:asen/docs_3.4
2022-08-02 06:22:25 +00:00
Zihao Mu
d4640f4647
support ReduceLayer without reshape layer.
2022-08-02 10:32:31 +08:00
Andrey Senyaev
4c9364a803
Docs workflow in GHA for 3.4
2022-08-01 10:04:57 +03:00
hzcyf
e951edeed3
fix linkage issue when enable BUILD_opencv_world ( #22312 )
2022-08-01 14:38:22 +08:00
gbowser3@gmail.com
e7a787aa41
Imgproc: Fix doxygen typo
2022-07-31 19:22:10 -05:00
Giles Payne
500e24d6cd
Fix bug ObjC/Swift Quicklook function; check only one channel when drawing Mat as matrix
2022-07-31 21:04:14 +09:00
Andrey Senyaev
759cbd7486
Docs workflow in GHA for 4.x
2022-07-28 17:46:01 +03:00
Zihao Mu
57545653b1
replace new mish impl with softplus
2022-07-28 13:19:06 +08:00
Zihao Mu
3c5377ca1b
add another Mish graph simplifier.
2022-07-28 11:21:29 +08:00
Mateusz Tabaka
a89868928b
Fix compilation error on CentOS 7 (gcc 4.8)
...
libstdc++ that comes with gcc 4.8 doesn't
define `getline(basic_istream<char>&&, std::string&)`
even if it's part of the c++11 standard.
However we can still use the following:
`getline(basic_istream<char>&, std::string&)`.
2022-07-27 13:24:25 +00:00
Andrey Senyaev
5bf3991f55
Workflow on Ubuntu 14.04 for 3.4 branch
2022-07-27 10:19:34 +03:00
Smirnov Egor
08696d92ea
Add option to force reopen camera in interactive calibration tool
2022-07-26 15:43:40 +03:00
Smirnov Egor
2c2466fb25
Add symmetric circles board
2022-07-26 15:39:33 +03:00
hzc
fc3e393516
videoio: add support for obsensor (Orbbec RGB-D Camera ) ( #22196 )
...
* videoio: add support for obsensor (Orbbec RGB-D Camera )
* obsensor: code format issues fixed and some code optimized
* obsensor: fix typo and format issues
* obsensor: fix crosses initialization error
2022-07-26 14:35:34 +03:00
Alexander Alekhin
ebaf8cc06c
Merge pull request #22300 from komakai:fix-Mat-initWithSize
2022-07-26 01:07:07 +00:00
Alexander Alekhin
0862d69a6e
Merge pull request #22271 from tomoaki0705:dotprod_neon
2022-07-25 15:00:32 +00:00
Giles Payne
b8106e4ba4
Fix bug in Objective-C/Swift [Mat initWithSize:**] functions
2022-07-25 20:57:53 +09:00
Alexander Alekhin
6ce2f1316f
Merge pull request #22293 from mshabunin:fix-buffer-area-uas
2022-07-24 10:20:59 +00:00
Alexander Alekhin
294348939b
Merge pull request #22296 from alalek:fixup_22153
2022-07-24 10:20:13 +00:00
Alexander Alekhin
e2db95184f
Merge pull request #22295 from alalek:fixup_22246
2022-07-24 10:16:34 +00:00
Alexander Alekhin
f8597fc150
imgproc: fixup leftovers of int->int64_t conversion
2022-07-24 12:39:25 +03:00
Alexander Alekhin
85b0b0cd77
build: add missing GCC condition for pragma
2022-07-24 12:19:37 +03:00
HAN Liutong
2bd72af2ef
Merge pull request #22292 from hanliutong:fix
...
[GSoC] Fix compilation errors and warnings when using MSVC on Windows.
* Pass reference of the argument.
* Add some cast to suppress warnings.
2022-07-24 12:15:13 +03:00
Maksim Shabunin
f729202272
core: remove unnecessary pointer cleanup in BufferArea
2022-07-24 11:58:17 +03:00
Alexander Alekhin
47f30a04d2
Merge pull request #22278 from hanliutong:fix
2022-07-22 16:49:14 +00:00
Alexander Alekhin
a42b35598e
Merge pull request #22280 from asenyaev:asen/android_4.x
2022-07-22 09:58:28 +00:00
Alexander Alekhin
db53f4533e
Merge pull request #22279 from asenyaev:asen/android_3.4
2022-07-22 09:57:44 +00:00
Andrey Senyaev
71e33265f5
Android GHA workflow for 4.x branch
2022-07-21 17:59:16 +03:00
Andrey Senyaev
a016f6022c
Android GHA workflow for 3.4 branch
2022-07-21 17:47:55 +03:00
HAN Liutong
3e3b53f815
Fix compile errors when all SIMD is disabled.
2022-07-21 08:14:32 +00:00
HAN Liutong
e2bfe0ce76
Use "#if" instead of "#ifdef" for CV_SIMD128.
2022-07-21 03:23:57 +00:00
Zihao Mu
98c33c605d
batchsize dynamic is set to index 0.
2022-07-20 19:02:16 +08:00
Tomoaki Teshima
b3269b08a1
neon: add dotprod dispatch implementation
...
* read vector at runtime
* add enum
2022-07-20 19:25:39 +09:00
Alexander Alekhin
47912431e6
Merge pull request #22269 from asenyaev:asen/fix_python_recursion
2022-07-19 21:41:30 +00:00
HAN Liutong
0ef803950b
Merge pull request #22179 from hanliutong:new-rvv
...
[GSoC] New universal intrinsic backend for RVV
* Add new rvv backend (partially implemented).
* Modify the framework of Universal Intrinsic.
* Add CV_SIMD macro guards to current UI code.
* Use vlanes() instead of nlanes.
* Modify the UI test.
* Enable the new RVV (scalable) backend.
* Remove whitespace.
* Rename and some others modify.
* Update intrin.hpp but still not work on AVX/SSE
* Update conditional compilation macros.
* Use static variable for vlanes.
* Use max_nlanes for array defining.
2022-07-19 20:02:00 +03:00
Alexander Alekhin
3c23a44786
Merge pull request #22267 from asenyaev:asen/rename_lin_arm_pipelines_4.x
2022-07-19 14:24:25 +00:00
Alexander Alekhin
701d0d9905
Merge pull request #22266 from asenyaev:asen/rename_lin_arm_pipelines
2022-07-19 14:23:52 +00:00
Alexander Alekhin
d4e1d89901
Merge pull request #22270 from tomoaki0705:fix_layout
2022-07-19 14:20:33 +00:00
Tomoaki Teshima
14aa9eaadd
doc: fix layout
2022-07-19 21:44:07 +09:00