Alexander Alekhin
|
aa6c66aa54
|
Merge pull request #14848 from alalek:build_warnings_avx512
|
2019-06-21 13:53:52 +00:00 |
|
Alexander Alekhin
|
6b32bd5f15
|
Merge pull request #14834 from alalek:videoio_gstreamer_issues
|
2019-06-21 13:38:34 +00:00 |
|
Alexander Alekhin
|
31a22c27fe
|
Merge pull request #14836 from alalek:static_analysis_issues_3.4
|
2019-06-21 10:26:09 +00:00 |
|
Cameron Martin
|
0ae053fdf8
|
js: Add findHomography js bindings.
Removed constants from legacy C api and switched out header with shorter version.
Removed blank line that was failing CI.
|
2019-06-21 13:13:53 +03:00 |
|
Alexander Alekhin
|
d8c5bd92ae
|
Merge pull request #14737 from Wenzhao-Xiang:master
|
2019-06-20 19:01:32 +00:00 |
|
Thang Tran
|
2a67375239
|
js: added fillPoly() and fillConvexPoly()
|
2019-06-20 19:56:23 +02:00 |
|
Alexander Alekhin
|
5ac55fc132
|
core: eliminate AVX512 build warnings
from MSVS2017 and GCC8 -O1 mode
|
2019-06-20 20:00:09 +03:00 |
|
Alexander Alekhin
|
13a782c039
|
test: fix usage of findDataFile()
misused 'optional' mode
|
2019-06-20 18:20:14 +03:00 |
|
Alexander Alekhin
|
8ab6efb8c0
|
videoio: refactor GStreamer backend
- exception safe smart pointers, fixed many memory leaks
- fixed errors handling
- fixed strings handling
- fixed file existence check
- fixed toFraction() implementation
- add 'drop=true' for v4l2 input
- avoid overriding custom pipelines sink's 'max-buffers' value
- updated valgrind supression rules
- added support for GStreamer native leaks tracking (via gst_deinit() call)
- repaired capturing through GStreamer0.10 (fixed CV_8UC1)
|
2019-06-20 17:48:18 +03:00 |
|
Alexander Alekhin
|
ab24325df3
|
videoio(test): avoid raw ptr in ffmpeg tests
causes leaks if FFmpeg is disabled through OPENCV_VIDEOIO_PRIORITY_FFMPEG=0
|
2019-06-20 17:48:18 +03:00 |
|
Alexander Alekhin
|
681e0323f2
|
core: backport toLowerCase()/toUpperCase()
|
2019-06-20 17:48:18 +03:00 |
|
Alexander Alekhin
|
baf372ad3d
|
videoio(test): add extra videoio tests
|
2019-06-20 17:48:18 +03:00 |
|
Alexander Alekhin
|
95d9cfb5c3
|
static analysis issues
|
2019-06-20 13:55:20 +03:00 |
|
Alexander Alekhin
|
264679a725
|
Merge pull request #14816 from gal0is:gal0is-branch
|
2019-06-17 13:54:53 +00:00 |
|
gal0is
|
bb7dc5f992
|
Solve the import issue in Python2.
|
2019-06-16 06:10:00 +08:00 |
|
Alexander Alekhin
|
1f519eea89
|
Merge pull request #14815 from alalek:valgrind_suppress_openexr_threadpool
|
2019-06-15 16:18:57 +00:00 |
|
Alexander Alekhin
|
b8c080de12
|
valgrind: suppress OpenEXR ThreadPool
|
2019-06-15 14:38:37 +00:00 |
|
Alexander Alekhin
|
b6e41ebf27
|
Merge pull request #14808 from alalek:issue_14807
|
2019-06-14 22:44:43 +00:00 |
|
Kang Yifei
|
ba0ed79635
|
Merge pull request #14800 from FanaticsKang:add_undistortPoint_test
Test request by #14583 (#14800)
* add test to show the undistort bug
* move test to calib3d
|
2019-06-14 22:57:21 +03:00 |
|
Alexander Alekhin
|
8ca4252303
|
Merge pull request #14583 from FanaticsKang:fix_undistortPoint_bug
|
2019-06-14 18:30:26 +00:00 |
|
Alexander Alekhin
|
b909df5531
|
Merge pull request #14747 from dkurt:fix_14683
|
2019-06-14 16:41:55 +00:00 |
|
Alexander Alekhin
|
3697ebef47
|
cmake: typo in hook name
|
2019-06-14 19:07:54 +03:00 |
|
Kang
|
549c53121a
|
fix the bug, when k[4] is negative, icdist may be negative at the edge of image.
|
2019-06-14 19:00:36 +03:00 |
|
Dmitry Kurtaev
|
dfdc91f8c9
|
dnn: fix MVN layer (issue 14683)
|
2019-06-14 18:38:05 +03:00 |
|
Dmitry Kurtaev
|
eba696a41e
|
Merge pull request #14792 from dkurt:dnn_ie_min_version_r5
* Remove Inference Engine 2018R3 and 2018R4
* Fix 2018R5
|
2019-06-14 18:17:02 +03:00 |
|
Alexander Alekhin
|
54a14c877c
|
Merge pull request #14794 from terfendail:wui512_interleavenames
|
2019-06-14 14:20:34 +00:00 |
|
Alexander Alekhin
|
fc0498b5bd
|
Merge pull request #14790 from alalek:update_ffmpeg_3.4
|
2019-06-14 13:40:59 +00:00 |
|
Vitaly Tuzov
|
a29e59a770
|
Rename parameters in AVX512 implementation of v_load_deinterleave and v_store_interleave
|
2019-06-14 14:16:30 +03:00 |
|
Alexander Alekhin
|
f9eab2de5e
|
Merge pull request #14673 from janstarzy:hidden-vis-with-java7
|
2019-06-13 17:59:39 +00:00 |
|
Jan Starzynski
|
e9ed7eb68d
|
make -fvisibility=hidden work with java 1.7
|
2019-06-13 17:39:10 +02:00 |
|
wenzhao
|
3f5c85e933
|
opencv.js: fix the loading issue of opencv.js(WASM) in face recognition
|
2019-06-13 11:26:27 +08:00 |
|
Alexander Alekhin
|
6aab6a251c
|
ffmpeg: update 3.4.6
libvpx: 1.8.0
|
2019-06-12 16:54:47 +00:00 |
|
Alexander Alekhin
|
1c661e7548
|
Merge pull request #14784 from alalek:backport_14779
|
2019-06-11 20:36:16 +00:00 |
|
Alexander Alekhin
|
a457fbdb58
|
Merge pull request #14783 from alalek:backport_14777
|
2019-06-11 20:12:01 +00:00 |
|
Vitaly Tuzov
|
d2aadabc5e
|
Merge pull request #14743 from terfendail:wui512_fixvswarn
Fix for MSVS2019 build warnings (#14743)
* AVX512 arch support for MSVS
* Fix for MSVS2019 build warnings: updated integral() AVX512 implementation
* Fix for MSVS2019 build warnings: reworked v_rotate_right AVX512 implementation
* fix indentation
|
2019-06-11 23:07:39 +03:00 |
|
Alexander Alekhin
|
f8791f072d
|
core: avoid function type cast, make happy UBSAN
backporting of commit: d3d13c41c4
|
2019-06-11 19:36:47 +00:00 |
|
Alexander Alekhin
|
db7f689728
|
imgcodecs(tiff): add more checks
backporting of commit: f6230ae019
|
2019-06-11 19:22:24 +00:00 |
|
Alexander Alekhin
|
b3e6c97d98
|
Merge pull request #14736 from mshabunin:minimal-python-3
|
2019-06-11 13:01:05 +00:00 |
|
Maksim Shabunin
|
10d61a2b44
|
Limited API support for Python3
|
2019-06-11 15:15:49 +03:00 |
|
Alexander Alekhin
|
878af7ada8
|
Merge pull request #14725 from alalek:update_openexr_2.3.0
3rdparty: update OpenEXR 2.3.0 (#14725)
* openexr 2.2.1
* openexr 2.3.0
* openexr: build fixes
* openexr: build dwa tables on-demand
|
2019-06-10 20:04:23 +03:00 |
|
Alexander Alekhin
|
d2f9cfcf81
|
Merge pull request #14760 from ChipKerchner:3.4
|
2019-06-09 17:43:02 +00:00 |
|
Alexander Alekhin
|
52644f067e
|
Merge pull request #14764 from alalek:core_intrin_drop_hasSIMD_checks
|
2019-06-09 17:11:45 +00:00 |
|
Alexander Alekhin
|
417ac94456
|
Merge pull request #14767 from alalek:imgcodecs_test_exr
|
2019-06-08 22:44:37 +00:00 |
|
Alexander Alekhin
|
02bfd20760
|
imgcodecs(test): add OpenEXR I/O test
|
2019-06-08 21:30:26 +00:00 |
|
Alexander Alekhin
|
6d916c5bb4
|
Merge pull request #14440 from alalek:async_array
|
2019-06-08 20:57:15 +00:00 |
|
Alexander Alekhin
|
1e9ad5476d
|
core(intrin): drop hasSIMD128 checks
- use compile-time checks instead (`#if CV_SIMD128`)
- runtime checks are useless
|
2019-06-08 19:20:20 +00:00 |
|
Lubov Batanina
|
5e80191d27
|
Merge pull request #14697 from l-bat:Slice_ONNX
* Support Slice layer in ONNX importer
* Add IE support
* Fix ONNX importer
* Fix Slice
|
2019-06-08 16:52:40 +03:00 |
|
Chip Kerchner Chip.Kerchner@ibm.com
|
058367f34c
|
Rewrite code in BGR2Gray functions so that auto vectorizer does a better job.
|
2019-06-07 11:48:05 -05:00 |
|
Alexander Alekhin
|
254f88f805
|
Merge pull request #14759 from alalek:java_gen_unicode
|
2019-06-07 16:02:12 +00:00 |
|
Alexander Alekhin
|
60fb1fde75
|
java: wrap StringIO() to support unicode strings
|
2019-06-07 17:05:58 +03:00 |
|