platform/upstream/opencv.git
6 years agonext: drop CV_CXX11 conditions
Alexander Alekhin [Thu, 22 Mar 2018 11:51:39 +0000 (14:51 +0300)]
next: drop CV_CXX11 conditions

define itself is still here for compatibility

6 years agonext: drop DISABLE_OPENCV_24_COMPATIBILITY
Alexander Alekhin [Thu, 22 Mar 2018 11:41:15 +0000 (14:41 +0300)]
next: drop DISABLE_OPENCV_24_COMPATIBILITY

6 years agonext: OPENCV_ABI_COMPATIBILITY
Alexander Alekhin [Thu, 22 Mar 2018 11:38:53 +0000 (14:38 +0300)]
next: OPENCV_ABI_COMPATIBILITY

drop change:
    template<typename _Tp2> operator Vec<_Tp2, 3>() const;
because it break builds due ambiguous errors

6 years agonext: version.hpp
Alexander Alekhin [Thu, 22 Mar 2018 09:21:53 +0000 (12:21 +0300)]
next: version.hpp

6 years agoMerge pull request #11282 from alalek:fix_msvs_build_issues
Alexander Alekhin [Tue, 10 Apr 2018 14:36:51 +0000 (14:36 +0000)]
Merge pull request #11282 from alalek:fix_msvs_build_issues

6 years agoMerge pull request #11280 from alalek:fix_cmake_warning_ninja_pylintrc
Alexander Alekhin [Tue, 10 Apr 2018 14:36:12 +0000 (14:36 +0000)]
Merge pull request #11280 from alalek:fix_cmake_warning_ninja_pylintrc

6 years agoMerge pull request #11276 from alalek:install_pdb
Alexander Alekhin [Tue, 10 Apr 2018 14:35:32 +0000 (14:35 +0000)]
Merge pull request #11276 from alalek:install_pdb

6 years agobuild: fix MSVS build problems
Alexander Alekhin [Tue, 10 Apr 2018 11:42:49 +0000 (14:42 +0300)]
build: fix MSVS build problems

with 'CL=/permissive-'

6 years agoMerge pull request #11275 from alalek:issue_11274
Alexander Alekhin [Tue, 10 Apr 2018 11:28:20 +0000 (11:28 +0000)]
Merge pull request #11275 from alalek:issue_11274

6 years agocmake: fix Ninja generator warning about pylintrc
Alexander Alekhin [Tue, 10 Apr 2018 09:23:10 +0000 (12:23 +0300)]
cmake: fix Ninja generator warning about pylintrc

CMake generated files is a part of target depends list.
Details: `cmake --help-policy CMP0058`

6 years agoMerge pull request #11279 from shimat:fix_LSD_test
Alexander Alekhin [Tue, 10 Apr 2018 08:48:53 +0000 (08:48 +0000)]
Merge pull request #11279 from shimat:fix_LSD_test

6 years agofix LSD test (wrong detector kind)
shimat [Tue, 10 Apr 2018 02:38:35 +0000 (11:38 +0900)]
fix LSD test (wrong detector kind)

6 years agoMerge pull request #11130 from allnes:gst_test_pipeline
Alexander Alekhin [Mon, 9 Apr 2018 18:21:11 +0000 (18:21 +0000)]
Merge pull request #11130 from allnes:gst_test_pipeline

6 years agoAdded tests for gstreamer pipeline
Alexander Nesterov [Wed, 21 Mar 2018 15:01:47 +0000 (18:01 +0300)]
Added tests for gstreamer pipeline

6 years agoMerge pull request #11253 from mshabunin:decrease-tbb-dependency
Alexander Alekhin [Mon, 9 Apr 2018 16:03:34 +0000 (16:03 +0000)]
Merge pull request #11253 from mshabunin:decrease-tbb-dependency

6 years agoMerge pull request #11271 from alalek:tbb_build_warning
Alexander Alekhin [Mon, 9 Apr 2018 15:53:26 +0000 (15:53 +0000)]
Merge pull request #11271 from alalek:tbb_build_warning

6 years agocmake: update PDB installation
Alexander Alekhin [Mon, 9 Apr 2018 13:21:27 +0000 (16:21 +0300)]
cmake: update PDB installation

6 years agocore: fix mm_pause() for non-SSE i386 builds
Alexander Alekhin [Mon, 9 Apr 2018 15:25:51 +0000 (18:25 +0300)]
core: fix mm_pause() for non-SSE i386 builds

replaced to safe binary compatible 'rep; nop' asm instruction

6 years agoMerge pull request #11170 from alalek:test_fixed_type
Vadim Pisarevsky [Mon, 9 Apr 2018 14:53:43 +0000 (14:53 +0000)]
Merge pull request #11170 from alalek:test_fixed_type

6 years agoV4L Buffer: Support CV_CAP_PROP_BUFFERSIZE in cap_v4l (#11047)
tlanclos [Mon, 9 Apr 2018 14:34:00 +0000 (09:34 -0500)]
V4L Buffer: Support CV_CAP_PROP_BUFFERSIZE in cap_v4l (#11047)

6 years agoLSD: support vector<Vec4i> lines (#11042)
shimat [Mon, 9 Apr 2018 14:31:56 +0000 (23:31 +0900)]
LSD: support vector<Vec4i> lines (#11042)

* add LSD supportsVec4iResult

* LineSegmentDetector.drawSegments: support vector<Vec4i>

* test_lsd.cpp: replace detect()

* test_lsd.cpp: add compareSegments tests

* lsd.cpp: LSD.compareSegments support Vec4i

* test_lsd.cpp: fix trailing whitespace

6 years agoMerge pull request #11231 from saskatchewancatch:tiff-dpi-feature
Vadim Pisarevsky [Mon, 9 Apr 2018 13:28:08 +0000 (13:28 +0000)]
Merge pull request #11231 from saskatchewancatch:tiff-dpi-feature

6 years agoMerge pull request #11251 from mshabunin:add-runtime-version
Vadim Pisarevsky [Mon, 9 Apr 2018 13:24:29 +0000 (13:24 +0000)]
Merge pull request #11251 from mshabunin:add-runtime-version

6 years agoAdd CPU default extensions loading in IE dnn backend (#11252)
Vladislav Sovrasov [Mon, 9 Apr 2018 13:22:19 +0000 (16:22 +0300)]
Add CPU default extensions loading in IE dnn backend (#11252)

* Add CPU default extensions loading in IE dnn backend

* Load cpu_extensions for the future Intel's Inference Engine

6 years agoMerge pull request #11264 from K-Shinotsuka:issue39
Vadim Pisarevsky [Mon, 9 Apr 2018 13:20:48 +0000 (13:20 +0000)]
Merge pull request #11264 from K-Shinotsuka:issue39

6 years agoMerge pull request #11270 from alalek:parallel_for_exception_fix_android
Vadim Pisarevsky [Mon, 9 Apr 2018 13:18:38 +0000 (13:18 +0000)]
Merge pull request #11270 from alalek:parallel_for_exception_fix_android

6 years agoMerge pull request #11272 from alalek:gdal_test_exclude_rle8
Vadim Pisarevsky [Mon, 9 Apr 2018 13:17:14 +0000 (13:17 +0000)]
Merge pull request #11272 from alalek:gdal_test_exclude_rle8

6 years agoimgcodecs: exclude rle8.bmp from GDAL tests
Alexander Alekhin [Mon, 9 Apr 2018 10:18:33 +0000 (13:18 +0300)]
imgcodecs: exclude rle8.bmp from GDAL tests

GDAL message:
- ERROR 1: The BMP file is probably corrupted or too large. Image width = 480

6 years agotbb: fix build warnings -Wshadow
Alexander Alekhin [Mon, 9 Apr 2018 09:52:14 +0000 (12:52 +0300)]
tbb: fix build warnings -Wshadow

6 years agoandroid: std::exception_ptr is not available on some platforms (even with enabled...
Alexander Alekhin [Mon, 9 Apr 2018 09:29:06 +0000 (12:29 +0300)]
android: std::exception_ptr is not available on some platforms (even with enabled C++11)

6 years agoMerge pull request #11208 from terfendail:seamless_1
Vadim Pisarevsky [Mon, 9 Apr 2018 09:52:28 +0000 (09:52 +0000)]
Merge pull request #11208 from terfendail:seamless_1

6 years agoMerge pull request #11243 from alalek:with_cuda_default_off
Vadim Pisarevsky [Mon, 9 Apr 2018 09:46:34 +0000 (09:46 +0000)]
Merge pull request #11243 from alalek:with_cuda_default_off

6 years agoMerge pull request #11244 from alalek:cuda_samples_drop_performance
Vadim Pisarevsky [Mon, 9 Apr 2018 09:44:29 +0000 (09:44 +0000)]
Merge pull request #11244 from alalek:cuda_samples_drop_performance

6 years agoMerge pull request #11245 from alalek:cuda_samples_drop_low_level_api
Vadim Pisarevsky [Mon, 9 Apr 2018 09:41:47 +0000 (09:41 +0000)]
Merge pull request #11245 from alalek:cuda_samples_drop_low_level_api

6 years agoMerge pull request #11247 from lopespt:fix_issue_10506
Vadim Pisarevsky [Mon, 9 Apr 2018 09:39:16 +0000 (09:39 +0000)]
Merge pull request #11247 from lopespt:fix_issue_10506

6 years agoMerge pull request #11254 from terfendail:msmf_sourcereader
Vadim Pisarevsky [Mon, 9 Apr 2018 09:34:15 +0000 (09:34 +0000)]
Merge pull request #11254 from terfendail:msmf_sourcereader

6 years agoMerge pull request #11262 from alalek:fix_houghCircles_sync
Vadim Pisarevsky [Mon, 9 Apr 2018 09:32:37 +0000 (09:32 +0000)]
Merge pull request #11262 from alalek:fix_houghCircles_sync

6 years agoAdded interface to check library version during runtime
Maksim Shabunin [Fri, 6 Apr 2018 10:13:53 +0000 (13:13 +0300)]
Added interface to check library version during runtime

6 years agoMerge pull request #11259 from dkurt:fix_10965
Alexander Alekhin [Mon, 9 Apr 2018 08:39:41 +0000 (08:39 +0000)]
Merge pull request #11259 from dkurt:fix_10965

6 years agoMerge pull request #11217 from dan-masek:fix_issue_11206
Alexander Alekhin [Sun, 8 Apr 2018 15:12:11 +0000 (15:12 +0000)]
Merge pull request #11217 from dan-masek:fix_issue_11206

6 years agoMerge pull request #11230 from tkonolige:master
Alexander Alekhin [Sun, 8 Apr 2018 15:11:17 +0000 (15:11 +0000)]
Merge pull request #11230 from tkonolige:master

6 years agoMerge pull request #11265 from severus-tux:patch-1
Alexander Alekhin [Sun, 8 Apr 2018 15:08:24 +0000 (15:08 +0000)]
Merge pull request #11265 from severus-tux:patch-1

6 years agoAvoiding Divide By Zero Error
Vishwa Prakash H V [Sat, 7 Apr 2018 21:27:26 +0000 (02:57 +0530)]
Avoiding Divide By Zero Error

In line 104 `if ( full_neg_lst[i].cols >= box.width && full_neg_lst[i].rows >= box.height )` removed '=' as it causes divide By Zero Error in line 106 and 107 `box.x = rand() % ( full_neg_lst[i].cols - size_x );` when  full_neg_lst[i].cols = size_x or full_neg_lst[i].rows - size_y

6 years agoadd universal intrinsics for HSV2RGB_f
k-shinotsuka [Sat, 7 Apr 2018 16:47:22 +0000 (01:47 +0900)]
add universal intrinsics for HSV2RGB_f

6 years agoMerge pull request #11260 from y0umu:patch-1
y0umu [Sat, 7 Apr 2018 16:39:37 +0000 (00:39 +0800)]
Merge pull request #11260 from y0umu:patch-1

Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260)

* Update py_table_of_contents_histograms.markdown

"Learn to find and draw Contours" => "Learn the basics of histograms"

* Update js_table_of_contents_histograms.markdown

Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown

"Learn to find and draw Contours" => "Learn the basics of histograms"

6 years agoimgproc: don't call .unlock() on non-holded mutex in houghCircles()
Alexander Alekhin [Sat, 7 Apr 2018 12:59:10 +0000 (12:59 +0000)]
imgproc: don't call .unlock() on non-holded mutex in houghCircles()

6 years agoFix convertFp16 in JavaScript build
Dmitry Kurtaev [Sat, 7 Apr 2018 06:44:43 +0000 (09:44 +0300)]
Fix convertFp16 in JavaScript build

6 years agoMerge pull request #11237 from alalek:cuda_refactor_memorypool
Alexander Alekhin [Fri, 6 Apr 2018 15:37:37 +0000 (15:37 +0000)]
Merge pull request #11237 from alalek:cuda_refactor_memorypool

6 years agoMSMF-based VideoCapture reworked to use SourceReader
Vitaly Tuzov [Wed, 28 Mar 2018 11:03:22 +0000 (14:03 +0300)]
MSMF-based VideoCapture reworked to use SourceReader

6 years agoReduced direct TBB dependencies
Maksim Shabunin [Fri, 6 Apr 2018 11:21:15 +0000 (14:21 +0300)]
Reduced direct TBB dependencies

6 years agoSolves issue #10506
lopespt [Thu, 5 Apr 2018 23:25:32 +0000 (20:25 -0300)]
Solves issue #10506

6 years agoMerge pull request #11200 from alalek:android_refactor_sdk_detection
Alexander Alekhin [Thu, 5 Apr 2018 20:44:58 +0000 (20:44 +0000)]
Merge pull request #11200 from alalek:android_refactor_sdk_detection

6 years agoMerge pull request #11192 from terfendail:setto_fix
Alexander Alekhin [Thu, 5 Apr 2018 20:25:33 +0000 (20:25 +0000)]
Merge pull request #11192 from terfendail:setto_fix

6 years agoMerge pull request #11197 from alalek:parallel_propagate_exception
Alexander Alekhin [Thu, 5 Apr 2018 20:24:22 +0000 (20:24 +0000)]
Merge pull request #11197 from alalek:parallel_propagate_exception

6 years agoMerge pull request #11221 from dkurt:dnn_fix_proposal_layer
Alexander Alekhin [Thu, 5 Apr 2018 20:23:49 +0000 (20:23 +0000)]
Merge pull request #11221 from dkurt:dnn_fix_proposal_layer

6 years agoMerge pull request #11235 from alalek:cuda_fix_build_warnings
Alexander Alekhin [Thu, 5 Apr 2018 20:12:03 +0000 (20:12 +0000)]
Merge pull request #11235 from alalek:cuda_fix_build_warnings

6 years agocuda: drop samples for low-level CUDA API
Alexander Alekhin [Thu, 5 Apr 2018 19:33:08 +0000 (19:33 +0000)]
cuda: drop samples for low-level CUDA API

Also these samples require TBB, so they are not tested during default OpenCV builds

6 years agocuda: drop performance sample
Alexander Alekhin [Thu, 5 Apr 2018 19:27:04 +0000 (19:27 +0000)]
cuda: drop performance sample

Regular OpenCV perf tests should be used instead

6 years agocuda: WITH_CUDA=OFF by default (need to enable it explicitly)
Alexander Alekhin [Thu, 5 Apr 2018 19:23:58 +0000 (19:23 +0000)]
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)

6 years agoandroid: refactor Android SDK detection
Alexander Alekhin [Sat, 6 Jan 2018 05:05:40 +0000 (05:05 +0000)]
android: refactor Android SDK detection

- properly detect Android SDK support of Ant/Gradle projects
- divide processing of And/Gradle based projects

6 years agocuda: eliminate part of build warnings
Alexander Alekhin [Thu, 5 Apr 2018 10:44:44 +0000 (13:44 +0300)]
cuda: eliminate part of build warnings

6 years agocuda: refactor MemoryPool
Alexander Alekhin [Thu, 5 Apr 2018 11:32:21 +0000 (14:32 +0300)]
cuda: refactor MemoryPool

- make non-copyable (aligns inner mutex semantic to std::mutex)
- getMemoryPool() returns reference instead of pointer (NULL is not expected here)

6 years agoMerge pull request #11222 from lopespt:add_binary_search_knearest
Alexander Alekhin [Thu, 5 Apr 2018 11:00:00 +0000 (11:00 +0000)]
Merge pull request #11222 from lopespt:add_binary_search_knearest

6 years agoMerge pull request #11092 from terfendail:msmf_videocapture
Vitaly Tuzov [Thu, 5 Apr 2018 10:55:42 +0000 (13:55 +0300)]
Merge pull request #11092 from terfendail:msmf_videocapture

Update for MSMF-based VideoCapture and VideoWriter (#11092)

* MSMF based VideoCapture updated to handle video stream formats different from RGB24

* MSMF based VideoWriter updated to handle video frame top-bottom line ordering regardless of output format

* Fixed race condition in MSMF based VideoCapture

* Refactored MSMF based VideoCapture and VideoWriter

* Disabled frame rate estimation for MP43

* Removed test for unsupported avi container from MSMF VideoWriter tests

* Enabled MSMF-based VideoIO by default

6 years agoMerge pull request #11224 from alalek:fix_core_min_avx2
Alexander Alekhin [Thu, 5 Apr 2018 10:37:30 +0000 (10:37 +0000)]
Merge pull request #11224 from alalek:fix_core_min_avx2

6 years agoMerge pull request #11228 from alalek:gitignore_dnn_models
Alexander Alekhin [Thu, 5 Apr 2018 10:17:09 +0000 (13:17 +0300)]
Merge pull request #11228 from alalek:gitignore_dnn_models

6 years agoMerge pull request #11071 from alalek:issue_11061_fix_error_message
Alexander Alekhin [Thu, 5 Apr 2018 10:15:04 +0000 (10:15 +0000)]
Merge pull request #11071 from alalek:issue_11061_fix_error_message

6 years agoSupport for setting TIFF DPI info in imwrite
Rajkiran Natarajan [Thu, 5 Apr 2018 04:20:16 +0000 (21:20 -0700)]
Support for setting TIFF DPI info in imwrite

6 years agodon't reset camera in setViewerPose
Tristan Konolige [Wed, 4 Apr 2018 19:00:50 +0000 (13:00 -0600)]
don't reset camera in setViewerPose

6 years agoupdate samples/dnn/face_detector/.gitignore
Alexander Alekhin [Wed, 4 Apr 2018 16:12:50 +0000 (19:12 +0300)]
update samples/dnn/face_detector/.gitignore

6 years agoMerge pull request #11216 from dan-masek:fix_issue_11205
Alexander Alekhin [Wed, 4 Apr 2018 15:37:57 +0000 (15:37 +0000)]
Merge pull request #11216 from dan-masek:fix_issue_11205

6 years agoMerge pull request #11214 from take1014:core_9720
yuki takehara [Wed, 4 Apr 2018 15:36:02 +0000 (00:36 +0900)]
Merge pull request #11214 from take1014:core_9720

* fix #9720

* Add regression test

* Fix calculation method for scale

6 years agocore: fix AVX2 min implementation
Alexander Alekhin [Wed, 4 Apr 2018 14:38:58 +0000 (17:38 +0300)]
core: fix AVX2 min implementation

6 years agoFixed mask reduction in seamless_clone
Vitaly Tuzov [Mon, 2 Apr 2018 07:29:12 +0000 (10:29 +0300)]
Fixed mask reduction in seamless_clone

6 years agoFixed IPP based implementation of setTo() for infinity value
Vitaly Tuzov [Thu, 29 Mar 2018 17:57:02 +0000 (20:57 +0300)]
Fixed IPP based implementation of setTo() for infinity value

6 years agoAdds efficient sort algorithm to KNearest
lopespt [Wed, 4 Apr 2018 12:35:58 +0000 (09:35 -0300)]
Adds efficient sort algorithm to KNearest

6 years agoFix Proposal deep learning layer
Dmitry Kurtaev [Wed, 4 Apr 2018 11:48:29 +0000 (14:48 +0300)]
Fix Proposal deep learning layer

6 years agoMerge pull request #10983 from dkurt:dnn_face_detection_uint8
Alexander Alekhin [Tue, 3 Apr 2018 18:19:42 +0000 (18:19 +0000)]
Merge pull request #10983 from dkurt:dnn_face_detection_uint8

6 years agoMerge pull request #11207 from dan-masek:add_redirect_error
Dan Mašek [Tue, 3 Apr 2018 18:16:34 +0000 (20:16 +0200)]
Merge pull request #11207 from dan-masek:add_redirect_error

* Add Python support for error message handlers.

* Move the static variable to the only function that uses it.

* Remove the optional param (user data), since this can already be handled by closures.

* Correct the help string.

* python: added redirectError test

6 years agoMerge pull request #11199 from dkurt:update_torch_testdata
Alexander Alekhin [Tue, 3 Apr 2018 18:02:58 +0000 (18:02 +0000)]
Merge pull request #11199 from dkurt:update_torch_testdata

6 years agoMerge pull request #11211 from alalek:build_sample_viz
Alexander Alekhin [Tue, 3 Apr 2018 17:53:15 +0000 (17:53 +0000)]
Merge pull request #11211 from alalek:build_sample_viz

6 years agoMerge pull request #11212 from alalek:cleanup_biicode
Alexander Alekhin [Tue, 3 Apr 2018 17:52:10 +0000 (17:52 +0000)]
Merge pull request #11212 from alalek:cleanup_biicode

6 years agocleanup: biicode
Alexander Alekhin [Tue, 3 Apr 2018 13:44:15 +0000 (16:44 +0300)]
cleanup: biicode

project is not active anymore

6 years agosamples: avoid using of legacy code constructions in viz sample
Alexander Alekhin [Tue, 3 Apr 2018 12:59:17 +0000 (15:59 +0300)]
samples: avoid using of legacy code constructions in viz sample

6 years agoMerge pull request #11055 from allnes:gst_streamer
Maksim Shabunin [Tue, 3 Apr 2018 11:04:22 +0000 (11:04 +0000)]
Merge pull request #11055 from allnes:gst_streamer

6 years agoFix #11206
Dan Mašek [Tue, 3 Apr 2018 01:24:49 +0000 (03:24 +0200)]
Fix #11206

6 years agoFix a leak described in issue #11205
Dan Mašek [Tue, 3 Apr 2018 01:02:21 +0000 (03:02 +0200)]
Fix a leak described in issue #11205

6 years agoUpdate links to OpenCV's face detection network
Dmitry Kurtaev [Sun, 4 Mar 2018 18:12:34 +0000 (21:12 +0300)]
Update links to OpenCV's face detection network

6 years agoMerge pull request #11202 from ArkadiuszRaj:Aravis-patch-1
Alexander Alekhin [Sun, 1 Apr 2018 17:21:21 +0000 (17:21 +0000)]
Merge pull request #11202 from ArkadiuszRaj:Aravis-patch-1

6 years agoProtection to not run Eth config when USB camera is connected
Arkadiusz Raj [Sun, 1 Apr 2018 13:37:10 +0000 (15:37 +0200)]
Protection to not run Eth config when USB camera is connected

6 years agoMerge pull request #11198 from dkurt:torch_embedded_residuals
Alexander Alekhin [Sun, 1 Apr 2018 08:27:18 +0000 (08:27 +0000)]
Merge pull request #11198 from dkurt:torch_embedded_residuals

6 years agoUpdate Torch testdata
Dmitry Kurtaev [Sat, 31 Mar 2018 09:04:44 +0000 (12:04 +0300)]
Update Torch testdata

6 years agoFix embedded Torch's nn.ConcatTable
Dmitry Kurtaev [Sat, 31 Mar 2018 08:11:10 +0000 (11:11 +0300)]
Fix embedded Torch's nn.ConcatTable

6 years agoMerge pull request #11195 from alalek:fix_qt_build
Alexander Alekhin [Fri, 30 Mar 2018 14:52:10 +0000 (14:52 +0000)]
Merge pull request #11195 from alalek:fix_qt_build

6 years agocore: propagate parallel_for() exceptions
Alexander Alekhin [Fri, 30 Mar 2018 11:57:51 +0000 (14:57 +0300)]
core: propagate parallel_for() exceptions

6 years agoMerge pull request #11182 from dkurt:fix_11102_part_2
Alexander Alekhin [Fri, 30 Mar 2018 13:11:00 +0000 (13:11 +0000)]
Merge pull request #11182 from dkurt:fix_11102_part_2

6 years agofix build issues with QT/OpenGL
Alexander Alekhin [Fri, 30 Mar 2018 09:48:54 +0000 (12:48 +0300)]
fix build issues with QT/OpenGL

6 years agoMerge pull request #11187 from alalek:respect_threading_settings
Vadim Pisarevsky [Fri, 30 Mar 2018 09:39:04 +0000 (09:39 +0000)]
Merge pull request #11187 from alalek:respect_threading_settings

6 years agoMerge pull request #11194 from ltqusst:fix_10557
Alexander Alekhin [Fri, 30 Mar 2018 09:30:42 +0000 (09:30 +0000)]
Merge pull request #11194 from ltqusst:fix_10557

6 years agoFix #10557
ltqusst [Fri, 30 Mar 2018 08:03:04 +0000 (16:03 +0800)]
Fix #10557

Fix overflow bugs in conversion from NV12 VA-surface/D3D11texture2D to OpenCL UMat