xiong-jie-y
ea2527c2d1
Add python bindings for G-API onnx
3 years ago
Alexander Alekhin
65fcf22670
imgproc: use singleton in color_hsv.simd.hpp
3 years ago
Alexander Alekhin
d0572538ff
Merge pull request #22059 from Kumataro:3.4-fix21899
3 years ago
Kumataro
3577265508
highgui: Qt: waitKey() supports Cyrillic/Japanese keyboard layout
3 years ago
Ed J
f28e191d70
cheirality -> chirality
3 years ago
Ed J
38b6c44b4c
for then given -> for the given
3 years ago
Kumataro
1a24e316d5
Merge pull request #22030 from Kumataro:3.4-fix22029
...
* objdetect: qrcode_encoder: fix to missing timing pattern
* objdetect: qrcode_encoder: Add SCOPED_TRACE() and replace CV_Assert() to ASSERT_EQ().
- Add SCOPED_TRACE() for version loop.
- Replace CV_Assert() to ASSERT_EQ().
- Rename expect_msg to msg.
3 years ago
Alexander Alekhin
9da9e8244b
Merge pull request #22041 from nglee:fix_return_by_const_value
3 years ago
Alexander Alekhin
8d51ef0f35
Merge pull request #22054 from asenyaev:asen/fix_matching_xcode_version
3 years ago
Andrey Senyaev
9cfae823a7
Fix Xcode version matching
3 years ago
Alexander Alekhin
d6151eae23
Merge pull request #22019 from victor1234:calib3d-fix-cameracalibration-test
3 years ago
Alexander Alekhin
4a0a3281c6
Merge pull request #22021 from victor1234:issue-10947_calib3d-update-fisheye-distortpoint-doc
3 years ago
Victor
1230075011
Merge pull request #22045 from victor1234:calib3d-fisheye-model-reference
...
* Add fisheye camera model summary description with reference
* Fix layout
* Move reference to bibtex
3 years ago
Alexander Alekhin
7459954377
Merge pull request #21843 from Rufflewind:doc
3 years ago
Alexander Alekhin
cf38098ba8
Merge pull request #22034 from alalek:update_ffmpeg_4.x
3 years ago
Lukas-Alexander Weber
8ca394efaf
Merge pull request #22005 from lukasalexanderweber:delete_stitching_tool
...
Move stitching package and tool to a dedicated repository
* deleted moved files
* Update README.md
3 years ago
Alexander Alekhin
f9c7931800
Merge pull request #22035 from mohawk2:patch-1
3 years ago
Namgoo Lee
24547f40ff
remove const from functions returning by value
3 years ago
mohawk2
72debee125
typo: Minkowsky is actually Minkowski
3 years ago
xiong-jie-y
a3d6994afa
Add stateful kernel to python G-API
3 years ago
Alexander Alekhin
08c270f65a
Merge pull request #22033 from alalek:windows_skip_failed_videoio_tests
3 years ago
Alexander Alekhin
e585453c2e
videoio(test): skip failed tests in misconfigured environments
3 years ago
Alexander Alekhin
86f4524010
Merge pull request #22028 from alalek:build_warnings_4.x
3 years ago
Alexander Alekhin
6d098cc230
ffmpeg/4.x: update FFmpeg wrapper 2022.05
...
- FFmpeg 4.4.2
- libvpx 1.11
3 years ago
Alexander Alekhin
434c96e625
build: eliminate warnings
3 years ago
Alexander Alekhin
d6e9616256
Merge pull request #22027 from alalek:update_version_4.6.0-pre
3 years ago
Alexander Alekhin
e9187ae38c
Merge pull request #22026 from alalek:update_version_3.4.18-pre
3 years ago
Alexander Alekhin
978dc76653
Merge pull request #22006 from rogday:21947_fix
3 years ago
Alexander Alekhin
b409fd32ac
Merge pull request #22024 from berak:patch-1
3 years ago
rogday
a2ad997e97
fix vector access in TF::sortByExecutionOrder
3 years ago
Alexander Alekhin
e9428726ca
pre: OpenCV 4.6.0 (version++)
3 years ago
Alexander Alekhin
400906b433
pre: OpenCV 3.4.18 (version++)
3 years ago
berak
50d7c61c01
Update darknet_importer.cpp
...
make it more obvious, that this is a '404', not a 'parsing' problem
3 years ago
Alexander Alekhin
d9bf522b27
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
rogday
93dc0679ec
Merge pull request #21818 from rogday:revert_renaming
...
* add prefixes to layer names and layer output names
* dnn: OPENCV_DNN_ONNX_USE_LEGACY_NAMES runtime parameter
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Kataev Victor
1ddc51cfd1
Update fisheye::distortPoints() documentation
3 years ago
Kataev Victor
50bf0e10f5
Fix cameracalibration test
...
* Remove transpose for rvec after calibration
* Change compare threshold from 110% to 10% for perViewErrors
* Add transpose to goodRotMatrs load
3 years ago
Phil Ruffwind
d1ccb7e47f
Update js_usage.markdown to use onRuntimeInitialized
...
The Emscripten library is not guaranteed to be fully loaded during the
script element's onload event. Module.onRuntimeInitialized seems to be
more reliable.
3 years ago
Michael Gruner
6a22c5b2b5
Consider video meta on GStreamer video capture
...
Some GStreamer elements may produce buffers with very non
standard strides, offsets and/or even transport each plane
in different, non-contiguous pointers. This non-standard
layout is communicated via GstVideoMeta structures attached
to the buffers. Given this, when a GstVideoMeta is available,
one should parse the layout from it instead of generating
a generic one from the caps.
The GstVideoFrame utility does precisely this: if the buffer
contains a video meta, it uses that to fill the format and
memory layout. If there is no meta available, the layout is
inferred from the caps.
3 years ago
Alexander Alekhin
7e845a3b87
Merge pull request #22013 from asenyaev:asen/move_workflows_4.x
3 years ago
Alexander Alekhin
ea1c970190
Merge pull request #22001 from asenyaev:asen/move_workflows
3 years ago
Andrey Senyaev
3d207ccf11
Move workflows to a dedicated repository for 4.x branch
3 years ago
Andrey Senyaev
aaf7f5ae02
Move workflows to a dedicated repository
3 years ago
Alexander Alekhin
50e8ad285b
Merge pull request #22008 from zachlowry:umat-format-string
3 years ago
Alexander Alekhin
bb5462e327
Merge pull request #21991 from fengyuentau:qconv_asympad
3 years ago
Martin Tůma
df2e7fa6eb
Merge pull request #21992 from tumicdq:v4l2
...
* Added support for 4B RGB V4L2 pixel formats
Added support for V4L2_PIX_FMT_XBGR32 and V4L2_PIX_FMT_ABGR32 pixel
formats.
* Added workaround for missing V4L2_PIX_FMT_ABGR32 and V4L2_PIX_FMT_XBGR32
defines
3 years ago
Alexander Alekhin
11f36bdf9a
Merge pull request #21941 from cpoerschke:4.x-fix-imgproc-typos
3 years ago
Alexander Alekhin
bc0d4585b3
Merge pull request #21984 from xiong-jie-y:add_make_capture_for_camera_stream
3 years ago
Alexander Alekhin
70917f291c
Merge pull request #21988 from alalek:fix_warnings_gcc12_3.4
3 years ago
Alexander Alekhin
9f6f0c7424
Merge pull request #21987 from alalek:gapi_test_reduce_used_memory
3 years ago