Dmitry Matveev
a31fb88fd0
G-API: Introduce GAbstractExecutor
...
GExecutor is now a subclass of GAbstractExecutor. Other to come
3 years ago
Zihao Mu
2d837efba7
add qgemm and squeeze op13 supported on ONNXImporter
3 years ago
Zihao Mu
2cd7e17b65
replace v_add with +
3 years ago
fengyuentau
2959286eb5
tengine: supports conv with asymmetric padding
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
Zihao Mu
7eaec9dd22
load fp16 as fp32 and align fp16 and double in onnx_graph_simplifie
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
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
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
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
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
Zihao Mu
d3dcef4b8b
add new check for vidcap.h
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
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
HAN Liutong
80c82e10aa
Update implementations on arithmetics.
3 years ago
HAN Liutong
2fb652ce09
Add testcase for continuous mul and add.
3 years ago
fengyuentau
e7e814fa8c
remove asymmetric padding checks
3 years ago
Jochen Sprickerhof
496eed950f
Add missing header for LIBAVCODEC_VERSION_INT
3 years ago
HAN Liutong
f0d29cd33c
Add more universal intrinsic implementations for RVV.
3 years ago
Alexander Alekhin
44b2f9637a
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a630ad73cb
.
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
Zihao Mu
0614c40b42
add more skip for very long test case in test_dnn.
3 years ago
Zihao Mu
d4640f4647
support ReduceLayer without reshape layer.
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
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
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
Giles Payne
b8106e4ba4
Fix bug in Objective-C/Swift [Mat initWithSize:**] functions
3 years ago
Alexander Alekhin
f8597fc150
imgproc: fixup leftovers of int->int64_t conversion
3 years ago
Alexander Alekhin
85b0b0cd77
build: add missing GCC condition for pragma
3 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.
3 years ago
Maksim Shabunin
f729202272
core: remove unnecessary pointer cleanup in BufferArea
3 years ago
HAN Liutong
3e3b53f815
Fix compile errors when all SIMD is disabled.
3 years ago
HAN Liutong
e2bfe0ce76
Use "#if" instead of "#ifdef" for CV_SIMD128.
3 years ago