Alexander Alekhin
b46fa2e556
Merge pull request #13970 from alalek:videoio_plugins_update
2019-03-05 11:48:39 +00:00
Alexander Alekhin
25a9a32f8e
videoio: plugins, add strict checks
2019-03-05 13:22:52 +03:00
Alexander Alekhin
11fd9e5fdc
videoio: revert registry chages, update cap.cpp
2019-03-04 21:37:20 +00:00
Alexander Alekhin
403f11fdbf
videoio: update plugin API
2019-03-04 21:36:22 +00:00
Alexander Alekhin
b4cba524d3
videoio: move backend.cpp -> backend_plugin.cpp
2019-03-04 20:06:19 +00:00
Alexander Alekhin
746cd1e1e6
Merge pull request #13949 from alalek:videoio_plugins_target
2019-03-04 19:25:11 +00:00
x3lif
19cf511895
Merge pull request #13910 from x3lif:Issue_13908
...
* Fix Issue 13908
Allocate the matrix _Jo only when the solver needs it (ie when solver.state == CvLevMarq::CALC_J)
* Fix calib3D unit test
Fix _Jo allocation when stddev is not empty
* Removing trailing whitespaces
* scope _dp* variables
* fix whitespaces
2019-03-04 19:34:10 +03:00
Giles Payne
7444f0c651
Merge pull request #13939 from komakai:android-build-improvements
...
* Android build improvements
* look for NDK in "ndk-bundle" directory under the SDK directory if location not specified
* look for cmake and ninja in "cmake" directory under the SDK directory if not found in the path
* disable use of ccache if not found in the path
* Redo build tool existence checks
2019-03-04 15:19:29 +03:00
Alexander Alekhin
dd37c10d4a
Merge pull request #13922 from smirnov-alexey:gapi_fix_nv12_asserts
2019-03-04 11:36:53 +00:00
Alexander Alekhin
dd262b7087
Merge pull request #13960 from nglee:dev_FixWindowsBuildIssue
2019-03-04 11:18:20 +00:00
Namgoo Lee
65e76adeda
Windows Build Issue Fix
2019-03-04 09:52:50 +09:00
JoeHowse
c0d41f05d6
Merge pull request #13947 from JoeHowse:4.0.1-patches
...
* core, stitching: revise syntax to support Visual C++ 2013
* stitching: revise syntax again to support Visual C++ 2013 and other compilers
* stitching: minor update to clarify changes
2019-03-02 19:00:32 +03:00
Alexander Alekhin
9a6f2630b2
cmake: +opencv_videoio_plugins virtual target
...
- support comma-separated list in VIDEOIO_PLUGIN_LIST
- opencv tests/samples depend on plugins virtual target
2019-03-02 09:19:08 +00:00
smirnov-alexey
939ea4ba30
Remove incorrect asserts in NV12 to RGB/BGR kernels
2019-03-01 13:31:16 +03:00
Alexander Alekhin
c3cf35ab63
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-26 17:34:42 +03:00
Alexander Alekhin
4188e8aaf9
Merge pull request #13677 from mshabunin:video_plugins
2019-02-26 11:36:25 +00:00
Maksim Shabunin
9702987209
Framework for dynamic videoio backends, FFmpeg and GStreamer plugins
2019-02-26 13:50:30 +03:00
Alexander Alekhin
dd696066b5
Merge pull request #13901 from reunanen:update_libjpeg-turbo
2019-02-26 10:35:32 +00:00
Alexander Alekhin
1bf1694506
Merge pull request #13840 from jaewoosong:jaewoosong-patch-1
2019-02-26 10:19:17 +00:00
Alexander Alekhin
865c29a754
Merge pull request #13892 from dkurt:onnx_upsample_unsqueeze
2019-02-26 10:17:07 +00:00
Maksim Shabunin
8c1e0537ec
Merge pull request #13889 from mshabunin:enable-narrowing-warning
...
* Enabled -Wnarrowing warning
* Fixed type narrowing issues
* Cast python constants
* Use long long for python constants
* Use int for python constants with fallback to long
* Update cv2.cpp
2019-02-26 13:15:59 +03:00
Alexander Alekhin
d5a3ad5b64
3rdparty: update libjpeg-turbo/CMakeLists.txt
2019-02-26 12:30:46 +03:00
Juha Reunanen
30cf5e0164
Update libjpeg-turbo from 1.5.3 to 2.0.2
2019-02-26 12:30:46 +03:00
Alexander Alekhin
5421d0866b
Merge pull request #13912 from alalek:cmake_workaround_trycompile_ios
2019-02-26 09:28:36 +00:00
Jaewoo Song
225bdc21c0
Making JavaCamera2View behaves in the same way as JavaCameraView
2019-02-26 14:18:29 +08:00
Alexander Alekhin
a065c10bcb
cmake: workaround iOS try_compile(COPY_FILE) bug
2019-02-25 21:35:46 +00:00
Alexander Alekhin
4cf321f3f8
Merge pull request #13903 from nglee:dev_CudevRework
2019-02-25 16:11:38 +00:00
Alexander Alekhin
0aa0f2ada2
Merge pull request #13906 from dkurt:fix_tf_ssd_min_size
2019-02-25 16:09:57 +00:00
Alexander Alekhin
f6d3adcf3d
Merge pull request #13887 from dkurt:dnn_ie_lrn_bug
2019-02-25 14:26:22 +00:00
Alexander Alekhin
e11213dcef
Merge pull request #13900 from alalek:core_dispatch_merge
2019-02-25 13:54:10 +00:00
Dmitry Kurtaev
fe7c93cc05
Fix priors boxes generation in case of non square inputs for TensorFlow SSDs
2019-02-25 12:43:42 +03:00
Namgoo Lee
2b6be3cb0f
cudev - Rework some code
...
- Use shfl_down, instead of __shfl_down, on warp scan
- Remove race conditions
2019-02-25 13:46:32 +09:00
Alexander Alekhin
fd49ee5f39
core: dispatch merge.cpp
2019-02-23 15:42:26 +00:00
Alexander Alekhin
93a36b0df1
core: keep history of merge.cpp
2019-02-23 15:41:39 +00:00
Alexander Alekhin
4e12febe90
core: clone merge.simd.hpp
2019-02-23 15:41:33 +00:00
Alexander Alekhin
6eabe6bc14
core: clone merge.dispatch.cpp
2019-02-23 15:41:33 +00:00
Alexander Alekhin
3bc9912f6e
Merge pull request #13893 from alalek:core_dispatch_split
2019-02-23 15:39:54 +00:00
AKAMath
4c94804bb0
Merge pull request #13837 from amithjkamath:test
...
New computeECC function, and updated findTransformECC function to make gaussian filtering optional (#13837 )
* fix for https://github.com/opencv/opencv/issues/12432 with doc and tests
* Added doc string for new parameter.
* Fixes suggested by Alalek for getting around ABI incompatibility.
* Update to docstring, to remove parameter that isn't relevant.
* More updates based on Alalek's usggestions.
2019-02-22 18:36:40 +03:00
Alexander Alekhin
682e03bdb2
Merge pull request #13877 from LaurentBerger:pythonvideo
2019-02-22 11:33:42 +00:00
Alexander Alekhin
ca4fd1e427
Merge pull request #13884 from dkurt:dnn_drop_ie_r1_r2
2019-02-22 11:21:43 +00:00
Alexander Alekhin
91d152e2c2
core: dispatch split.cpp
2019-02-22 09:54:31 +00:00
Alexander Alekhin
1d8b30bf4f
core: keep history of split.cpp
2019-02-22 09:18:51 +00:00
Alexander Alekhin
0311770e8b
core: clone split.simd.hpp
2019-02-22 09:18:27 +00:00
Alexander Alekhin
82cd2f8c93
core: clone split.dispatch.cpp
2019-02-22 09:17:51 +00:00
Dmitry Kurtaev
20400aa9f7
Import Upsample and Unsqueeze from ONNX
2019-02-21 20:17:28 +03:00
Dmitry Kurtaev
4cbd09c41c
Add extra limitations for LRN from Inference Engine backend
2019-02-21 14:20:24 +03:00
LaurentBerger
4ebb617000
Check return value in python tutorial
2019-02-21 11:02:12 +01:00
Alexander Alekhin
0e70363f4a
Merge pull request #13882 from dkurt:fix_13479
2019-02-21 09:38:26 +00:00
Alexander Alekhin
7baa5efbe4
Merge pull request #13874 from dkurt:dnn_default_conf_thresh
2019-02-21 09:36:44 +00:00
Dmitry Kurtaev
ed710eaa1c
Make Inference Engine R3 as a minimal supported version
2019-02-21 09:32:26 +03:00