TolyaTalamanov
eb8883160d
Support config as part of Infer node in yml
2 years ago
Dan
13823f117b
#22214 and #22198
2 years ago
Alexander Alekhin
2e15582799
build: eliminate uninitialized warnings from GCC12
2 years ago
Alexander Alekhin
65bdb3a544
dnn: eliminate GCC12 warning in total() call
2 years ago
Henrik Dobbe Flemmen
6481cfd048
Update the fourcc codes link
2 years ago
Andrew Chinery
26a7647e0e
Fix stitching Python bindings PR #22329
2 years ago
Hao Chen
fce8349c99
Optimize the cvCeil and cvFloor functions.
...
This patch optimizes the cvCeil and cvFloor functions on
the LoongArch platform.
Signed-off-by: Hao Chen <chenhao@loongson.cn>
2 years ago
TolyaTalamanov
5ea912e778
Change warning message
2 years ago
ocpalo
d717de5719
nasm/simd support for libjpeg-turbo
2 years ago
TolyaTalamanov
bcc19a622d
Replace MFX major version assertion to warning
2 years ago
Alexander Alekhin
fb3fc5322c
videoio(ffmpeg): update tests with new Windows wrapper
2 years ago
cudawarped
46d988e2cb
Merge pull request #22248 from cudawarped:ffmpeg_rtsp_low_fps
...
* Allow the number of threads FFMpeg uses to be selected during VideoCapture::open().
Reset interupt timer in grab if
err = avformat_find_stream_info(ic, NULL);
is interupted but open is successful.
* Correct the returned number of threads and amend test cases.
* Update container test case.
* Reverse changes added to existing videoio_container test case and include test combining thread change and raw read in the newly added videoio_read test case.
2 years ago
Christine Poerschke
cb1a1e9a51
add explicit onChange callback in cocoa cvSetTrackbarPos
2 years ago
wxsheng
4154bd0667
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
...
* Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
* Add resize.lasx.cpp for Loongson SIMD acceleration
* Add imgwarp.lasx.cpp for Loongson SIMD acceleration
* Add LASX acceleration support for dnn/conv
* Add CV_PAUSE(v) for Loongarch
* Set LASX by default on Loongarch64
* LoongArch: tune test threshold for Core/HAL.mat_decomp/15
Co-authored-by: shengwenxue <shengwenxue@loongson.cn>
2 years ago
Yuantao Feng
9dc844a6e1
Merge pull request #22346 from fengyuentau:mat1d_part1
...
Changes separated from Mat 1D support in core #18594 (#22346 )
2 years ago
Alexander Alekhin
ca7f964104
dnn: use inheritance for OpenVINO net impl
2 years ago
TolyaTalamanov
7955469f7c
Fix problem with handleNewStream functionality
2 years ago
Alexander Alekhin
2ac62bccec
videoio(test): fix build warning
2 years ago
Suleyman TURKMEN
22eb91a7e0
Update hough.cpp
2 years ago
TolyaTalamanov
bf54a370e5
Add tests for stateful kernel functionality
2 years ago
anton
337452b4c0
changed names of permutations if Reshpe is in NHWC
2 years ago
Zihao Mu
b69b1eae8f
fix bug 22450
2 years ago
ocpalo
c4a6e1fd4d
decode chunks and calculate checksums
2 years ago
Alexander Smorkalov
5185544864
Enabled EXIF orientation tests for libspng.
2 years ago
lamm45
1f0bfc8d83
Fix angle discretization in Hough transforms
...
In some situations the last value was missing from the discrete theta
values. Now, the last value is chosen such that it is close to the
user-provided maximum theta, while the distance to pi remains always
at least theta_step/2. This should avoid duplicate detections.
A better way would probably be to use max_theta as is and adjust the
resolution (theta_step) instead, such that the discretization would
always be uniform (in a circular sense) when full angle range is used.
2 years ago
Dmitry Matveev
a122f0f248
G-API: Introduce GAbstractStreamingExecutor
...
Now GStreamingExecutor is its subclass; others to come
2 years ago
Dmitry Matveev
a31fb88fd0
G-API: Introduce GAbstractExecutor
...
GExecutor is now a subclass of GAbstractExecutor. Other to come
2 years ago
Zihao Mu
2d837efba7
add qgemm and squeeze op13 supported on ONNXImporter
2 years ago
Zihao Mu
2cd7e17b65
replace v_add with +
2 years ago
fengyuentau
2959286eb5
tengine: supports conv with asymmetric padding
2 years ago
Harvey
a4b191a7e0
4-bit_palette_color
2 years ago
Berke
3929e26276
spng encoder/decoder added as optional png codec
2 years ago
Zihao Mu
9638e34ab0
reuse WORDS_BIGENDIAN.
2 years ago
Dmitry Matveev
ed9d4c0b2b
G-API: Update ADE to v0.1.2a to fix new Windows warnings
2 years ago
Zihao Mu
bb64db98d8
Further optimization of Conv2D, fused Conv_Add_Activation, bring latest code from ficus OpConv.fx. ( #22401 )
2 years ago
HAN Liutong
7e2c8cc9f4
Add remaining intrinsics.
2 years ago
Zihao Mu
7eaec9dd22
load fp16 as fp32 and align fp16 and double in onnx_graph_simplifie
2 years ago
AleksandrPanov
2dd3408caa
change resize interpolation to enable tests in arm, disable close_5
2 years ago
TolyaTalamanov
a1d752bfc0
OneVPL fixes
2 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.
2 years ago
MENG Yu
6432f02996
select correct MediaType in MSMF backend.
2 years ago
Zihao Mu
1fb8d60fd2
remove whitespace
2 years ago
Zihao Mu
5e92bf8e41
support silu activation in darknet
2 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
2 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
2 years ago
HAN Liutong
b9a1039566
Remove the test log in test_interleave_pq.
2 years ago
Dmtiry Matveev
03130548ea
G-API: Bump ADE to version 0.1.2
2 years ago
hzcyf
11c5a6bb4d
Fix infinite loop in obsensor
2 years ago
HAN Liutong
8dc332721f
Add testcases for interleave_p&q and enable others testcases.
2 years ago
HAN Liutong
189f647264
Add implementation for zip, transpose, interleave, reverse and combine.
2 years ago