Alexander Alekhin
2eaf35eb63
Merge tag '4.1.0-openvino'
6 years ago
Alexander Alekhin
0b9d53829f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
dad2247b56
Merge tag '3.4.6'
6 years ago
Alexander Alekhin
33b765d797
OpenCV version++ (3.4.6)
...
OpenCV 3.4.6
6 years ago
Alexander Alekhin
4368f04afa
Merge pull request #14271 from alalek:issue_14259
6 years ago
Alexander Alekhin
b5961cc5d1
calib3d: don't change input data
...
- estimateAffine2D/estimateAffinePartial2D() calls
6 years ago
Alexander Alekhin
c9fc27b337
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Maksim Shabunin
aa1359dc19
Merge pull request #14267 from mshabunin:fix-osx-camera-auth
...
* Added authorization request to AVFoundation camera backend (OSX 10.14+)
6 years ago
Alexander Alekhin
28925572f6
Merge pull request #14268 from alalek:fix_ossfuzz_13283
6 years ago
Alexander Alekhin
0c490accae
imgcodecs(tiff): check TIFF tile size
...
oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13280
oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13283
6 years ago
Dmitry Kurtaev
4c2100e02c
Merge pull request #14266 from dkurt:fix_qrcode_decode_java
...
* Fix decode and detectAndDecode Java wrappers for QRCodeDetector
* revert changes in objdetect
* java: fix wrapping of std::string type
6 years ago
Alexander Alekhin
1b5a9c9718
Merge pull request #14256 from alalek:fix_docs_links_3.4
6 years ago
Alexander Alekhin
bd43e4f28b
Merge pull request #14251 from dkurt:dnn_tf_manage_switch
6 years ago
Dmitry Kurtaev
ec41a4897a
Remove Switch and Merge nodes from TensorFlow networks
6 years ago
Alexander Alekhin
473941c341
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
1fb93b62c0
Merge pull request #14249 from alalek:imgcodecs_tiff_update_3.4
6 years ago
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
6 years ago
mehlukas
ab21dc6d47
Merge pull request #14245 from mehlukas:3.4-fixtutorial
...
* improve thresholding tutorial, fix grammar issues and incorrections
* keep full list of simple thresholding types
6 years ago
BALACHANDAR S
aa167434e6
Merge pull request #14252 from balachandarsv:master-mac-openvino-support
...
* Mac support for op inference engine
Adding condition to check for mac and add corresponding libraries
* Adding mac support in test cases
6 years ago
Alexander Alekhin
ba5ddd6499
imgcodecs(tiff): sanitize tiff decoder
...
- more checks
- drop separate branches for 32FC1/32FC3(read) handling
- added for 32F/64F non-compressed
- added tests for 32FC3 (RAW + hdr SGILOG compression)
- added test 64FC1
- dump tiff errors on stderr
6 years ago
Alexander Alekhin
4001346a30
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
d8b8c3b145
Merge pull request #14233 from alalek:cmake_fix_license_install
6 years ago
Alexander Alekhin
ba6c2df15d
Merge pull request #14229 from alalek:ffmpeg_downloader_elevated_run
6 years ago
Alexander Alekhin
c300070b8a
Merge pull request #14241 from alalek:openvino_2019R1
6 years ago
103yiran
4bb6edf176
Merge pull request #14117 from 103yiran:103yiran-patch-dnn
...
* Postpone variable definitions
* dnn: reduce scope of 'Mat image' variable
6 years ago
Alexander Alekhin
cafa010389
dnn(test): skip tests
6 years ago
Alexander Alekhin
ee7255aac4
Merge pull request #14144 from alalek:issue_14143
6 years ago
Alexander Alekhin
8bc8a94645
dnn: update DNNTestOpenVINO.models tests
...
- models are moved out from OpenVINO package
- need to download them separatelly
6 years ago
Alexander Alekhin
8483801eab
dnn: use OpenVINO 2019R1 defines
6 years ago
Alexander Alekhin
5dc606097c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
d4a96b699e
Merge pull request #14234 from alalek:backport_14203
6 years ago
Alexander Alekhin
14843679af
Merge pull request #14217 from alalek:fix_world_gapi_tests
6 years ago
Alexander Alekhin
4fa4bef41d
cmake: fix licenses install rules
6 years ago
Alexander Alekhin
785a540ebd
Merge pull request #14175 from paroj:copyto
6 years ago
Alexander Alekhin
c4ec46c195
imgcodecs(sunras): avoid undefined shift
...
backporting of commit: f2803aba07
6 years ago
Alexander Alekhin
d2854448c2
Merge pull request #14203 from alalek:fix_ossfuzz_13292
6 years ago
Alexander Alekhin
69ff7a76d6
Merge pull request #14228 from dkurt:conv_1x1
6 years ago
Alexander Alekhin
3ca6a72457
Merge pull request #14222 from alalek:cmake_remove_test_include_dirs
6 years ago
Alexander Alekhin
7d2118e324
Merge pull request #14223 from alalek:backport_14201
6 years ago
Alexander Alekhin
97548b01c7
FFmpeg: try to download wrapper with elevated privileges
6 years ago
Dmitry Kurtaev
e3286c9055
Enable 1x1 convolution optimization
6 years ago
Alexander Alekhin
cd6d8048bb
gapi: fix tests build
6 years ago
Alexander Alekhin
3d7a3a51a7
cmake: don't add tests dirs as include directories
...
- use relative paths for includes
- fix PCH generation with GCC (dummy file has been used)
6 years ago
Alexander Alekhin
df1f62b34c
Merge pull request #14225 from zuoshaobo:my3.4
6 years ago
Alexander Alekhin
2f288f94e5
Merge pull request #14227 from dkurt:fix_build_with_ie
6 years ago
Alexander Alekhin
2a2d195240
cmake: don't add tests dirs as include directories
...
- use relative paths for includes
- fix PCH generation with GCC (dummy file has been used)
6 years ago
Dmitry Kurtaev
07655c2b4d
Fix build with IE > 2018R5
6 years ago
zuoshaobo
a34c02a001
add support for tf.add_n operation
6 years ago
Alexander Alekhin
b4e2c99346
Merge pull request #14201 from alalek:fix_ossfuzz_13295
6 years ago
Alexander Alekhin
33dde339fe
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago