Alexander Alekhin
5bb098ba5d
Merge pull request #22456 from TolyaTalamanov:at/onevpl-fixes-linux
2 years ago
Alexander Alekhin
4159842195
Merge pull request #22454 from zihaomu:bug_fix_22450
2 years ago
Zihao Mu
b69b1eae8f
fix bug 22450
2 years ago
ocpalo
c4a6e1fd4d
decode chunks and calculate checksums
2 years ago
Alexander Smorkalov
3456d28cc2
Merge pull request #22429 from hanliutong:more-rvv-intrin
2 years ago
Alexander Smorkalov
f376bfe95d
Merge pull request #22436 from Harvey-Huang:4-bit_palette_color
2 years ago
Alexander Smorkalov
a72074b33f
Merge pull request #22164 from lamm45:hough-angles
...
Fix angle discretization in Hough transforms
2 years ago
Alexander Smorkalov
5185544864
Enabled EXIF orientation tests for libspng.
2 years ago
Alexander Smorkalov
7834a465d5
Merge pull request #22443 from catree:feat_calibrate_camera_exe_initial_guess
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
Alexander Smorkalov
70fb1cd603
Merge pull request #22440 from zihaomu:fix_conv_bug
2 years ago
Alexander Smorkalov
d2c48b898c
Merge pull request #22306 from zihaomu:qgemm_and_squeeze_opset13_onnximporter
2 years ago
Zihao Mu
2d837efba7
add qgemm and squeeze op13 supported on ONNXImporter
2 years ago
catree
1852d0b9b8
Add flags to set the camera intrinsic parameters as an initial guess (can allow converging to the correct camera intrinsic parameters).
...
Add -imshow-scale flag to resize the image when displaying the results.
Add -enable-k3 flag to enable or disable the estimation of the K3 distortion coefficient.
2 years ago
catree
837e41f9a7
Add -ws flag for cornerSubPix params (backported from 4.x).
...
Add flags to set the camera intrinsic parameters as an initial guess (can allow converging to the correct camera intrinsic parameters).
Add -imshow-scale flag to resize the image when displaying the results.
Add -enable-k3 flag to enable or disable the estimation of the K3 distortion coefficient.
2 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
2 years ago
Zihao Mu
2cd7e17b65
replace v_add with +
2 years ago
Alexander Smorkalov
8eb4f72531
Merge pull request #22425 from AleksandrPanov:qrcode_test_arm
...
QR code, change resize interpolation for Arm
2 years ago
Alexander Smorkalov
2619099fe5
Merge pull request #22337 from zihaomu:load_ONNX_fp16_as_fp32
...
DNN: load fp16 ONNX model as fp32
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
Alexander Alekhin
a1d5565e65
Merge pull request #22432 from dmatveev:dm/ade_012a
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
Alexander Smorkalov
88115811a9
Merge pull request #22130 from catree:homography_tutorial_add_exercise
...
Update homography tutorial with a small exercise
2 years ago
Alexander Smorkalov
67fa8a2f47
Merge pull request #22236 from mizo:v4l2-multi-planar-v2
...
V4L2: Add multi-planar capture support
2 years ago
Alexander Smorkalov
560eba91e5
Merge pull request #22347 from bu3w:filter-camera-streaming-by-format
...
select correct MediaType in MSMF backend.
2 years ago
Alexander Smorkalov
42561e1233
Merge pull request #22333 from cudawarped:fix_for_21101
...
Fix video codec fourcc #21101
2 years ago
HAN Liutong
7e2c8cc9f4
Add remaining intrinsics.
2 years ago
Alexander Smorkalov
eea05f5078
Merge pull request #22412 from asenyaev/asen/carotene_warnings_macos_arm64
...
Suppress warnings in carotene on macOS ARM64 for 3.4 branch
2 years ago
Zihao Mu
7eaec9dd22
load fp16 as fp32 and align fp16 and double in onnx_graph_simplifie
2 years ago
Andrey Senyaev
e1305e8d05
Fixed a warning in case of typename on macOS ARM64
2 years ago
AleksandrPanov
2dd3408caa
change resize interpolation to enable tests in arm, disable close_5
2 years ago
Alexander Alekhin
3651831e7e
Merge pull request #22411 from zihaomu:remove_whitespace
2 years ago
TolyaTalamanov
a1d752bfc0
OneVPL fixes
2 years ago
Alexander Smorkalov
d10832074e
Merge pull request #22353 from hanliutong:more-rvv-intrin
...
[GSoC] Add more universal intrinsic implementations for RVV.
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
Andrey Senyaev
ef570e4e13
Suppress warnings in carotene on macOS ARM64 for 3.4 branch
2 years ago
Alexander Smorkalov
7831aae5dd
Merge pull request #22410 from zihaomu:silu_support
2 years ago
Alexander Smorkalov
1336da9450
Merge pull request #22407 from Biswa96:cmake-pkgconfig-mingw
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
Biswapriyo Nath
7e5d012f75
cmake: Enable pkgconfig support for mingw
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
Alexander Smorkalov
e14c3cff85
Merge pull request #22403 from Biswa96:add-locale-header
2 years ago