Zihao Mu
b69b1eae8f
fix bug 22450
3 years ago
Alexander Smorkalov
70fb1cd603
Merge pull request #22440 from zihaomu:fix_conv_bug
3 years ago
Alexander Smorkalov
d2c48b898c
Merge pull request #22306 from zihaomu:qgemm_and_squeeze_opset13_onnximporter
3 years ago
Zihao Mu
2d837efba7
add qgemm and squeeze op13 supported on ONNXImporter
3 years ago
Alexander Smorkalov
1fd45a1b85
Merge pull request #22362 from fengyuentau:conv_asym_pad_fuse
...
Remove asymmetric padding in Conv layer since it is supported in CPU backend
3 years ago
Zihao Mu
2cd7e17b65
replace v_add with +
3 years ago
Alexander Smorkalov
2619099fe5
Merge pull request #22337 from zihaomu:load_ONNX_fp16_as_fp32
...
DNN: load fp16 ONNX model as fp32
3 years ago
fengyuentau
2959286eb5
tengine: supports conv with asymmetric padding
3 years ago
Alexander Alekhin
a1d5565e65
Merge pull request #22432 from dmatveev:dm/ade_012a
3 years ago
Zihao Mu
9638e34ab0
reuse WORDS_BIGENDIAN.
3 years ago
Dmitry Matveev
ed9d4c0b2b
G-API: Update ADE to v0.1.2a to fix new Windows warnings
3 years ago
Zihao Mu
bb64db98d8
Further optimization of Conv2D, fused Conv_Add_Activation, bring latest code from ficus OpConv.fx. ( #22401 )
3 years ago
Alexander Smorkalov
67fa8a2f47
Merge pull request #22236 from mizo:v4l2-multi-planar-v2
...
V4L2: Add multi-planar capture support
3 years ago
Alexander Smorkalov
560eba91e5
Merge pull request #22347 from bu3w:filter-camera-streaming-by-format
...
select correct MediaType in MSMF backend.
3 years ago
Alexander Smorkalov
42561e1233
Merge pull request #22333 from cudawarped:fix_for_21101
...
Fix video codec fourcc #21101
3 years ago
Zihao Mu
7eaec9dd22
load fp16 as fp32 and align fp16 and double in onnx_graph_simplifie
3 years ago
Alexander Alekhin
3651831e7e
Merge pull request #22411 from zihaomu:remove_whitespace
3 years ago
Alexander Smorkalov
d10832074e
Merge pull request #22353 from hanliutong:more-rvv-intrin
...
[GSoC] Add more universal intrinsic implementations for RVV.
3 years ago
Daisuke Mizobuchi
a001ab3a44
V4L2: Add multi-planar capture support
...
Devices which only support multi-planar capture cannot be processed as
single-planar.
Add multi-planar support to v4l driver.
3 years ago
Alexander Smorkalov
7831aae5dd
Merge pull request #22410 from zihaomu:silu_support
3 years ago
Alexander Smorkalov
1336da9450
Merge pull request #22407 from Biswa96:cmake-pkgconfig-mingw
3 years ago
MENG Yu
6432f02996
select correct MediaType in MSMF backend.
3 years ago
Zihao Mu
1fb8d60fd2
remove whitespace
3 years ago
Zihao Mu
5e92bf8e41
support silu activation in darknet
3 years ago
Biswapriyo Nath
7e5d012f75
cmake: Enable pkgconfig support for mingw
3 years ago
Anatoliy Talamanov
925ff6241f
Merge pull request #22393 from TolyaTalamanov:at/fix-gapi-vpl-windows-build
...
* Fix G-API OneVPL compilation
* Fix macro
__WIN32__ -> _WIN32
3 years ago
Alexander Smorkalov
e14c3cff85
Merge pull request #22403 from Biswa96:add-locale-header
3 years ago
Biswapriyo Nath
984e42b0bc
videoio: Include missing locale header for std::wstring_convert
...
This fixes the following error with mingw toolchain:
opencv/modules/videoio/src/cap_msmf.cpp:1020: error: 'wstring_convert' is not a member of 'std'
1020 | std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv;
| ^~~~~~~~~~~~~~~
opencv/modules/videoio/src/cap_ffmpeg_hw.hpp:230:26: error: 'wstring_convert' is not a member of 'std'
230 | std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv;
| ^~~~~~~~~~~~~~~
The locale header is required according to C++ standard.
See https://en.cppreference.com/w/cpp/locale/wstring_convert
3 years ago
Alexander Smorkalov
0702685e7e
Merge pull request #22395 from hzcyf:infinite_loop_fix
3 years ago
Alexander Smorkalov
7deb8f568f
Merge pull request #22377 from Biswa96:condition_variable
3 years ago
Alexander Smorkalov
d8434e6875
Merge pull request #22396 from dmatveev:dm/ade-012
...
G-API: Bump ADE to version 0.1.2
3 years ago
HAN Liutong
b9a1039566
Remove the test log in test_interleave_pq.
3 years ago
Dmtiry Matveev
03130548ea
G-API: Bump ADE to version 0.1.2
3 years ago
hzcyf
11c5a6bb4d
Fix infinite loop in obsensor
3 years ago
HAN Liutong
8dc332721f
Add testcases for interleave_p&q and enable others testcases.
3 years ago
HAN Liutong
189f647264
Add implementation for zip, transpose, interleave, reverse and combine.
3 years ago
Alexander Smorkalov
9fcf015214
Merge pull request #22376 from zihaomu:issue_22373
3 years ago
Alexander Smorkalov
ffccfa2ee9
Merge pull request #22325 from komakai:fix-quicklook
3 years ago
Zihao Mu
d3dcef4b8b
add new check for vidcap.h
3 years ago
Alexander Smorkalov
3cd36ebc7b
Merge pull request #22366 from lukasalexanderweber:4.x
3 years ago
Alexander Alekhin
2ebdc04787
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
cc8add9f66
Merge pull request #22370 from catree:fix_22242_filter2d_float_double_doc
3 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_;
| ^~~~~~~~~~~~~~~~~~
3 years ago
fengyuentau
0cdff46725
tune for opencl
3 years ago
Alexander Alekhin
d0d115321d
Merge pull request #22350 from alalek:rework_psabi_warning
3 years ago
HAN Liutong
f572ae3474
add missing test cases(v_abs)
3 years ago
HAN Liutong
e65ad44b32
Remove redundant intrinsics.
3 years ago
catree
3d8614cb47
Fix documentation about depth combinations for imgproc functions.
3 years ago
Alexander Smorkalov
d09cc0f30c
Merge pull request #22344 from ocpalo:libjpegturbo2.1.3
3 years ago
HAN Liutong
80c82e10aa
Update implementations on arithmetics.
3 years ago