Alexander Alekhin
8e1e08ee38
Merge pull request #18833 from sl-sergei:disable_conv1d_wb_test
4 years ago
Alexander Alekhin
d266fee8bb
3rdparty: libjpeg-turbo 2.0.5 => 2.0.6
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.6
4 years ago
Alexander Alekhin
8357e865bc
Merge pull request #18828 from ichisadashioko:fix-calibration-sample-typo
4 years ago
shioko
fe9a8ebea2
Fix typo 'Applicatioin'
4 years ago
Alexander Alekhin
2b558a3787
core: fix F16C compilation check
4 years ago
Liubov Batanina
72d06080c6
[ONNX] Added Reduce ops for batch and channel
4 years ago
Sergey Slashchinin
3cdf926454
disable Conv1d test on NGRAPH/MYRIAD
4 years ago
Alexander Alekhin
025a9647af
Merge pull request #18830 from l-bat:issue_18785
4 years ago
Sergey Slashchinin
32e7ef8a3d
Add fixes and tests for different layers
4 years ago
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
4 years ago
Liubov Batanina
3a184ae677
[ONNX] Added handler for int32 tensors
4 years ago
Alexander Alekhin
564d1a0f79
Merge pull request #18802 from aitikgupta:typo
4 years ago
Aitik Gupta
05c011e842
Small typo-fix
4 years ago
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
4 years ago
Alexander Alekhin
d23435baac
Merge pull request #18798 from alalek:java_robust_binding_code
4 years ago
Alexander Alekhin
41c2669476
java: robust code generation
...
- the same generated code from Python2/3
- avoid randomized output due to unpredictable dict/set order
4 years ago
Alexander Alekhin
ed3591ed1f
Merge pull request #18774 from alalek:bindings_namespace_inline
4 years ago
Alexander Alekhin
5dae278652
bindings: "inline namespace"
4 years ago
Alexander Alekhin
30d91e8ed6
Merge pull request #18765 from GArik:tutorials
4 years ago
Alexander Alekhin
c69417149d
Merge pull request #18764 from alalek:doxygen_image_path
4 years ago
Igor Murzov
08271e5591
Fix code snippets inclusion into video tutorials
...
Code snippets need a section marked with ### above to render properly
4 years ago
Alexander Alekhin
a104e7c593
doxygen: adjust IMAGE_PATH, allow custom OPENCV_DOCS_EXTRA_IMAGE_PATH
...
- add opencv/modules
- add opencv_contrib/modules
4 years ago
Alexander Alekhin
c3e7a23da5
Merge pull request #18752 from alalek:dnn_defines_openvino_2021.1.0
4 years ago
Alexander Alekhin
083edb201c
Merge pull request #18753 from catree:fix_FindOpenBLAS_typo
4 years ago
catree
df7bf9a048
Fix typo in OpenCVFindOpenBLAS.cmake file.
4 years ago
Alexander Alekhin
bed5debca6
dnn: use OpenVINO 2021.1 defines
4 years ago
Alexander Alekhin
caa1658a4c
Merge pull request #18746 from alalek:backport_18741
4 years ago
Roman Kazantsev
bb5b628cce
Use explicit opset of Unsqueeze from nGraph
...
backporting commit eb24575e2c
4 years ago
Alexander Alekhin
127a44f2b9
Merge pull request #18732 from junxnone:master
4 years ago
junxnone
ad71a1633c
fix truncate threshold example display issue in py_tutorials
...
Signed-off-by: junxnone <junchen0102@gmail.com>
4 years ago
Alexander Alekhin
fb69620a27
Merge pull request #18699 from alalek:support_ceres_2.0.0
4 years ago
Alexander Alekhin
a6e15b2f57
cmake: prefer using Eigen configuration files
...
- for better compatibility with Ceres 2.0.0 CMake scripts
4 years ago
Alexander Alekhin
39ecd96b09
Merge pull request #18736 from mshabunin:mfx-frame-size-34
4 years ago
Maksim Shabunin
21a8d9569d
videoio: added frameSize to MFX capture
4 years ago
Alexander Alekhin
24d60da553
Merge pull request #18724 from S-o-T:fix_confusing_naming_for_keypoints_comparator
4 years ago
Mark Shachkov
039795b405
Change naming of keypoints comparator
4 years ago
Alexander Alekhin
716450ceb5
Merge pull request #18158 from legrosbuffle:3.4-vectorize-dft-radix
4 years ago
Alexander Alekhin
97eaddd93b
Merge pull request #18672 from alalek:cmake_3rdparty_exclude_from_all
4 years ago
Alexander Alekhin
e3ce0fbee3
Merge pull request #18685 from APrigarina:fix_curved_qrcodes
4 years ago
Alexander Alekhin
364702b1c9
cmake(3rdparty): use EXCLUDE_FROM_ALL
4 years ago
APrigarina
0f7b2eb79f
fix curved qrcodes decoding
4 years ago
Alexander Alekhin
4a0760719e
Merge pull request #18664 from ackbar345:mikkel/fix-manual-page-size
4 years ago
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.
4 years ago
Alexander Alekhin
0ec94630d4
Merge pull request #18640 from alalek:core_cleanup_inline_code
4 years ago
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
4 years ago
Alexander Alekhin
71462d9f99
Merge pull request #18633 from laelath:master
4 years ago
Justin Frank
61a8cf8ba7
Fix TypeError when building for WebAssembly with Python 3
4 years ago
Alexander Alekhin
8869d3212f
Merge pull request #18641 from rtimpe:fix_cuda_stubs
4 years ago
Alexander Alekhin
aac7c5465b
core: move inline code from mat.inl.hpp
4 years ago
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).
4 years ago