AleksandrPanov
0c0a8392e5
fix markers parse in gen_pattern.py
3 years ago
ZaKiiiiiiiii
98b6ce353c
Merge pull request #20904 from Crayon-new:fix_bug_in_maxLayer
...
fix bug: wrong output dimension when "keep_dims" is false in pooling layer.
* fix bug in max layer
* code align
* delete permute layer and add test case
* add name assert
* check other cases
* remove c++11 features
* style:add "const" remove assert
* style:sanitize file names
3 years ago
Alexander Alekhin
58043dac0f
Merge pull request #21027 from anonymouss:4.x
3 years ago
jcong
d2c1f1131b
videoio: drop unnecessary offset for accessing video output buffer
...
Fix : #21021
NDK API AMediaCodec_getOutputBuffer() returns MediaCodecBuffer::data()
which is actually ABuffer::data(). The returned buffer address is already
adjusted by offset.
More info:
ABuffer::base() returns base address without offset
ABuffer::data() returns base + offset
Change-Id: I2936339ce4fa9acf657a5a7d92adc1275d7b28a1
3 years ago
Lukas-Alexander Weber
fa5c7a9e75
Merge pull request #21020 from lukasalexanderweber:squash
...
Created Stitching Tool based on stitching_detailed.py
3 years ago
Alexander Alekhin
ceb94d52a1
Merge pull request #21016 from alalek:issue_21002
3 years ago
Alexander Alekhin
a2716712ab
highgui(win32): fix trackbar setRange
3 years ago
Alexander Alekhin
1ac7baceff
Merge pull request #21005 from nikpappas:bug-samples-falsecolor-trackbar
3 years ago
Nikolaos Pappas
968d94d417
Fix trackbar in falsecolor cpp sample
3 years ago
Alexander Alekhin
7842181b47
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
2ce47fda88
Merge pull request #21011 from vrabaud:3.4
3 years ago
Vincent Rabaud
ffd010767f
Only use fma functions when CV_FMA3 is set.
...
In practice, processors offering AVX2/AVX512 also FMA, that is why it got unnoticed.
3 years ago
Alexander Alekhin
635990a5b0
Merge pull request #21009 from alalek:dnn_skip_tests_32bit
3 years ago
Alexander Alekhin
562f2375c5
dnn(test): skip tests with high memory usage
...
- 32-bit configuration may fail due to memory fragmentation
3 years ago
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