Alexander Alekhin
cc8add9f66
Merge pull request #22370 from catree:fix_22242_filter2d_float_double_doc
2 years ago
Biswapriyo Nath
c2c539e3cc
videoio: Include missing condition_variable header
...
This fixes the following error with mingw toolchain:
opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_msmf.hpp:160:10: error: 'condition_variable' in namespace 'std' does not name a type
160 | std::condition_variable streamStateCv_;
| ^~~~~~~~~~~~~~~~~~
2 years ago
Alexander Alekhin
d0d115321d
Merge pull request #22350 from alalek:rework_psabi_warning
2 years ago
catree
3d8614cb47
Fix documentation about depth combinations for imgproc functions.
2 years ago
Alexander Smorkalov
d09cc0f30c
Merge pull request #22344 from ocpalo:libjpegturbo2.1.3
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
Jochen Sprickerhof
496eed950f
Add missing header for LIBAVCODEC_VERSION_INT
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
2 years ago
Alexander Smorkalov
cde18648dc
Merge pull request #22298 from rogday:tutorial_fix
2 years ago
rogday
04e01e2b31
Add new params
2 years ago
Alexander Smorkalov
348b7383f9
Merge pull request #22160 from sturkmen72:update_highgui
2 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
2 years ago
Alexander Smorkalov
47a59d72c9
Merge pull request #22135 from rogday:force_reopen
2 years ago
Alexander Smorkalov
163770f99a
Merge pull request #22146 from rogday:symcircles
2 years ago
Alexander Smorkalov
4c1e064a2b
Merge pull request #22250 from ocpalo:codec_fix
2 years ago
Alexander Smorkalov
88555948d0
Merge pull request #22339 from asenyaev:asen/obsensor_fix_for_win
2 years ago
Alexander Smorkalov
1893b37e23
Merge pull request #22057 from mohawk2:typos
...
Typos: cheirality vs chirality
2 years ago
Alexander Smorkalov
c3cbd302cb
Merge pull request #22330 from zihaomu:skip_too_long_in_debug_test_dnn
2 years ago
Alexander Smorkalov
2ffa7ac0da
Merge pull request #22217 from CSharperMantle:CSharperMantle-patch-steady-clock
...
Use `std::chrono::steady_clock` in `getTickCount`
2 years ago
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
Alexander Smorkalov
99d216c8d4
Merge pull request #22150 from savuor:warpFrameTests
...
warpFrame() fixed & covered by tests
2 years ago
Andrey Senyaev
129319b0bc
Fix in obsensor for VS 14
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
a2593a392f
Merge pull request #22319 from asenyaev:asen/docs_5.x
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
4c1f9fb042
Docs workflow in GHA for 5.x
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