Alexander Alekhin
d266fee8bb
3rdparty: libjpeg-turbo 2.0.5 => 2.0.6
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.6
2020-11-17 18:28:52 +00:00
Alexander Alekhin
8357e865bc
Merge pull request #18828 from ichisadashioko:fix-calibration-sample-typo
2020-11-17 17:13:43 +00:00
shioko
fe9a8ebea2
Fix typo 'Applicatioin'
2020-11-17 15:02:55 +00:00
Alexander Alekhin
2b558a3787
core: fix F16C compilation check
2020-11-17 12:22:49 +00:00
Liubov Batanina
72d06080c6
[ONNX] Added Reduce ops for batch and channel
2020-11-17 14:45:36 +03:00
Sergey Slashchinin
3cdf926454
disable Conv1d test on NGRAPH/MYRIAD
2020-11-17 14:33:39 +03:00
Alexander Alekhin
025a9647af
Merge pull request #18830 from l-bat:issue_18785
2020-11-17 10:40:53 +00:00
Sergey Slashchinin
32e7ef8a3d
Add fixes and tests for different layers
2020-11-17 13:39:32 +03:00
Sergei Slashchinin
2b82f8f12c
Merge pull request #18296 from sl-sergei:fix_16783
...
Fix loading issue for Faster RCNN model from #16783
* Add a reproducer with multi-output Gather
* Fix an issue with ONNX graph simplifier
* fix build
* Move checks to correct class
* Minor changes for better code appearence
2020-11-17 09:52:08 +00:00
Liubov Batanina
3a184ae677
[ONNX] Added handler for int32 tensors
2020-11-17 10:17:06 +03:00
Alexander Alekhin
564d1a0f79
Merge pull request #18802 from aitikgupta:typo
2020-11-14 22:46:48 +00:00
Aitik Gupta
05c011e842
Small typo-fix
2020-11-14 10:54:15 +05:30
Sergei Slashchinin
61144f935e
Merge pull request #18783 from sl-sergei:fix_conv1d
...
Add support for Conv1D on OpenCV backend
* Add support for Conv1D on OpenCV backend
* disable tests on other targets/backends
* Fix formatting
* Restore comment
* Remove unnecessary flag and fix test logic
* Fix perf test
* fix braces
* Fix indentation, assert check and remove unnecessary condition
* Remove unnecessary changes
* Add test cases for variable weights and bias
* dnn(conv): fallback on OpenCV+CPU instead of failures
* coding style
2020-11-13 22:22:10 +00:00
Alexander Alekhin
d23435baac
Merge pull request #18798 from alalek:java_robust_binding_code
2020-11-13 21:26:23 +00:00
Alexander Alekhin
41c2669476
java: robust code generation
...
- the same generated code from Python2/3
- avoid randomized output due to unpredictable dict/set order
2020-11-13 13:42:26 +00:00
Alexander Alekhin
ed3591ed1f
Merge pull request #18774 from alalek:bindings_namespace_inline
2020-11-12 12:23:37 +00:00
Alexander Alekhin
5dae278652
bindings: "inline namespace"
2020-11-11 10:38:15 +00:00
Alexander Alekhin
30d91e8ed6
Merge pull request #18765 from GArik:tutorials
2020-11-10 20:08:29 +00:00
Alexander Alekhin
c69417149d
Merge pull request #18764 from alalek:doxygen_image_path
2020-11-10 18:55:10 +00:00
Igor Murzov
08271e5591
Fix code snippets inclusion into video tutorials
...
Code snippets need a section marked with ### above to render properly
2020-11-10 21:54:23 +03:00
Alexander Alekhin
a104e7c593
doxygen: adjust IMAGE_PATH, allow custom OPENCV_DOCS_EXTRA_IMAGE_PATH
...
- add opencv/modules
- add opencv_contrib/modules
2020-11-10 12:43:46 +00:00
Alexander Alekhin
c3e7a23da5
Merge pull request #18752 from alalek:dnn_defines_openvino_2021.1.0
2020-11-08 18:09:52 +00:00
Alexander Alekhin
083edb201c
Merge pull request #18753 from catree:fix_FindOpenBLAS_typo
2020-11-08 18:09:27 +00:00
catree
df7bf9a048
Fix typo in OpenCVFindOpenBLAS.cmake file.
2020-11-08 14:42:47 +01:00
Alexander Alekhin
bed5debca6
dnn: use OpenVINO 2021.1 defines
2020-11-07 17:27:33 +00:00
Alexander Alekhin
caa1658a4c
Merge pull request #18746 from alalek:backport_18741
2020-11-07 15:47:15 +00:00
Roman Kazantsev
bb5b628cce
Use explicit opset of Unsqueeze from nGraph
...
backporting commit eb24575e2c
2020-11-06 22:29:35 +00:00
Alexander Alekhin
127a44f2b9
Merge pull request #18732 from junxnone:master
2020-11-06 16:36:58 +00:00
junxnone
ad71a1633c
fix truncate threshold example display issue in py_tutorials
...
Signed-off-by: junxnone <junchen0102@gmail.com>
2020-11-06 16:38:03 +08:00
Alexander Alekhin
fb69620a27
Merge pull request #18699 from alalek:support_ceres_2.0.0
2020-11-05 18:55:57 +00:00
Alexander Alekhin
a6e15b2f57
cmake: prefer using Eigen configuration files
...
- for better compatibility with Ceres 2.0.0 CMake scripts
2020-11-05 17:01:23 +00:00
Alexander Alekhin
39ecd96b09
Merge pull request #18736 from mshabunin:mfx-frame-size-34
2020-11-05 17:00:35 +00:00
Maksim Shabunin
21a8d9569d
videoio: added frameSize to MFX capture
2020-11-05 17:40:48 +03:00
Alexander Alekhin
24d60da553
Merge pull request #18724 from S-o-T:fix_confusing_naming_for_keypoints_comparator
2020-11-03 20:20:12 +00:00
Mark Shachkov
039795b405
Change naming of keypoints comparator
2020-11-03 21:54:56 +03:00
Alexander Alekhin
716450ceb5
Merge pull request #18158 from legrosbuffle:3.4-vectorize-dft-radix
2020-10-30 22:05:50 +00:00
Alexander Alekhin
97eaddd93b
Merge pull request #18672 from alalek:cmake_3rdparty_exclude_from_all
2020-10-28 14:40:47 +00:00
Alexander Alekhin
e3ce0fbee3
Merge pull request #18685 from APrigarina:fix_curved_qrcodes
2020-10-28 14:02:08 +00:00
Alexander Alekhin
364702b1c9
cmake(3rdparty): use EXCLUDE_FROM_ALL
2020-10-28 11:56:12 +00:00
APrigarina
0f7b2eb79f
fix curved qrcodes decoding
2020-10-28 12:54:54 +03:00
Alexander Alekhin
4a0760719e
Merge pull request #18664 from ackbar345:mikkel/fix-manual-page-size
2020-10-27 17:49:22 +00:00
Mikkel Green
d011383a3d
Bugfix: Manual page sizes now overwrite the default page size if they are both specified. Remove redudant .upper() call, 1 to 1 key matching enforced
...
by argparse choices.
2020-10-26 18:21:06 -07:00
Alexander Alekhin
0ec94630d4
Merge pull request #18640 from alalek:core_cleanup_inline_code
2020-10-24 17:06:08 +00:00
ann
c71f2714c6
Merge pull request #18003 from APrigarina:curved_qrcodes_decoding
...
Detection and decoding of curved QR-codes
* temp changes for curved qrcodes
* added api for curved qr code decoding
* fixed prototypes
* refactored curved qr code decoding
* refactored curved qr code decoding 2nd part
* refactored curved qr code decoding 3rd part
* refactored curved qr code decoding 4th part
* added tests for curved qr code decoding
* refactored curved qr code decoding 5th part
2020-10-23 18:42:45 +00:00
Alexander Alekhin
71462d9f99
Merge pull request #18633 from laelath:master
2020-10-23 16:47:38 +00:00
Justin Frank
61a8cf8ba7
Fix TypeError when building for WebAssembly with Python 3
2020-10-22 12:38:28 -07:00
Alexander Alekhin
8869d3212f
Merge pull request #18641 from rtimpe:fix_cuda_stubs
2020-10-22 12:25:56 +00:00
Alexander Alekhin
aac7c5465b
core: move inline code from mat.inl.hpp
2020-10-21 23:06:09 +00:00
Rob Timpe
22ee5c0c4d
Fix errors when building with cuda stubs
...
Fixes two errors when building with the options WITH_CUDA=ON and BUILD_CUDA_STUBS=ON on a machine without CUDA.
In the cudaarithm module, make sure cuda_runtime.h only gets included when CUDA is installed.
In the stitching module, don't assume that cuda is present just because cudaarithm and cudawarping are present (as is the case when building with the above options).
2020-10-21 15:51:46 -07:00
Alexander Alekhin
7f3d8de26f
Merge pull request #18628 from innerlee:patch-1
2020-10-20 20:03:50 +00:00