Alexander Alekhin
9448fe3db4
Merge pull request #20437 from pytianxxiao:fix#20430
3 years ago
Xiaoxiao Tian
3817f3a89b
fix: ocv_target_link_libraries could not handle the keyword rightly #20430
3 years ago
Alexander Alekhin
755f4f324b
Merge pull request #20431 from lukasalexanderweber:debug-stitching_detailed.py
3 years ago
Lukas-Alexander Weber
863ab0e72e
fix TypeError when specifying compose_megapix
...
without rounding the composed image sizes (variable "sz") they will be odly fractions of a pixel (e.g. (5300.965, 3772.897)) and therefore cause a "TypeError: integer argument expected, got float" in line
456 roi = warper.warpRoi(sz, K, cameras[i].R)
3 years ago
Alexander Alekhin
4ab0377c6e
Merge pull request #20143 from rogday:base64_encoding
3 years ago
Saša Bajtl
2062a7ca8f
Bugfix on import script with web worker.
3 years ago
Alexander Alekhin
b61a55eebf
Merge pull request #20402 from rogday:tf_diag_dummy
3 years ago
Smirnov Egor
c30078c5a3
add NotImplemented layer
3 years ago
Alexander Alekhin
39b91c97f0
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
8334ee18e6
Merge pull request #20394 from SamFC10:conv-asymmetric-pads
3 years ago
Alexander Alekhin
cc2592f582
Merge pull request #20200 from rmeertens:update_grabcut
3 years ago
SamFC10
96d35f7c54
Fix convolution asymmetric padding bug in onnx importer
3 years ago
Alexander Alekhin
98c5fc6ae2
Merge pull request #20410 from alalek:fix_dnn_dldt_output_layout
3 years ago
Alexander Alekhin
fbde0c6c96
dnn(ie): fix handling of 1D and non-32F outputs of InferenceEngine
3 years ago
Alexander Alekhin
602e7c83e2
dnn(test): add extra IR models, more checks in IE testing code
3 years ago
Alexander Alekhin
eb9218a86b
Merge pull request #20420 from berak:python_fix_trackbar_warning
3 years ago
berak
9f2dcc3f13
python: fix trackbar warning
3 years ago
Alexander Alekhin
bc210b292b
dnn(test): backport test_ie_models.cpp from 4.5.3
3 years ago
Roland Meertens
2113af9c52
Updated grabcut example to show the background in a transparant way
3 years ago
Pablo Romero
6f417b57c1
Merge pull request #20399 from pablorcum:3.4
...
Improves support for Unix non-Linux systems, including QNX
* Fixes #20395 . Improves support for Unix non-Linux systems. Focus on QNX Neutrino.
Signed-off-by: promero <promero@mathworks.com>
* Update system.cpp
3 years ago
Dmitry Budnikov
a7742d7d63
Merge pull request #20383 from dbudniko:dbudniko/mtcnn_1st_pnet_simplification
...
MTCNN 1st pnet simplification to ensure single graph input
* 1st pnet simplification to ensure single graph input
* address comment from Dmitry M regarding unused variable
3 years ago
Alexey Smirnov
5179e37bd1
Merge pull request #20329 from smirnov-alexey:as/mediaframe_serialization
...
[G-API]: Add serialization mechanism for cv::MediaFrame
* Stub initial interface
* Fix templates for deserialization
* Fix tests
* Disable a warning on windows
* Address review comments
* Change enable_ifs to other template helpers
* Resolve ambiguous template
* Fix warnings in docs
3 years ago
Alexander Alekhin
a7b17bfaf0
Merge pull request #20400 from alalek:cmake_fix_mode_vars
3 years ago
Alexander Alekhin
4af1f31a3f
cmake: use relative path for mode vars
3 years ago
Alexander Alekhin
0acd06d13c
Merge pull request #20397 from alalek:fix_winpack_dldt_stale_sysroot
3 years ago
Alexander Alekhin
fd22e98298
build(winpack_dldt): avoid stale sysroot contents
3 years ago
Alexander Alekhin
9e42e04b4a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
9103837228
Merge pull request #20278 from joy2myself:rvv-0.10
3 years ago
Sergey Ivanov
3f3c5de851
Merge pull request #20372 from sivanov-work:serialize
...
GAPI: Implement ConstValue serialize/deserialize
* Implement ConstValue ser/deser
* Fix MacOs compile issue
* Fix Docs compile
* Change uint32 -> uint64 for serialize tag
3 years ago
César Gouveia
167a12028d
Merge pull request #20374 from cesarpgouveia:bugfix/fix_load_onnxModel_debug
...
* Fix bug while loading onnx model in debug
* dnn: fix other .at using
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Alexander Alekhin
6af2faebd2
Merge pull request #20381 from berak:dnn_samples_fix_colorization_links
3 years ago
Smirnov Egor
34b65be44a
fix find_package cache pollution
3 years ago
berak
fd16222613
dnn: update links for the colorization samples
3 years ago
Alexander Alekhin
1ba6cd8423
Merge pull request #20368 from mightbxg:bugfix_imshowqt
3 years ago
Francesco Petrogalli
b928ebdd53
Merge pull request #19985 from fpetrogalli:disable_threads
...
* [build][option] Introduce `OPENCV_DISABLE_THREAD_SUPPORT` option.
The option forces the library to build without thread support.
* update handling of OPENCV_DISABLE_THREAD_SUPPORT
- reduce amount of #if conditions
* [to squash] cmake: apply mode vars in toolchains too
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Smirnov Egor
b42623ff9d
port base64 encoding from 3.4
3 years ago
Alexey Smirnov
59ae0e0013
Merge pull request #20163 from smirnov-alexey:as/gapi_serialization_docs
...
G-API: add documentation on serialization functionality
* Add documentation on serialization/deserialization
* Add docs on bind() methods
* Fix typo
* Docs refactoring
* Fix s11n docs
* Fix deserialize() docs
* Change deserialize docs
* Fix warning
* Address review comments
* Fix sample
* Fix warnings and errors
* Fix docs warnings
* Fix warnings
* Address review comments
* Add prefixes to snippets and fix indentation
* Address review comments and move snippets to a single file
3 years ago
Alexander Alekhin
4788de784b
Merge pull request #20373 from kikaxa:mjpeg-VideoInputStream-alignment-fix
3 years ago
kikaxa
926535469d
fix videoio/src/container_avi.cpp VideoInputStream alignment
3 years ago
Sergey Ivanov
c0f63eb21f
Merge pull request #20039 from sivanov-work:gapi_empty_input
...
G-API: Implement variant visit()
* Add variant visitor, use visitor for check compile args
* Fix GAPI UT: variant *compiler
* Aling apply_visior with std, fix indentations
* Fix compilation (included compiler_hints.hpp)
* Fix compilation (due gapi standalone)
* Fix compilation2 (Docs)
* Add Lambdas overload, Refactor visit()
* Add ReturnType auto deduction
* Fix comilation
* Fix compilation
* Fix warnings
* Try to fix MSVC14
* Fix docs
* Try fix Win compile
* Fix Docs again
* Revert GAPI empty input fix
* Apply comment for `tuple_element`
* Add std::decay for std::base_of to work arounf armv7 problem
* Apply review comments
* Apply review comments: added comment & removed unused args
* Fix docs compilation
3 years ago
Xinguang Bian
5627a0cbdf
fix scale problem in DefaultViewPort::controlImagePosition()
3 years ago
Maxim Pashchenkov
ed2a698392
Merge pull request #20359 from mpashchenkov:mp/onnx-tests
...
G-API: ONNX. Skip tests.
* imread for every test
* Changed name for Yolo function
3 years ago
Alexander Alekhin
aaad1791d9
Merge tag '4.5.3'
3 years ago
Alexander Alekhin
ad6e82942b
release: OpenCV 4.5.3
3 years ago
Alexander Alekhin
9a9954a036
Merge tag '3.4.15'
3 years ago
Alexander Alekhin
d60bb57d4b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
591708903b
release: OpenCV 3.4.15
3 years ago
Alexander Alekhin
f9d62fba7a
Merge pull request #20350 from alalek:issue_20285
3 years ago
Alexander Alekhin
85dde8a800
Merge pull request #20355 from alalek:issue_20352
3 years ago
Alexander Alekhin
9d039c206b
Merge pull request #20354 from alalek:issue_20353
3 years ago