Alexander Alekhin
edf533c83e
Merge pull request #21007 from alalek:cmake_dnn_fix_wrong_tengine_order
3 years ago
Alexander Alekhin
c1d61c88e9
dnn(cmake): don't hijack OpenCL options with Tengine
3 years ago
Alexander Alekhin
6360b846c6
Merge pull request #21003 from APrigarina:add_test_qrdetect_fix
3 years ago
Alexander Alekhin
57900d07f0
Merge pull request #20882 from flytogcp:flytogcp-patch-1
3 years ago
APrigarina
8e72e1ed88
add test case for QR detect fix
3 years ago
Alexander Alekhin
10c547396d
Merge pull request #20990 from alalek:fix_warnings_msvc_clang_dshow_3.4
3 years ago
cpengu
66dd871288
Update qrcode.cpp
...
Fixed issue #20880 , QRDetect::searchHorizontalLines() boundary condition will skip the matched qrcode near the end
3 years ago
Alexander Alekhin
d484939c02
Merge pull request #20999 from alalek:dnn_replace_deprecated_calls
...
dnn(protobuf): replace deprecated calls
* dnn: replace deprecated ByteSize() => ByteSizeLong()
* dnn: replace deprecated calls, use GetRepeatedFieldRef
3 years ago
Alexander Alekhin
85fd8729ce
Merge pull request #20970 from s-trinh:update_Bayer_naming
3 years ago
Alexander Alekhin
b3e16c6423
videoio(dshow): eliminate build warnings from MSVC-Clang
3 years ago
Souriya Trinh
30d6766db4
Add conventional Bayer naming.
3 years ago
Trutnev Aleksei
17234f82d0
Merge pull request #20836 from alexgiving:atrutnev/rename_Adapter_to_IAdapter
...
* Rename RMat::Adapter to RMat::IAdapter
* Add comments
3 years ago
Alexander Alekhin
7b57df02a7
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
b65ae3b036
Merge pull request #20982 from alalek:highgui_drop_cvGetWindowImageRect_4.x
3 years ago
Alexander Alekhin
bce76a7977
Merge pull request #20980 from alalek:highgui_fix_cvGetWindowImageRect_3.4
3 years ago
Alexander Alekhin
66f3e97457
highgui: drop invalid cvGetWindowImageRect
3 years ago
Alexander Alekhin
0ee61d178f
highgui: drop invalid cvGetWindowImageRect
...
- return type is C++ template
- removal from 'extern "C"' scope broke ABI anyway, so this symbols is removed completelly
3 years ago
Alexander Alekhin
1ceba29f4b
Merge pull request #20976 from alalek:issue_20968
3 years ago
Alexander Alekhin
40c748a2ae
python: properly handle step for multichannel case
3 years ago
Alexander Alekhin
0e9453a395
Merge pull request #20971 from alalek:cmake_build_type_use_release
3 years ago
Julie Bareeva
69d0bc8fd5
Added overflow handling during conversion from float to int for LinearFilter
3 years ago
Trutnev Aleksei
6a73e5a720
Merge pull request #20922 from alexgiving:atrutnev/align_expect_assert_macros
...
GAPI: Align EXPECT/ASSERT macros
* Align TEST macros
* restart CI
* Fix ASSERT_GT in gapi_async_test
3 years ago
Alexander Alekhin
e70ba29d95
Merge pull request #20972 from Isydmr:correct-db-text-detector-drive-links
3 years ago
Alexander Alekhin
e5647cf70d
cmake: use CMAKE_BUILD_TYPE=Release by default
3 years ago
Ihsan Soydemir
9637cf0574
Correct drive links for DB_IC15 and DB_TD500
3 years ago
Alexander Alekhin
74cc63ba2f
Merge pull request #20969 from alalek:fix_msvc_clang_warning_noreturn
3 years ago
Alexander Alekhin
0b6e360602
Merge pull request #20967 from alalek:fix_msvc_clang_unused_parameter
3 years ago
Alexander Alekhin
a49cda6523
core: eliminate Winvalid-noreturn in base.hpp
3 years ago
Alexander Alekhin
d612c72405
build: fix MSVC-Clang warnings about unused parameters in stubs
3 years ago
Maxim Pashchenkov
eb152d7431
Merge pull request #20937 from mpashchenkov:mp/ocv-gapi-warnings
...
G-API: Disable Windows warnings with 4996 code
* Windows warnings 4503 and 4996 are disabled with dnn style
* Applying comments to review
* Reproducing
* Added check MSVC_VERSION for both warnings
3 years ago
Alexander Alekhin
6bd143dd25
Merge pull request #20961 from alalek:fix_msvc_clang
3 years ago
Alexander Alekhin
770d3eabc0
Merge pull request #20960 from alalek:fix_icc_support_3.4
3 years ago
Alexander Alekhin
75e2ba5af3
core(simd): fix compilation with MSVC-Clang
3 years ago
Alexander Alekhin
1726bb6c0d
build(icc): fix nodiscard attribute handling
3 years ago
Alexander Alekhin
5dfe65d53a
cmake: fix popcnt detection with Intel Compiler
3 years ago
Alexander Alekhin
83afd09f13
Merge pull request #20950 from Harvey-Huang:master
3 years ago
Alexander Alekhin
d059cc7170
Merge pull request #20958 from noahstier:3.4_tvl1_optimization
3 years ago
Alexander Alekhin
96488c1c74
Merge pull request #20954 from shengyu7697:remove-redundant-semicolon
3 years ago
Noah Stier
84a81579ba
tvl1 cuda optflow optimization
3 years ago
Chengrui Wang
244ba1a61a
Merge pull request #20935 from crywang:dnn_face
...
Fix problems in tutorial and python sample of dnn_face.
* Update dnn_face.markdown
* Update face_match.py
3 years ago
shengyu
9dadc06e64
remove redundant semicolons
3 years ago
Alexander Alekhin
60f949e36f
Merge pull request #20924 from alexgiving:atrutnev/fix_gkernel_documentation
3 years ago
Harvey
af154e3053
fixed bug: opencv read tif file convert Palette color image as grayscale image
3 years ago
Alexander Alekhin
9e6c290696
Merge pull request #20947 from alalek:cmake_find_package_quiet
3 years ago
MaximMilashchenko
0a71063530
Merge pull request #20942 from MaximMilashchenko:AudioPatch
...
Audio patch
* fixed microphone, audio position
* fixed docs
* changed AudioOpenCheck
3 years ago
Alexander Alekhin
0b1ae11498
cmake: find_package with QUIET
3 years ago
Alexander Alekhin
017a4e7c30
Merge pull request #20940 from alalek:cmake_fix_samples_parallel_backend
3 years ago
Alexander Alekhin
3891f18e71
samples: update parallel_backend examples
...
- use find_package(TBB)
3 years ago
Alexander Alekhin
6a2077cbd8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
aa11cc19e8
Merge pull request #20919 from berak:patch-1
3 years ago