Alexander Smorkalov
885a446b10
Merge pull request #22212 from SergeyIvanov87:gapi_vpl_multiple_devices
...
G-API: VPL Add VAAPI into tests & VPL sample
2 years ago
Alexander Smorkalov
8bfe620fcc
Merge pull request #22313 from mateusztabaka:getline
2 years ago
Andrey Senyaev
129319b0bc
Fix in obsensor for VS 14
2 years ago
cudawarped
7ce83f2a95
Skip new test until pr built into windows ffmpeg dll.
2 years ago
cudawarped
4b05765174
Initial fix to try and return a valid fourcc when _opencv_avcodec_get_name fails.
2 years ago
Alexander Smorkalov
50707a2741
Merge pull request #22223 from klatism:mobile-dynamically-linked-libs
2 years ago
Zihao Mu
0614c40b42
add more skip for very long test case in test_dnn.
2 years ago
Alexander Smorkalov
facd07a732
Merge pull request #22327 from hzcyf:4.x
2 years ago
Alexander Smorkalov
26ac81df3e
Merge pull request #22324 from gmbows:typo_fix
2 years ago
Alexander Smorkalov
1ec10ca565
Merge pull request #22309 from asenyaev:asen/ubuntu14.04_workflow
2 years ago
Alexander Smorkalov
26a39c733b
Merge pull request #22318 from asenyaev:asen/docs_4.x
2 years ago
Alexander Smorkalov
15f0e2e7cb
Merge pull request #22317 from asenyaev:asen/docs_3.4
2 years ago
Zihao Mu
d4640f4647
support ReduceLayer without reshape layer.
2 years ago
Andrey Senyaev
4c9364a803
Docs workflow in GHA for 3.4
2 years ago
hzcyf
e951edeed3
fix linkage issue when enable BUILD_opencv_world ( #22312 )
2 years ago
gbowser3@gmail.com
e7a787aa41
Imgproc: Fix doxygen typo
2 years ago
Giles Payne
500e24d6cd
Fix bug ObjC/Swift Quicklook function; check only one channel when drawing Mat as matrix
2 years ago
Andrey Senyaev
759cbd7486
Docs workflow in GHA for 4.x
2 years ago
Zihao Mu
57545653b1
replace new mish impl with softplus
2 years ago
Zihao Mu
3c5377ca1b
add another Mish graph simplifier.
2 years ago
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&)`.
2 years ago
Andrey Senyaev
5bf3991f55
Workflow on Ubuntu 14.04 for 3.4 branch
2 years ago
Smirnov Egor
08696d92ea
Add option to force reopen camera in interactive calibration tool
2 years ago
Smirnov Egor
2c2466fb25
Add symmetric circles board
2 years ago
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
2 years ago
Alexander Alekhin
ebaf8cc06c
Merge pull request #22300 from komakai:fix-Mat-initWithSize
2 years ago
Alexander Alekhin
0862d69a6e
Merge pull request #22271 from tomoaki0705:dotprod_neon
2 years ago
Giles Payne
b8106e4ba4
Fix bug in Objective-C/Swift [Mat initWithSize:**] functions
2 years ago
Alexander Alekhin
6ce2f1316f
Merge pull request #22293 from mshabunin:fix-buffer-area-uas
2 years ago
Alexander Alekhin
294348939b
Merge pull request #22296 from alalek:fixup_22153
2 years ago
Alexander Alekhin
e2db95184f
Merge pull request #22295 from alalek:fixup_22246
2 years ago
Alexander Alekhin
f8597fc150
imgproc: fixup leftovers of int->int64_t conversion
2 years ago
Alexander Alekhin
85b0b0cd77
build: add missing GCC condition for pragma
2 years ago
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.
2 years ago
Maksim Shabunin
f729202272
core: remove unnecessary pointer cleanup in BufferArea
2 years ago
Alexander Alekhin
47f30a04d2
Merge pull request #22278 from hanliutong:fix
2 years ago
Alexander Alekhin
a42b35598e
Merge pull request #22280 from asenyaev:asen/android_4.x
2 years ago
Alexander Alekhin
db53f4533e
Merge pull request #22279 from asenyaev:asen/android_3.4
2 years ago
Andrey Senyaev
71e33265f5
Android GHA workflow for 4.x branch
2 years ago
Andrey Senyaev
a016f6022c
Android GHA workflow for 3.4 branch
2 years ago
HAN Liutong
3e3b53f815
Fix compile errors when all SIMD is disabled.
2 years ago
HAN Liutong
e2bfe0ce76
Use "#if" instead of "#ifdef" for CV_SIMD128.
2 years ago
Zihao Mu
98c33c605d
batchsize dynamic is set to index 0.
2 years ago
Tomoaki Teshima
b3269b08a1
neon: add dotprod dispatch implementation
...
* read vector at runtime
* add enum
2 years ago
Alexander Alekhin
47912431e6
Merge pull request #22269 from asenyaev:asen/fix_python_recursion
2 years ago
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.
2 years ago
Alexander Alekhin
3c23a44786
Merge pull request #22267 from asenyaev:asen/rename_lin_arm_pipelines_4.x
2 years ago
Alexander Alekhin
701d0d9905
Merge pull request #22266 from asenyaev:asen/rename_lin_arm_pipelines
2 years ago
Alexander Alekhin
d4e1d89901
Merge pull request #22270 from tomoaki0705:fix_layout
2 years ago
Tomoaki Teshima
14aa9eaadd
doc: fix layout
2 years ago