HAN Liutong
2fb652ce09
Add testcase for continuous mul and add.
2 years ago
Lukas Weber
1bab920cf5
remove static con_thresh for adjuster
2 years ago
Alexander Smorkalov
bb71cb200e
Merge pull request #22199 from zihaomu:bug_fix_22195
...
DNN: Reduce Layer (add dynamic batch and ReduceSum support)
2 years ago
Alexander Smorkalov
48afe1586a
Merge pull request #22357 from jspricke:missing_header
2 years ago
fengyuentau
e7e814fa8c
remove asymmetric padding checks
2 years ago
Jochen Sprickerhof
496eed950f
Add missing header for LIBAVCODEC_VERSION_INT
2 years ago
HAN Liutong
f0d29cd33c
Add more universal intrinsic implementations for RVV.
2 years ago
Alexander Alekhin
75bb6aa9a1
build: disable psabi warning with GCC 7.0 and ARM
2 years ago
Alexander Alekhin
44b2f9637a
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a630ad73cb
.
2 years ago
ocpalo
0643165519
update libjpeg-turbo version to 2.1.3
3 years ago
Alexander Smorkalov
cde18648dc
Merge pull request #22298 from rogday:tutorial_fix
3 years ago
rogday
04e01e2b31
Add new params
3 years ago
Alexander Smorkalov
348b7383f9
Merge pull request #22160 from sturkmen72:update_highgui
3 years ago
Alexander Smorkalov
b2b7193374
Merge pull request #22311 from zihaomu:layer_fused_optmized_mish
...
DNN: add another two Mish activation to onnx_graph_simplifier
3 years ago
Alexander Smorkalov
47a59d72c9
Merge pull request #22135 from rogday:force_reopen
3 years ago
Alexander Smorkalov
163770f99a
Merge pull request #22146 from rogday:symcircles
3 years ago
Alexander Smorkalov
4c1e064a2b
Merge pull request #22250 from ocpalo:codec_fix
3 years ago
Alexander Smorkalov
88555948d0
Merge pull request #22339 from asenyaev:asen/obsensor_fix_for_win
3 years ago
Alexander Smorkalov
1893b37e23
Merge pull request #22057 from mohawk2:typos
...
Typos: cheirality vs chirality
3 years ago
Alexander Smorkalov
c3cbd302cb
Merge pull request #22330 from zihaomu:skip_too_long_in_debug_test_dnn
3 years ago
Alexander Smorkalov
2ffa7ac0da
Merge pull request #22217 from CSharperMantle:CSharperMantle-patch-steady-clock
...
Use `std::chrono::steady_clock` in `getTickCount`
3 years ago
Alexander Smorkalov
885a446b10
Merge pull request #22212 from SergeyIvanov87:gapi_vpl_multiple_devices
...
G-API: VPL Add VAAPI into tests & VPL sample
3 years ago
Alexander Smorkalov
8bfe620fcc
Merge pull request #22313 from mateusztabaka:getline
3 years ago
Andrey Senyaev
129319b0bc
Fix in obsensor for VS 14
3 years ago
cudawarped
7ce83f2a95
Skip new test until pr built into windows ffmpeg dll.
3 years ago
cudawarped
4b05765174
Initial fix to try and return a valid fourcc when _opencv_avcodec_get_name fails.
3 years ago
Alexander Smorkalov
50707a2741
Merge pull request #22223 from klatism:mobile-dynamically-linked-libs
3 years ago
Zihao Mu
0614c40b42
add more skip for very long test case in test_dnn.
3 years ago
Alexander Smorkalov
facd07a732
Merge pull request #22327 from hzcyf:4.x
3 years ago
Alexander Smorkalov
26ac81df3e
Merge pull request #22324 from gmbows:typo_fix
3 years ago
Alexander Smorkalov
1ec10ca565
Merge pull request #22309 from asenyaev:asen/ubuntu14.04_workflow
3 years ago
Alexander Smorkalov
26a39c733b
Merge pull request #22318 from asenyaev:asen/docs_4.x
3 years ago
Alexander Smorkalov
15f0e2e7cb
Merge pull request #22317 from asenyaev:asen/docs_3.4
3 years ago
Zihao Mu
d4640f4647
support ReduceLayer without reshape layer.
3 years ago
Andrey Senyaev
4c9364a803
Docs workflow in GHA for 3.4
3 years ago
hzcyf
e951edeed3
fix linkage issue when enable BUILD_opencv_world ( #22312 )
3 years ago
gbowser3@gmail.com
e7a787aa41
Imgproc: Fix doxygen typo
3 years ago
Giles Payne
500e24d6cd
Fix bug ObjC/Swift Quicklook function; check only one channel when drawing Mat as matrix
3 years ago
Andrey Senyaev
759cbd7486
Docs workflow in GHA for 4.x
3 years ago
Zihao Mu
57545653b1
replace new mish impl with softplus
3 years ago
Zihao Mu
3c5377ca1b
add another Mish graph simplifier.
3 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&)`.
3 years ago
Andrey Senyaev
5bf3991f55
Workflow on Ubuntu 14.04 for 3.4 branch
3 years ago
Smirnov Egor
08696d92ea
Add option to force reopen camera in interactive calibration tool
3 years ago
Smirnov Egor
2c2466fb25
Add symmetric circles board
3 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
3 years ago
Alexander Alekhin
ebaf8cc06c
Merge pull request #22300 from komakai:fix-Mat-initWithSize
3 years ago
Alexander Alekhin
0862d69a6e
Merge pull request #22271 from tomoaki0705:dotprod_neon
3 years ago
Giles Payne
b8106e4ba4
Fix bug in Objective-C/Swift [Mat initWithSize:**] functions
3 years ago
Alexander Alekhin
6ce2f1316f
Merge pull request #22293 from mshabunin:fix-buffer-area-uas
3 years ago