Alexander Alekhin [Thu, 19 Apr 2018 16:54:03 +0000 (19:54 +0300)]
build: enable -Wimplicit-fallthrough warning for OpenCV modules
Alexander Alekhin [Thu, 19 Apr 2018 13:14:27 +0000 (16:14 +0300)]
core: CV_Error is marked as 'noreturn'
Vadim Pisarevsky [Thu, 19 Apr 2018 12:23:50 +0000 (15:23 +0300)]
Grabcut with frozen models (#11339)
* model is not learned when grabcut is called with GC_EVAL
* fixed test, was writing to wrong file.
* modified patch by Iwan Paolucci; added GC_EVAL_FREEZE_MODEL in addition to GC_EVAL (which semantics is retained)
Vadim Pisarevsky [Thu, 19 Apr 2018 12:23:15 +0000 (12:23 +0000)]
Merge pull request #11340 from dkurt:dnn_inf_engine_switch_target
Vadim Pisarevsky [Thu, 19 Apr 2018 12:21:50 +0000 (12:21 +0000)]
Merge pull request #11341 from alalek:v_min_max_sse41
Alexander Alekhin [Thu, 19 Apr 2018 10:58:00 +0000 (10:58 +0000)]
Merge pull request #11309 from K-Shinotsuka:issue41
Dmitry Kurtaev [Wed, 18 Apr 2018 14:26:54 +0000 (17:26 +0300)]
Let switch CPU/OpenCL targets for models from Intel's Model Optimizer
Alexander Alekhin [Wed, 18 Apr 2018 16:40:59 +0000 (19:40 +0300)]
core(hal): v_min()/v_max() use SSE4.1 intrinsics
Alexander Alekhin [Wed, 18 Apr 2018 13:34:34 +0000 (13:34 +0000)]
Merge pull request #11338 from alalek:fix_fp16_with_disabled_optimizations
Vadim Pisarevsky [Wed, 18 Apr 2018 12:11:12 +0000 (12:11 +0000)]
Merge pull request #11322 from dkurt:dnn_yolov3
Alexander Alekhin [Wed, 18 Apr 2018 10:37:22 +0000 (13:37 +0300)]
core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option
Reproducer:
cmake -DCPU_BASELINE=AVX2 -DCV_DISABLE_OPTIMIZATION=ON ...
Alexander Alekhin [Wed, 18 Apr 2018 09:09:08 +0000 (09:09 +0000)]
Merge pull request #11333 from alalek:cmake_fix_native
Alexander Alekhin [Tue, 17 Apr 2018 16:41:29 +0000 (16:41 +0000)]
Merge pull request #11331 from dkurt:fix_11318
Alexander Alekhin [Tue, 17 Apr 2018 15:58:07 +0000 (18:58 +0300)]
cmake: fix CPU_BASELINE=NATIVE on MSVS
Dmitry Kurtaev [Tue, 17 Apr 2018 14:53:51 +0000 (17:53 +0300)]
Fix bugs found by valgrind
Vadim Pisarevsky [Tue, 17 Apr 2018 12:50:52 +0000 (15:50 +0300)]
Rewite polar transforms (#11323)
* Rewrite polar transformations
- A new wrapPolar function encapsulate both linear and semi-log remap
- Destination size is a parameter or calculated automatically to keep objects size between remapping
- linearPolar and logPolar has been deprecated
* Fix build warning and error in accuracy test
* Fix function name to warpPolar
* Explicitly specify the mapping mode, so we retain all the parameters as non-optional.
Introduces WarpPolarMode enum to specify the mapping mode in flags
* resolves performance warning on windows build
* removed duplicated logPolar and linearPolar implementations
k-shinotsuka [Sat, 14 Apr 2018 14:11:01 +0000 (23:11 +0900)]
add universal intrinsics for RGB2HLS_f
Dmitry Kurtaev [Fri, 13 Apr 2018 15:53:12 +0000 (18:53 +0300)]
Support YOLOv3 model from Darknet
Alexander Alekhin [Mon, 16 Apr 2018 15:39:22 +0000 (15:39 +0000)]
Merge pull request #11319 from alalek:issue_11293
Alexander Alekhin [Mon, 16 Apr 2018 15:38:57 +0000 (15:38 +0000)]
Merge pull request #11317 from alalek:issue_11303
Alexander Alekhin [Mon, 16 Apr 2018 11:16:26 +0000 (14:16 +0300)]
dnn(test): update error tolerance for RCNN/RFCN tests
Alexander Alekhin [Mon, 16 Apr 2018 10:29:14 +0000 (13:29 +0300)]
imgproc(ipp): disable parallel GaussianBlur
Alexander Alekhin [Sat, 14 Apr 2018 11:36:19 +0000 (11:36 +0000)]
Merge pull request #11306 from alalek:opencl_trace_messages
Alexander Alekhin [Fri, 13 Apr 2018 13:24:06 +0000 (13:24 +0000)]
Merge pull request #11169 from tomoaki0705:universalRemap
Alexander Alekhin [Fri, 13 Apr 2018 12:56:41 +0000 (12:56 +0000)]
Merge pull request #11305 from tomoaki0705:typoNVIDIA
Tomoaki Teshima [Fri, 13 Apr 2018 12:19:16 +0000 (21:19 +0900)]
remove raw SSE2/NEON implementation from imgwarp.cpp
* use universal intrinsic instead of raw intrinsic
* add 2 channels de-interleave on x86 platform
* add v_int32x4 version of v_muladd
* add accumulate version of v_dotprod based on the commit from seiko2plus on bf1852d
* remove some verify check in performance test
* avoid the out of boundary access and keep the performance
Alexander Alekhin [Thu, 12 Apr 2018 16:28:46 +0000 (19:28 +0300)]
ocl: improve trace messages of OpenCL calls
Alexander Alekhin [Fri, 13 Apr 2018 11:49:38 +0000 (11:49 +0000)]
Merge pull request #11302 from dkurt:dnn_inf_engine_extra_layers
Tomoaki Teshima [Fri, 13 Apr 2018 11:33:19 +0000 (20:33 +0900)]
use correct name for NVIDIA
* remove NVidia and Nvidia
* replace Cuda with CUDA
* keep the letters for API
Dmitry Kurtaev [Thu, 12 Apr 2018 12:21:08 +0000 (15:21 +0300)]
Blank and L2-normalization layers from Intel's Inference Engine
Alexander Alekhin [Thu, 12 Apr 2018 10:57:39 +0000 (10:57 +0000)]
Merge pull request #11297 from seiko2plus:VSXImprovements_1
Sayed Adel [Wed, 11 Apr 2018 18:34:23 +0000 (18:34 +0000)]
core:ppc Several improvements on VSX(1)
* remove unnecessary defines from vsx_utils
* fix v_load_expand, load lower 64bit
* use vec_ld, vec_st with alignment load/store on all types except 64bit
* map v_extract to v_rotate_right
* update license header
* enable VSX by default on clang since #11167
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