Vadim Pisarevsky [Mon, 9 Apr 2018 09:39:16 +0000 (09:39 +0000)]
Merge pull request #11247 from lopespt:fix_issue_10506
Vadim Pisarevsky [Mon, 9 Apr 2018 09:34:15 +0000 (09:34 +0000)]
Merge pull request #11254 from terfendail:msmf_sourcereader
Vadim Pisarevsky [Mon, 9 Apr 2018 09:32:37 +0000 (09:32 +0000)]
Merge pull request #11262 from alalek:fix_houghCircles_sync
Alexander Alekhin [Mon, 9 Apr 2018 08:39:41 +0000 (08:39 +0000)]
Merge pull request #11259 from dkurt:fix_10965
Alexander Alekhin [Sun, 8 Apr 2018 15:12:11 +0000 (15:12 +0000)]
Merge pull request #11217 from dan-masek:fix_issue_11206
Alexander Alekhin [Sun, 8 Apr 2018 15:11:17 +0000 (15:11 +0000)]
Merge pull request #11230 from tkonolige:master
Alexander Alekhin [Sun, 8 Apr 2018 15:08:24 +0000 (15:08 +0000)]
Merge pull request #11265 from severus-tux:patch-1
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
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"
Alexander Alekhin [Sat, 7 Apr 2018 12:59:10 +0000 (12:59 +0000)]
imgproc: don't call .unlock() on non-holded mutex in houghCircles()
Dmitry Kurtaev [Sat, 7 Apr 2018 06:44:43 +0000 (09:44 +0300)]
Fix convertFp16 in JavaScript build
Alexander Alekhin [Fri, 6 Apr 2018 15:37:37 +0000 (15:37 +0000)]
Merge pull request #11237 from alalek:cuda_refactor_memorypool
Vitaly Tuzov [Wed, 28 Mar 2018 11:03:22 +0000 (14:03 +0300)]
MSMF-based VideoCapture reworked to use SourceReader
lopespt [Thu, 5 Apr 2018 23:25:32 +0000 (20:25 -0300)]
Solves issue #10506
Alexander Alekhin [Thu, 5 Apr 2018 20:44:58 +0000 (20:44 +0000)]
Merge pull request #11200 from alalek:android_refactor_sdk_detection
Alexander Alekhin [Thu, 5 Apr 2018 20:25:33 +0000 (20:25 +0000)]
Merge pull request #11192 from terfendail:setto_fix
Alexander Alekhin [Thu, 5 Apr 2018 20:24:22 +0000 (20:24 +0000)]
Merge pull request #11197 from alalek:parallel_propagate_exception
Alexander Alekhin [Thu, 5 Apr 2018 20:23:49 +0000 (20:23 +0000)]
Merge pull request #11221 from dkurt:dnn_fix_proposal_layer
Alexander Alekhin [Thu, 5 Apr 2018 20:12:03 +0000 (20:12 +0000)]
Merge pull request #11235 from alalek:cuda_fix_build_warnings
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
Alexander Alekhin [Thu, 5 Apr 2018 10:44:44 +0000 (13:44 +0300)]
cuda: eliminate part of build warnings
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)
Alexander Alekhin [Thu, 5 Apr 2018 11:00:00 +0000 (11:00 +0000)]
Merge pull request #11222 from lopespt:add_binary_search_knearest
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
Alexander Alekhin [Thu, 5 Apr 2018 10:37:30 +0000 (10:37 +0000)]
Merge pull request #11224 from alalek:fix_core_min_avx2
Alexander Alekhin [Thu, 5 Apr 2018 10:17:09 +0000 (13:17 +0300)]
Merge pull request #11228 from alalek:gitignore_dnn_models
Alexander Alekhin [Thu, 5 Apr 2018 10:15:04 +0000 (10:15 +0000)]
Merge pull request #11071 from alalek:issue_11061_fix_error_message
Tristan Konolige [Wed, 4 Apr 2018 19:00:50 +0000 (13:00 -0600)]
don't reset camera in setViewerPose
Alexander Alekhin [Wed, 4 Apr 2018 16:12:50 +0000 (19:12 +0300)]
update samples/dnn/face_detector/.gitignore
Alexander Alekhin [Wed, 4 Apr 2018 15:37:57 +0000 (15:37 +0000)]
Merge pull request #11216 from dan-masek:fix_issue_11205
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
Alexander Alekhin [Wed, 4 Apr 2018 14:38:58 +0000 (17:38 +0300)]
core: fix AVX2 min implementation
Vitaly Tuzov [Thu, 29 Mar 2018 17:57:02 +0000 (20:57 +0300)]
Fixed IPP based implementation of setTo() for infinity value
lopespt [Wed, 4 Apr 2018 12:35:58 +0000 (09:35 -0300)]
Adds efficient sort algorithm to KNearest
Dmitry Kurtaev [Wed, 4 Apr 2018 11:48:29 +0000 (14:48 +0300)]
Fix Proposal deep learning layer
Alexander Alekhin [Tue, 3 Apr 2018 18:19:42 +0000 (18:19 +0000)]
Merge pull request #10983 from dkurt:dnn_face_detection_uint8
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
Alexander Alekhin [Tue, 3 Apr 2018 18:02:58 +0000 (18:02 +0000)]
Merge pull request #11199 from dkurt:update_torch_testdata
Alexander Alekhin [Tue, 3 Apr 2018 17:53:15 +0000 (17:53 +0000)]
Merge pull request #11211 from alalek:build_sample_viz
Alexander Alekhin [Tue, 3 Apr 2018 17:52:10 +0000 (17:52 +0000)]
Merge pull request #11212 from alalek:cleanup_biicode
Alexander Alekhin [Tue, 3 Apr 2018 13:44:15 +0000 (16:44 +0300)]
cleanup: biicode
project is not active anymore
Alexander Alekhin [Tue, 3 Apr 2018 12:59:17 +0000 (15:59 +0300)]
samples: avoid using of legacy code constructions in viz sample
Maksim Shabunin [Tue, 3 Apr 2018 11:04:22 +0000 (11:04 +0000)]
Merge pull request #11055 from allnes:gst_streamer
Dan Mašek [Tue, 3 Apr 2018 01:24:49 +0000 (03:24 +0200)]
Fix #11206
Dan Mašek [Tue, 3 Apr 2018 01:02:21 +0000 (03:02 +0200)]
Fix a leak described in issue #11205
Dmitry Kurtaev [Sun, 4 Mar 2018 18:12:34 +0000 (21:12 +0300)]
Update links to OpenCV's face detection network
Alexander Alekhin [Sun, 1 Apr 2018 17:21:21 +0000 (17:21 +0000)]
Merge pull request #11202 from ArkadiuszRaj:Aravis-patch-1
Arkadiusz Raj [Sun, 1 Apr 2018 13:37:10 +0000 (15:37 +0200)]
Protection to not run Eth config when USB camera is connected
Alexander Alekhin [Sun, 1 Apr 2018 08:27:18 +0000 (08:27 +0000)]
Merge pull request #11198 from dkurt:torch_embedded_residuals
Dmitry Kurtaev [Sat, 31 Mar 2018 09:04:44 +0000 (12:04 +0300)]
Update Torch testdata
Dmitry Kurtaev [Sat, 31 Mar 2018 08:11:10 +0000 (11:11 +0300)]
Fix embedded Torch's nn.ConcatTable
Alexander Alekhin [Fri, 30 Mar 2018 14:52:10 +0000 (14:52 +0000)]
Merge pull request #11195 from alalek:fix_qt_build
Alexander Alekhin [Fri, 30 Mar 2018 11:57:51 +0000 (14:57 +0300)]
core: propagate parallel_for() exceptions
Alexander Alekhin [Fri, 30 Mar 2018 13:11:00 +0000 (13:11 +0000)]
Merge pull request #11182 from dkurt:fix_11102_part_2
Alexander Alekhin [Fri, 30 Mar 2018 09:48:54 +0000 (12:48 +0300)]
fix build issues with QT/OpenGL
Vadim Pisarevsky [Fri, 30 Mar 2018 09:39:04 +0000 (09:39 +0000)]
Merge pull request #11187 from alalek:respect_threading_settings
Alexander Alekhin [Fri, 30 Mar 2018 09:30:42 +0000 (09:30 +0000)]
Merge pull request #11194 from ltqusst:fix_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
Alexander Nesterov [Mon, 12 Mar 2018 13:08:15 +0000 (13:08 +0000)]
Added gstreamer pipeline sample
Alexander Alekhin [Thu, 29 Mar 2018 20:11:46 +0000 (20:11 +0000)]
Merge pull request #11191 from catree:remove_temp_file_test_read_write.cpp
catree [Thu, 29 Mar 2018 16:34:30 +0000 (18:34 +0200)]
Remove temporary file used for test.
Alexander Alekhin [Thu, 29 Mar 2018 16:30:36 +0000 (16:30 +0000)]
Merge pull request #11189 from alalek:samples_avoid_legacy_api_2
Alexander Alekhin [Thu, 29 Mar 2018 14:34:30 +0000 (14:34 +0000)]
Merge pull request #11188 from mshabunin:fix-clang-warnings
Alexander Alekhin [Wed, 28 Mar 2018 12:51:07 +0000 (15:51 +0300)]
core(test): parallel_for test with exception
Alexander Alekhin [Thu, 29 Mar 2018 13:50:44 +0000 (13:50 +0000)]
Merge pull request #11174 from corleypc:master
RAJKIRAN NATARAJAN [Thu, 29 Mar 2018 13:47:31 +0000 (06:47 -0700)]
Merge pull request #11176 from saskatchewancatch:issue-11165
* fix cv::imwrite to allow cv::UMat and vectors of it to be written
* cv::imwrite failure handling improvements
* Unit test for regression testing imwrite support for and fix whitespace
Alexander Alekhin [Thu, 29 Mar 2018 11:17:23 +0000 (14:17 +0300)]
samples: avoid using of legacy C-like API (part 2)
Maksim Shabunin [Thu, 29 Mar 2018 10:24:04 +0000 (13:24 +0300)]
Fixed two warnings produced by clang
Alexander Alekhin [Thu, 29 Mar 2018 10:01:46 +0000 (13:01 +0300)]
avoid calling of setNumThreads() to respect user settings
Alexander Alekhin [Wed, 28 Mar 2018 20:09:51 +0000 (20:09 +0000)]
Merge pull request #11093 from alalek:cv_override_final
Alexander Alekhin [Mon, 26 Mar 2018 14:24:37 +0000 (17:24 +0300)]
cmake: workaround CPATH ipp_iw issue
CPATH entries are processed before any -isystem:
https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html
Alexander Alekhin [Thu, 22 Mar 2018 10:50:46 +0000 (13:50 +0300)]
build: eliminate MSVC warning
Alexander Alekhin [Thu, 22 Mar 2018 10:18:45 +0000 (13:18 +0300)]
cmake: enable override warnings (requires C++11 compilation mode)
Alexander Alekhin [Tue, 20 Mar 2018 15:31:01 +0000 (18:31 +0300)]
samples: suppress vtk warnings
Alexander Alekhin [Tue, 20 Mar 2018 15:29:10 +0000 (18:29 +0300)]
samples: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Tue, 20 Mar 2018 15:27:26 +0000 (18:27 +0300)]
python: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Tue, 20 Mar 2018 12:53:57 +0000 (15:53 +0300)]
apps: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Tue, 20 Mar 2018 10:26:13 +0000 (13:26 +0300)]
cmake: disable checks for protobuf generated files
Alexander Alekhin [Thu, 15 Mar 2018 13:17:06 +0000 (16:17 +0300)]
misc: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:17:05 +0000 (16:17 +0300)]
videostab: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:17:04 +0000 (16:17 +0300)]
superres: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:17:03 +0000 (16:17 +0300)]
shape: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:17:02 +0000 (16:17 +0300)]
flann: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:17:01 +0000 (16:17 +0300)]
video: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:17:00 +0000 (16:17 +0300)]
photo: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:59 +0000 (16:16 +0300)]
stitching: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:58 +0000 (16:16 +0300)]
ml: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:57 +0000 (16:16 +0300)]
objdetect: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:56 +0000 (16:16 +0300)]
dnn: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:55 +0000 (16:16 +0300)]
calib3d: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:54 +0000 (16:16 +0300)]
features2d: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:53 +0000 (16:16 +0300)]
videoio: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:52 +0000 (16:16 +0300)]
imgcodecs: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:51 +0000 (16:16 +0300)]
imgproc: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:16:50 +0000 (16:16 +0300)]
core: apply CV_OVERRIDE/CV_FINAL
Alexander Alekhin [Thu, 15 Mar 2018 13:04:21 +0000 (16:04 +0300)]
cmake: disable override warnings in 3rdparty code and viz
Alexander Alekhin [Thu, 15 Mar 2018 13:04:20 +0000 (16:04 +0300)]
ts: apply CV_OVERRIDE/CV_FINAL
- disable "-Wsuggest-override" in tests
Alexander Alekhin [Thu, 15 Mar 2018 13:04:19 +0000 (16:04 +0300)]
cmake: use SYSTEM include directories
Alexander Alekhin [Thu, 15 Mar 2018 13:04:18 +0000 (16:04 +0300)]
core: add CV_OVERRIDE/CV_FINAL macros
Alexander Alekhin [Wed, 28 Mar 2018 14:52:08 +0000 (14:52 +0000)]
Merge pull request #11098 from dkurt:dnn_native_inf_engine