Dmitry Kurtaev [Thu, 12 Apr 2018 12:21:08 +0000 (15:21 +0300)]
Blank and L2-normalization layers from Intel's Inference Engine
Vadim Pisarevsky [Wed, 11 Apr 2018 15:25:24 +0000 (15:25 +0000)]
Merge pull request #11295 from dkurt:dnn_repeated_conv_params
Vadim Pisarevsky [Wed, 11 Apr 2018 15:17:27 +0000 (15:17 +0000)]
Merge pull request #10978 from alalek:cv_check_macros
Vadim Pisarevsky [Wed, 11 Apr 2018 15:09:55 +0000 (15:09 +0000)]
Merge pull request #11236 from dkurt:dnn_fuse_l2_norm
Vitaly Tuzov [Wed, 11 Apr 2018 15:08:29 +0000 (18:08 +0300)]
Updated warpAffine test to ensure bit-exactness for CV_8U (#10921)
* Updated warpAffine test to ensure bit-exactness for CV_8U
* Updated invertAffineTransform to bit-exact evaluation
Vitaly Tuzov [Wed, 11 Apr 2018 15:07:48 +0000 (18:07 +0300)]
Bit-exact GaussianBlur performance update (#10898)
* Added custom implementation for NxN bit-exact GaussianBlur
* Reworked fixedpoint interface a bit
* Reworked horizontal line estimation for bit-exact GaussianBlur
* Reworked vertical line estimation for bit-exact GaussianBlur
* Updated range estimation for vectorized part of bit-exact GaussianBlur evaluation
Vadim Pisarevsky [Wed, 11 Apr 2018 15:06:18 +0000 (15:06 +0000)]
Merge pull request #11062 from dkurt:dnn_inf_engine_cldnn
Alexander Alekhin [Wed, 11 Apr 2018 12:41:31 +0000 (12:41 +0000)]
Merge pull request #11294 from dkurt:fix_dldt_multiple_inputs
Dmitry Kurtaev [Wed, 11 Apr 2018 11:38:05 +0000 (14:38 +0300)]
Parse repeated values of ConvolutionParameter
Dmitry Kurtaev [Wed, 11 Apr 2018 10:28:07 +0000 (13:28 +0300)]
Fix multiple inputs for models from Intel's Model Optimizer
Alexander Alekhin [Tue, 10 Apr 2018 14:36:51 +0000 (14:36 +0000)]
Merge pull request #11282 from alalek:fix_msvs_build_issues
Alexander Alekhin [Tue, 10 Apr 2018 14:36:12 +0000 (14:36 +0000)]
Merge pull request #11280 from alalek:fix_cmake_warning_ninja_pylintrc
Alexander Alekhin [Tue, 10 Apr 2018 14:35:32 +0000 (14:35 +0000)]
Merge pull request #11276 from alalek:install_pdb
Alexander Alekhin [Tue, 10 Apr 2018 11:42:49 +0000 (14:42 +0300)]
build: fix MSVS build problems
with 'CL=/permissive-'
Alexander Alekhin [Tue, 10 Apr 2018 11:28:20 +0000 (11:28 +0000)]
Merge pull request #11275 from alalek:issue_11274
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`
Alexander Alekhin [Tue, 10 Apr 2018 08:48:53 +0000 (08:48 +0000)]
Merge pull request #11279 from shimat:fix_LSD_test
Dmitry Kurtaev [Wed, 4 Apr 2018 17:32:00 +0000 (20:32 +0300)]
Fuse tf.nn.l2_normalize layer
shimat [Tue, 10 Apr 2018 02:38:35 +0000 (11:38 +0900)]
fix LSD test (wrong detector kind)
Alexander Alekhin [Fri, 23 Feb 2018 09:24:44 +0000 (09:24 +0000)]
core: add "check" macros
Alexander Alekhin [Mon, 9 Apr 2018 18:21:11 +0000 (18:21 +0000)]
Merge pull request #11130 from allnes:gst_test_pipeline
Alexander Nesterov [Wed, 21 Mar 2018 15:01:47 +0000 (18:01 +0300)]
Added tests for gstreamer pipeline
Alexander Alekhin [Mon, 9 Apr 2018 16:03:34 +0000 (16:03 +0000)]
Merge pull request #11253 from mshabunin:decrease-tbb-dependency
Alexander Alekhin [Mon, 9 Apr 2018 15:53:26 +0000 (15:53 +0000)]
Merge pull request #11271 from alalek:tbb_build_warning
Alexander Alekhin [Mon, 9 Apr 2018 13:21:27 +0000 (16:21 +0300)]
cmake: update PDB installation
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
Vadim Pisarevsky [Mon, 9 Apr 2018 14:53:43 +0000 (14:53 +0000)]
Merge pull request #11170 from alalek:test_fixed_type
tlanclos [Mon, 9 Apr 2018 14:34:00 +0000 (09:34 -0500)]
V4L Buffer: Support CV_CAP_PROP_BUFFERSIZE in cap_v4l (#11047)
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
Dmitry Kurtaev [Mon, 12 Mar 2018 14:35:28 +0000 (17:35 +0300)]
OpenCL GPU target for Inference Engine deep learning backend
Enable FP16 GPU target for DL Inference Engine backend.
Vadim Pisarevsky [Mon, 9 Apr 2018 13:28:08 +0000 (13:28 +0000)]
Merge pull request #11231 from saskatchewancatch:tiff-dpi-feature
Vadim Pisarevsky [Mon, 9 Apr 2018 13:24:29 +0000 (13:24 +0000)]
Merge pull request #11251 from mshabunin:add-runtime-version
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
Vadim Pisarevsky [Mon, 9 Apr 2018 13:20:48 +0000 (13:20 +0000)]
Merge pull request #11264 from K-Shinotsuka:issue39
Vadim Pisarevsky [Mon, 9 Apr 2018 13:18:38 +0000 (13:18 +0000)]
Merge pull request #11270 from alalek:parallel_for_exception_fix_android
Vadim Pisarevsky [Mon, 9 Apr 2018 13:17:14 +0000 (13:17 +0000)]
Merge pull request #11272 from alalek:gdal_test_exclude_rle8
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
Alexander Alekhin [Mon, 9 Apr 2018 09:52:14 +0000 (12:52 +0300)]
tbb: fix build warnings -Wshadow
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)
Vadim Pisarevsky [Mon, 9 Apr 2018 09:52:28 +0000 (09:52 +0000)]
Merge pull request #11208 from terfendail:seamless_1
Vadim Pisarevsky [Mon, 9 Apr 2018 09:46:34 +0000 (09:46 +0000)]
Merge pull request #11243 from alalek:with_cuda_default_off
Vadim Pisarevsky [Mon, 9 Apr 2018 09:44:29 +0000 (09:44 +0000)]
Merge pull request #11244 from alalek:cuda_samples_drop_performance
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
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
Maksim Shabunin [Fri, 6 Apr 2018 10:13:53 +0000 (13:13 +0300)]
Added interface to check library version during runtime
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
k-shinotsuka [Sat, 7 Apr 2018 16:47:22 +0000 (01:47 +0900)]
add universal intrinsics for HSV2RGB_f
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
Maksim Shabunin [Fri, 6 Apr 2018 11:21:15 +0000 (14:21 +0300)]
Reduced direct TBB dependencies
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 [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
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
Alexander Alekhin [Thu, 5 Apr 2018 19:23:58 +0000 (19:23 +0000)]
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)
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
Rajkiran Natarajan [Thu, 5 Apr 2018 04:20:16 +0000 (21:20 -0700)]
Support for setting TIFF DPI info in imwrite
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 [Mon, 2 Apr 2018 07:29:12 +0000 (10:29 +0300)]
Fixed mask reduction in seamless_clone
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