Rajkiran Natarajan [Sat, 9 Mar 2019 20:48:21 +0000 (15:48 -0500)]
issue-13921: Support setting compression setting for writing tiff images
Alexander Alekhin [Wed, 6 Mar 2019 20:47:03 +0000 (20:47 +0000)]
Merge pull request #13988 from raymanfx:gstreamer
Christopher N. Hesse [Wed, 6 Mar 2019 16:14:59 +0000 (17:14 +0100)]
videoio: gst: Fix gst assertion on null msg
According to the gstreamer docs [1], the GstMessage pointer returned by
gst_bus_pop() is nullable, meaning NULL is a valid return value.
Previously, gst_is_missing_plugin_message would throw an assert when its
message object parameter would fail the GST_IS_MESSAGE macro check,
crashing the entire process (unless running in a try-catch block of course).
Instead of relying on valid messages, check if the message object itself is
valid before passing it to other gstreamer functions.
[1] https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBus.html#gst-bus-pop
Signed-off-by: Christopher N. Hesse <raymanfx@gmail.com>
Alexander Alekhin [Tue, 5 Mar 2019 16:02:38 +0000 (16:02 +0000)]
Merge pull request #13880 from catree:add_hand_eye_calibration
Alexander Alekhin [Tue, 5 Mar 2019 15:59:21 +0000 (15:59 +0000)]
Merge pull request #13980 from terfendail:bresize3_fix
Alexander Alekhin [Tue, 5 Mar 2019 15:00:55 +0000 (15:00 +0000)]
Merge pull request #13962 from Christianwidjaya:master
Alexander Alekhin [Tue, 5 Mar 2019 14:59:18 +0000 (14:59 +0000)]
Merge pull request #13953 from saskatchewancatch:patch-1
Alexander Alekhin [Tue, 5 Mar 2019 14:57:50 +0000 (14:57 +0000)]
Merge pull request #13974 from alalek:fix_build_warnings
Vitaly Tuzov [Tue, 5 Mar 2019 14:21:21 +0000 (17:21 +0300)]
Fixed out of bound reading in LINEAR_EXACT resize for 8UC3
catree [Wed, 20 Feb 2019 17:08:43 +0000 (18:08 +0100)]
Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis).
Alexander Alekhin [Tue, 5 Mar 2019 12:46:08 +0000 (12:46 +0000)]
Merge pull request #13967 from alalek:backport_android_build_py
Alexander Alekhin [Tue, 5 Mar 2019 12:45:21 +0000 (12:45 +0000)]
Merge pull request #13945 from alalek:backport_bindings_generator
Alexander Alekhin [Tue, 5 Mar 2019 11:47:04 +0000 (14:47 +0300)]
build: fix warnings
RAJKIRAN NATARAJAN [Sat, 2 Mar 2019 20:19:00 +0000 (15:19 -0500)]
Need -DBUILD_DOCS CMake flag to build docs
Must have that flag. Otherwise following "doxygen overview" tutorial won't work.
Alexander Alekhin [Tue, 5 Mar 2019 10:38:47 +0000 (13:38 +0300)]
cmake: support MSVS 2019
Alexander Alekhin [Tue, 5 Mar 2019 10:28:59 +0000 (10:28 +0000)]
Merge pull request #13969 from alalek:issue_13929
Alexander Alekhin [Mon, 4 Mar 2019 15:45:01 +0000 (18:45 +0300)]
videoio(v4l): fix build due missing defines
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH
Alexander Alekhin [Mon, 4 Mar 2019 12:23:14 +0000 (15:23 +0300)]
android: backport build_sdk.py
Alexander Alekhin [Sun, 3 Mar 2019 18:44:28 +0000 (18:44 +0000)]
Merge pull request #13958 from nglee:dev_FixCuda101BuildIssue
Namgoo Lee [Sun, 3 Mar 2019 16:40:43 +0000 (16:40 +0000)]
CUDA 10.1 Build Issue Fix
Alexander Alekhin [Sat, 2 Mar 2019 20:09:07 +0000 (20:09 +0000)]
Merge pull request #13951 from alalek:dnn_fix_logging_verbose
Alexander Alekhin [Sat, 2 Mar 2019 14:49:21 +0000 (14:49 +0000)]
dnn: fix usage of CV_LOG_VERBOSE macro
Alexander Alekhin [Fri, 1 Mar 2019 21:32:03 +0000 (21:32 +0000)]
java: avoid enum values with references on other enums
declaration order is not fixed
Error message:
Core.java:97: error: illegal forward reference
Hamming_normType = NORM_HAMMING,
Alexander Alekhin [Fri, 1 Mar 2019 21:16:29 +0000 (21:16 +0000)]
Merge pull request #13942 from alalek:imgproc_lsd
Alexander Alekhin [Fri, 1 Mar 2019 20:52:35 +0000 (20:52 +0000)]
python: support Python list for cv::Range
Alexander Alekhin [Fri, 1 Mar 2019 15:45:33 +0000 (18:45 +0300)]
bindings: backport generator from OpenCV 4.x
- better handling of enum arguments
- less merge conflicts
Alexander Alekhin [Fri, 1 Mar 2019 19:32:36 +0000 (19:32 +0000)]
Merge pull request #13940 from alalek:fix_13914
Alexander Alekhin [Fri, 1 Mar 2019 13:18:49 +0000 (16:18 +0300)]
imgproc: removed LSD code due original code license conflict
Alexander Alekhin [Fri, 1 Mar 2019 10:52:41 +0000 (10:52 +0000)]
Merge pull request #13935 from seiko2plus:issue13934
Alexander Alekhin [Fri, 1 Mar 2019 10:47:45 +0000 (13:47 +0300)]
ml: handle sigmoid NaN result (should be Inf)
- added more debug checks
Sayed Adel [Fri, 1 Mar 2019 00:48:38 +0000 (00:48 +0000)]
core:vsx Fix narrowing warning on vector splats
Alexander Alekhin [Thu, 28 Feb 2019 14:53:42 +0000 (14:53 +0000)]
Merge pull request #13905 from terfendail:pyr_wintr2
Alexander Alekhin [Thu, 28 Feb 2019 14:29:31 +0000 (14:29 +0000)]
Merge pull request #13931 from berak:core_fix_mat_max_mult
berak [Thu, 28 Feb 2019 10:28:38 +0000 (11:28 +0100)]
core: fix mat matx multiplication
Alexander Alekhin [Thu, 28 Feb 2019 12:21:03 +0000 (12:21 +0000)]
Merge pull request #13925 from alalek:core_disable_io_perf_test
Vitaly Tuzov [Thu, 11 Oct 2018 17:00:12 +0000 (20:00 +0300)]
Horizontal line processing for pyrDown() reworked using wide universal intrinsics.
Alexander Alekhin [Wed, 27 Feb 2019 16:32:40 +0000 (16:32 +0000)]
Merge pull request #13904 from cftang0827:dnn_tf_text_graph_common_bug
Alexander Alekhin [Wed, 27 Feb 2019 15:04:00 +0000 (18:04 +0300)]
core: disable I/O perf test
- can be enable separately if needed
- not stable (due storage I/O processing)
Alexander Alekhin [Tue, 26 Feb 2019 10:35:32 +0000 (10:35 +0000)]
Merge pull request #13901 from reunanen:update_libjpeg-turbo
Alexander Alekhin [Tue, 26 Feb 2019 10:19:17 +0000 (10:19 +0000)]
Merge pull request #13840 from jaewoosong:jaewoosong-patch-1
Alexander Alekhin [Tue, 26 Feb 2019 10:17:06 +0000 (10:17 +0000)]
Merge pull request #13892 from dkurt:onnx_upsample_unsqueeze
Maksim Shabunin [Tue, 26 Feb 2019 10:15:59 +0000 (13:15 +0300)]
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
Alexander Alekhin [Mon, 25 Feb 2019 15:50:15 +0000 (18:50 +0300)]
3rdparty: update libjpeg-turbo/CMakeLists.txt
Juha Reunanen [Sat, 23 Feb 2019 16:30:49 +0000 (18:30 +0200)]
Update libjpeg-turbo from 1.5.3 to 2.0.2
Alexander Alekhin [Tue, 26 Feb 2019 09:28:36 +0000 (09:28 +0000)]
Merge pull request #13912 from alalek:cmake_workaround_trycompile_ios
Jaewoo Song [Fri, 15 Feb 2019 09:10:38 +0000 (17:10 +0800)]
Making JavaCamera2View behaves in the same way as JavaCameraView
Alexander Alekhin [Mon, 25 Feb 2019 21:33:21 +0000 (21:33 +0000)]
cmake: workaround iOS try_compile(COPY_FILE) bug
cftang [Mon, 25 Feb 2019 17:20:54 +0000 (01:20 +0800)]
fix tf_text_graph_common tensor_content type bug
Alexander Alekhin [Mon, 25 Feb 2019 16:11:38 +0000 (16:11 +0000)]
Merge pull request #13903 from nglee:dev_CudevRework
Alexander Alekhin [Mon, 25 Feb 2019 16:09:57 +0000 (16:09 +0000)]
Merge pull request #13906 from dkurt:fix_tf_ssd_min_size
Alexander Alekhin [Mon, 25 Feb 2019 14:26:22 +0000 (14:26 +0000)]
Merge pull request #13887 from dkurt:dnn_ie_lrn_bug
Alexander Alekhin [Mon, 25 Feb 2019 13:54:10 +0000 (13:54 +0000)]
Merge pull request #13900 from alalek:core_dispatch_merge
Dmitry Kurtaev [Mon, 25 Feb 2019 09:43:42 +0000 (12:43 +0300)]
Fix priors boxes generation in case of non square inputs for TensorFlow SSDs
Namgoo Lee [Sat, 23 Feb 2019 04:54:48 +0000 (04:54 +0000)]
cudev - Rework some code
- Use shfl_down, instead of __shfl_down, on warp scan
- Remove race conditions
Alexander Alekhin [Fri, 22 Feb 2019 11:17:18 +0000 (11:17 +0000)]
core: dispatch merge.cpp
Alexander Alekhin [Sat, 23 Feb 2019 15:41:39 +0000 (15:41 +0000)]
core: keep history of merge.cpp
Alexander Alekhin [Fri, 22 Feb 2019 11:10:29 +0000 (11:10 +0000)]
core: clone merge.simd.hpp
Alexander Alekhin [Fri, 22 Feb 2019 11:09:53 +0000 (11:09 +0000)]
core: clone merge.dispatch.cpp
Alexander Alekhin [Sat, 23 Feb 2019 15:39:54 +0000 (15:39 +0000)]
Merge pull request #13893 from alalek:core_dispatch_split
AKAMath [Fri, 22 Feb 2019 15:36:40 +0000 (21:06 +0530)]
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.
Alexander Alekhin [Fri, 22 Feb 2019 11:33:42 +0000 (11:33 +0000)]
Merge pull request #13877 from LaurentBerger:pythonvideo
Alexander Alekhin [Fri, 22 Feb 2019 11:21:43 +0000 (11:21 +0000)]
Merge pull request #13884 from dkurt:dnn_drop_ie_r1_r2
Alexander Alekhin [Fri, 22 Feb 2019 09:35:32 +0000 (09:35 +0000)]
core: dispatch split.cpp
Alexander Alekhin [Fri, 22 Feb 2019 09:18:51 +0000 (09:18 +0000)]
core: keep history of split.cpp
Alexander Alekhin [Fri, 22 Feb 2019 09:18:27 +0000 (09:18 +0000)]
core: clone split.simd.hpp
Alexander Alekhin [Fri, 22 Feb 2019 09:17:51 +0000 (09:17 +0000)]
core: clone split.dispatch.cpp
Dmitry Kurtaev [Thu, 21 Feb 2019 16:48:46 +0000 (19:48 +0300)]
Import Upsample and Unsqueeze from ONNX
Dmitry Kurtaev [Thu, 21 Feb 2019 08:42:55 +0000 (11:42 +0300)]
Add extra limitations for LRN from Inference Engine backend
LaurentBerger [Wed, 20 Feb 2019 13:38:57 +0000 (14:38 +0100)]
Check return value in python tutorial
Alexander Alekhin [Thu, 21 Feb 2019 09:38:26 +0000 (09:38 +0000)]
Merge pull request #13882 from dkurt:fix_13479
Alexander Alekhin [Thu, 21 Feb 2019 09:36:44 +0000 (09:36 +0000)]
Merge pull request #13874 from dkurt:dnn_default_conf_thresh
Dmitry Kurtaev [Thu, 21 Feb 2019 06:32:26 +0000 (09:32 +0300)]
Make Inference Engine R3 as a minimal supported version
Dmitry Kurtaev [Thu, 21 Feb 2019 05:54:35 +0000 (08:54 +0300)]
Add a test for grouped deconvolution from ONNX
Ayush Pandey [Thu, 21 Feb 2019 05:36:16 +0000 (08:36 +0300)]
Fix Issue #13479
Alexander Alekhin [Wed, 20 Feb 2019 12:27:16 +0000 (12:27 +0000)]
Merge pull request #13844 from brad-kelly:integral_avx512_cn234
Alexander Alekhin [Wed, 20 Feb 2019 11:50:21 +0000 (11:50 +0000)]
Merge pull request #13866 from alalek:core_dispatch_mean
Vitaly Tuzov [Wed, 20 Feb 2019 11:30:28 +0000 (14:30 +0300)]
Merge pull request #13781 from terfendail:warp_wintr
Resize reworked using wide universal intrinsics (#13781)
* Added wide universal intrinsics optimized implementation for 3 channel bit-exact linear resize
* Reworked linear resize using new wide LUT intrinsics
* Fix for VSX intrinsics
Dmitry Kurtaev [Wed, 20 Feb 2019 10:09:09 +0000 (13:09 +0300)]
Replace default confidence threshold for dnn detections from -FLT_MAX to 0
Brad Kelly [Thu, 17 Jan 2019 18:56:41 +0000 (10:56 -0800)]
Implementing AVX512 Support for 2 and 4 channel mats for CV_64F format
Alexander Alekhin [Tue, 19 Feb 2019 14:19:36 +0000 (14:19 +0000)]
Merge pull request #13841 from dkurt:dnn_ie_future_3
Alexander Alekhin [Tue, 19 Feb 2019 14:03:54 +0000 (14:03 +0000)]
Merge pull request #13865 from lsr0:flann_cudacc
Alexander Alekhin [Tue, 19 Feb 2019 13:58:32 +0000 (16:58 +0300)]
core: dispatch mean.cpp
Alexander Alekhin [Tue, 19 Feb 2019 13:46:46 +0000 (16:46 +0300)]
core: keep history of mean.cpp
Alexander Alekhin [Tue, 19 Feb 2019 13:46:28 +0000 (16:46 +0300)]
core: clone mean.dispatch.cpp
Alexander Alekhin [Tue, 19 Feb 2019 13:45:42 +0000 (16:45 +0300)]
core: clone mean.simd.hpp
Lindsay Roberts [Tue, 19 Feb 2019 12:42:15 +0000 (14:42 +0200)]
Fix Flann compilation under nvcc + NEON
All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an
ifndef __CUDACC__ to prevent attempting to use neon intrinsics when
compiling cuda kernels (.cu) -- this prevents hard errors such as
error: identifier "__builtin_neon_qi" is undefined
Add this same protection to flann/dist.h to fix compilation involving
flann.hpp.
Alexander Alekhin [Tue, 19 Feb 2019 10:34:30 +0000 (10:34 +0000)]
Merge pull request #13857 from LaurentBerger:bug13853
Dmitry Kurtaev [Thu, 14 Feb 2019 10:30:30 +0000 (13:30 +0300)]
Fix IE backend considering future changes.
LaurentBerger [Mon, 18 Feb 2019 16:15:05 +0000 (17:15 +0100)]
Solves bug 13853
Alexander Alekhin [Mon, 18 Feb 2019 14:50:03 +0000 (14:50 +0000)]
Merge pull request #13850 from nglee:dev_FixCudaStereoBMHangRace
Alexander Alekhin [Mon, 18 Feb 2019 14:39:10 +0000 (14:39 +0000)]
Merge pull request #13835 from catree:real_time_pose_tutorial_keypoints_matching
Alexander Alekhin [Mon, 18 Feb 2019 13:38:44 +0000 (13:38 +0000)]
Merge pull request #13833 from alalek:core_dispatch_matmul
catree [Thu, 14 Feb 2019 17:50:01 +0000 (18:50 +0100)]
Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code.
Alexander Alekhin [Thu, 14 Feb 2019 13:00:17 +0000 (16:00 +0300)]
core: dispatch matmul
- gemm: keep baseline only (lapack is 10x+ faster, lets reduce binary size)
- transform / distTransform
- scaleAdd (32f/64f only)
- Mahalanobis: keep baseline only (no perf tests)
- mulTransposed: keep baseline only (no perf tests)
- dot
Namgoo Lee [Mon, 18 Feb 2019 03:10:05 +0000 (03:10 +0000)]
cuda::StereoBM - fix hanging and racing issue
- Fix hanging issue on 2080 Ti
- Fix racing issue
Alexander Alekhin [Fri, 15 Feb 2019 13:54:24 +0000 (13:54 +0000)]
Merge pull request #13774 from l-bat:fix-IE-tests
Alexander Alekhin [Thu, 14 Feb 2019 16:07:41 +0000 (19:07 +0300)]
core: keep history of matmul.cpp
Alexander Alekhin [Thu, 14 Feb 2019 12:10:11 +0000 (15:10 +0300)]
core: clone matmul.dispatch.cpp
Alexander Alekhin [Thu, 14 Feb 2019 12:09:28 +0000 (15:09 +0300)]
core: clone matmul.simd.hpp
Alexander Alekhin [Thu, 14 Feb 2019 15:52:20 +0000 (15:52 +0000)]
Merge pull request #13823 from alalek:core_dispatch_countNonZero