platform/upstream/opencv.git
6 years agoMerge pull request #11376 from alalek:cv_error_set_terminate
Alexander Alekhin [Mon, 23 Apr 2018 14:51:55 +0000 (14:51 +0000)]
Merge pull request #11376 from alalek:cv_error_set_terminate

6 years agoMerge pull request #11375 from alalek:warnings_unreachable_code
Alexander Alekhin [Mon, 23 Apr 2018 14:01:16 +0000 (14:01 +0000)]
Merge pull request #11375 from alalek:warnings_unreachable_code

6 years agobuild: unreachable code after CV_Error()
Alexander Alekhin [Mon, 23 Apr 2018 11:32:40 +0000 (14:32 +0300)]
build: unreachable code after CV_Error()

6 years agocore: CV_Error with set_terminate() on Windows
Alexander Alekhin [Mon, 23 Apr 2018 12:06:43 +0000 (15:06 +0300)]
core: CV_Error with set_terminate() on Windows

To dump contents of the last OpenCV error

6 years agoMerge pull request #11358 from mshabunin:enable-xine
Vadim Pisarevsky [Mon, 23 Apr 2018 10:09:29 +0000 (10:09 +0000)]
Merge pull request #11358 from mshabunin:enable-xine

6 years agoMerge pull request #11350 from alalek:fix_11348
Vadim Pisarevsky [Mon, 23 Apr 2018 10:08:10 +0000 (10:08 +0000)]
Merge pull request #11350 from alalek:fix_11348

6 years agoMerge pull request #11357 from alalek:disable_errors_dump
Vadim Pisarevsky [Mon, 23 Apr 2018 10:06:43 +0000 (10:06 +0000)]
Merge pull request #11357 from alalek:disable_errors_dump

6 years agoMerge pull request #11363 from mshabunin:compat-vc2017
Alexander Alekhin [Mon, 23 Apr 2018 09:24:39 +0000 (09:24 +0000)]
Merge pull request #11363 from mshabunin:compat-vc2017

6 years agoMerge pull request #11351 from dkurt:dnn_enable_inf_engine_tests
Alexander Alekhin [Mon, 23 Apr 2018 09:16:39 +0000 (09:16 +0000)]
Merge pull request #11351 from dkurt:dnn_enable_inf_engine_tests

6 years agoMerge pull request #11374 from lupustr3:pvlasov/morph_big_fix
Alexander Alekhin [Mon, 23 Apr 2018 09:14:23 +0000 (09:14 +0000)]
Merge pull request #11374 from lupustr3:pvlasov/morph_big_fix

6 years agoIPP morphology with big images hotfix.
Pavel Vlasov [Mon, 23 Apr 2018 06:45:10 +0000 (09:45 +0300)]
IPP morphology with big images hotfix.

6 years agocmake config: adding fallback to VS 2015 if distribution does not have VS 2017 binaries
Maksim Shabunin [Fri, 20 Apr 2018 15:12:51 +0000 (18:12 +0300)]
cmake config: adding fallback to VS 2015 if distribution does not have VS 2017 binaries

6 years agoMerge pull request #11367 from berak:core_fix_inrange
Alexander Alekhin [Sat, 21 Apr 2018 19:11:21 +0000 (19:11 +0000)]
Merge pull request #11367 from berak:core_fix_inrange

6 years agocore: add a check for empty input in inRange()
berak [Sat, 21 Apr 2018 09:43:05 +0000 (11:43 +0200)]
core: add a check for empty input in inRange()

6 years agoMerge pull request #11362 from dkurt:dnn_keras_deconv
Alexander Alekhin [Fri, 20 Apr 2018 16:53:38 +0000 (16:53 +0000)]
Merge pull request #11362 from dkurt:dnn_keras_deconv

6 years agoMerge pull request #11304 from kinchungwong:issue_11242_intrin_cv34x_nocpp11
Ryan Wong [Fri, 20 Apr 2018 15:43:47 +0000 (08:43 -0700)]
Merge pull request #11304 from kinchungwong:issue_11242_intrin_cv34x_nocpp11

* Issue 11242 intrinsics v_extract, v_rotate improvement, branch 3.4, without C++11 (remove type restrictions for SSE2, use PALIGNR on SSSE3, compile to no-op when imm is 0 or nlanes).

* fix whitespace

* Fix #11242 (NEON intrinsics v_rotate...) branch 3.4
Separate macro expansion OPENCV_HAL_IMPL_NEON_SHIFT_OP for bitwise shifts for integers, from macro expansion OPENCV_HAL_IMPL_NEON_ROTATE for lane rotations. Bitwise shifts do not apply to floats, but lane-rotations can apply to both.

* fix whitespace

* Fix #11242 compile error (VSX intrinsics v_rotate(a)) branch 3.4 no-c++11

6 years agoMerge pull request #11315 from tomoaki0705:featureComparePixelCount
Alexander Alekhin [Fri, 20 Apr 2018 14:50:40 +0000 (14:50 +0000)]
Merge pull request #11315 from tomoaki0705:featureComparePixelCount

6 years agoMerge pull request #11361 from alalek:ocl_use_host_mem_ptr_workaround
Alexander Alekhin [Fri, 20 Apr 2018 14:49:37 +0000 (14:49 +0000)]
Merge pull request #11361 from alalek:ocl_use_host_mem_ptr_workaround

6 years agoFuse deconvolution layer subgraphs from Keras
Dmitry Kurtaev [Fri, 20 Apr 2018 13:44:05 +0000 (16:44 +0300)]
Fuse deconvolution layer subgraphs from Keras

6 years agoMerge pull request #11353 from eecsninja:3.4
Simon Que [Fri, 20 Apr 2018 12:31:47 +0000 (08:31 -0400)]
Merge pull request #11353 from eecsninja:3.4

* Fix CV_Asserts with negation of strings

{!"string"} causes some compilers to throw a warning.

The value of the string is not that important -- it's only for printing
the assertion message.

Replace these calls with:

  CV_Error(Error::StsError, "string")

to suppress the warning.

* remove unnecessary 'break' after CV_Error()

6 years agoMerge pull request #11352 from alalek:build_implicit_fallthrough
Alexander Alekhin [Fri, 20 Apr 2018 12:30:50 +0000 (12:30 +0000)]
Merge pull request #11352 from alalek:build_implicit_fallthrough

6 years agoMerge pull request #11349 from alalek:cv_error_no_return
Alexander Alekhin [Fri, 20 Apr 2018 12:29:13 +0000 (12:29 +0000)]
Merge pull request #11349 from alalek:cv_error_no_return

6 years agovideoio: refactored XINE backend
Maksim Shabunin [Fri, 20 Apr 2018 09:30:54 +0000 (12:30 +0300)]
videoio: refactored XINE backend

6 years agoocl: CL_MEM_USE_HOST_PTR workaround test
Alexander Alekhin [Fri, 20 Apr 2018 11:51:55 +0000 (14:51 +0300)]
ocl: CL_MEM_USE_HOST_PTR workaround test

6 years agocore: disable errors dump
Alexander Alekhin [Fri, 20 Apr 2018 09:29:12 +0000 (12:29 +0300)]
core: disable errors dump

Error messages are available via exceptions

6 years agoEnable some tests for clDNN plugin from Intel's Inference Engine
Dmitry Kurtaev [Thu, 19 Apr 2018 12:04:57 +0000 (15:04 +0300)]
Enable some tests for clDNN plugin from Intel's Inference Engine

6 years agobuild: enable -Wimplicit-fallthrough warning for OpenCV modules
Alexander Alekhin [Thu, 19 Apr 2018 16:54:03 +0000 (19:54 +0300)]
build: enable -Wimplicit-fallthrough warning for OpenCV modules

6 years agopython: fix support of UI callbacks
Alexander Alekhin [Thu, 19 Apr 2018 15:42:01 +0000 (18:42 +0300)]
python: fix support of UI callbacks

6 years agocore: CV_Error is marked as 'noreturn'
Alexander Alekhin [Thu, 19 Apr 2018 13:14:27 +0000 (16:14 +0300)]
core: CV_Error is marked as 'noreturn'

6 years agoGrabcut with frozen models (#11339)
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)

6 years agoMerge pull request #11340 from dkurt:dnn_inf_engine_switch_target
Vadim Pisarevsky [Thu, 19 Apr 2018 12:23:15 +0000 (12:23 +0000)]
Merge pull request #11340 from dkurt:dnn_inf_engine_switch_target

6 years agoMerge pull request #11341 from alalek:v_min_max_sse41
Vadim Pisarevsky [Thu, 19 Apr 2018 12:21:50 +0000 (12:21 +0000)]
Merge pull request #11341 from alalek:v_min_max_sse41

6 years agoMerge pull request #11309 from K-Shinotsuka:issue41
Alexander Alekhin [Thu, 19 Apr 2018 10:58:00 +0000 (10:58 +0000)]
Merge pull request #11309 from K-Shinotsuka:issue41

6 years agoadd new comparison to tolerate with rounding error
Tomoaki Teshima [Thu, 19 Apr 2018 08:31:42 +0000 (17:31 +0900)]
add new comparison to tolerate with rounding error
  * restore resize of carotene
  * clean up the source code
  * remove unused member function (Near)
  * add strict test on the border

6 years agoLet switch CPU/OpenCL targets for models from Intel's Model Optimizer
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

6 years agocore(hal): v_min()/v_max() use SSE4.1 intrinsics
Alexander Alekhin [Wed, 18 Apr 2018 16:40:59 +0000 (19:40 +0300)]
core(hal): v_min()/v_max() use SSE4.1 intrinsics

6 years agoMerge pull request #11338 from alalek:fix_fp16_with_disabled_optimizations
Alexander Alekhin [Wed, 18 Apr 2018 13:34:34 +0000 (13:34 +0000)]
Merge pull request #11338 from alalek:fix_fp16_with_disabled_optimizations

6 years agoMerge pull request #11322 from dkurt:dnn_yolov3
Vadim Pisarevsky [Wed, 18 Apr 2018 12:11:12 +0000 (12:11 +0000)]
Merge pull request #11322 from dkurt:dnn_yolov3

6 years agocore: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option
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 ...

6 years agoMerge pull request #11333 from alalek:cmake_fix_native
Alexander Alekhin [Wed, 18 Apr 2018 09:09:08 +0000 (09:09 +0000)]
Merge pull request #11333 from alalek:cmake_fix_native

6 years agoMerge pull request #11331 from dkurt:fix_11318
Alexander Alekhin [Tue, 17 Apr 2018 16:41:29 +0000 (16:41 +0000)]
Merge pull request #11331 from dkurt:fix_11318

6 years agocmake: fix CPU_BASELINE=NATIVE on MSVS
Alexander Alekhin [Tue, 17 Apr 2018 15:58:07 +0000 (18:58 +0300)]
cmake: fix CPU_BASELINE=NATIVE on MSVS

6 years agoFix bugs found by valgrind
Dmitry Kurtaev [Tue, 17 Apr 2018 14:53:51 +0000 (17:53 +0300)]
Fix bugs found by valgrind

6 years agoRewite polar transforms (#11323)
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

6 years agoadd universal intrinsics for RGB2HLS_f
k-shinotsuka [Sat, 14 Apr 2018 14:11:01 +0000 (23:11 +0900)]
add universal intrinsics for RGB2HLS_f

6 years agoSupport YOLOv3 model from Darknet
Dmitry Kurtaev [Fri, 13 Apr 2018 15:53:12 +0000 (18:53 +0300)]
Support YOLOv3 model from Darknet

6 years agoMerge pull request #11319 from alalek:issue_11293
Alexander Alekhin [Mon, 16 Apr 2018 15:39:22 +0000 (15:39 +0000)]
Merge pull request #11319 from alalek:issue_11293

6 years agoMerge pull request #11317 from alalek:issue_11303
Alexander Alekhin [Mon, 16 Apr 2018 15:38:57 +0000 (15:38 +0000)]
Merge pull request #11317 from alalek:issue_11303

6 years agodnn(test): update error tolerance for RCNN/RFCN tests
Alexander Alekhin [Mon, 16 Apr 2018 11:16:26 +0000 (14:16 +0300)]
dnn(test): update error tolerance for RCNN/RFCN tests

6 years agoimgproc(ipp): disable parallel GaussianBlur
Alexander Alekhin [Mon, 16 Apr 2018 10:29:14 +0000 (13:29 +0300)]
imgproc(ipp): disable parallel GaussianBlur

6 years agoMerge pull request #11306 from alalek:opencl_trace_messages
Alexander Alekhin [Sat, 14 Apr 2018 11:36:19 +0000 (11:36 +0000)]
Merge pull request #11306 from alalek:opencl_trace_messages

6 years agoMerge pull request #11169 from tomoaki0705:universalRemap
Alexander Alekhin [Fri, 13 Apr 2018 13:24:06 +0000 (13:24 +0000)]
Merge pull request #11169 from tomoaki0705:universalRemap

6 years agoMerge pull request #11305 from tomoaki0705:typoNVIDIA
Alexander Alekhin [Fri, 13 Apr 2018 12:56:41 +0000 (12:56 +0000)]
Merge pull request #11305 from tomoaki0705:typoNVIDIA

6 years agoremove raw SSE2/NEON implementation from imgwarp.cpp
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

6 years agoocl: improve trace messages of OpenCL calls
Alexander Alekhin [Thu, 12 Apr 2018 16:28:46 +0000 (19:28 +0300)]
ocl: improve trace messages of OpenCL calls

6 years agoMerge pull request #11302 from dkurt:dnn_inf_engine_extra_layers
Alexander Alekhin [Fri, 13 Apr 2018 11:49:38 +0000 (11:49 +0000)]
Merge pull request #11302 from dkurt:dnn_inf_engine_extra_layers

6 years agouse correct name for NVIDIA
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

6 years agoBlank and L2-normalization layers from Intel's Inference Engine
Dmitry Kurtaev [Thu, 12 Apr 2018 12:21:08 +0000 (15:21 +0300)]
Blank and L2-normalization layers from Intel's Inference Engine

6 years agoMerge pull request #11297 from seiko2plus:VSXImprovements_1
Alexander Alekhin [Thu, 12 Apr 2018 10:57:39 +0000 (10:57 +0000)]
Merge pull request #11297 from seiko2plus:VSXImprovements_1

6 years agocore:ppc Several improvements on VSX(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

6 years agoMerge pull request #11295 from dkurt:dnn_repeated_conv_params
Vadim Pisarevsky [Wed, 11 Apr 2018 15:25:24 +0000 (15:25 +0000)]
Merge pull request #11295 from dkurt:dnn_repeated_conv_params

6 years agoMerge pull request #10978 from alalek:cv_check_macros
Vadim Pisarevsky [Wed, 11 Apr 2018 15:17:27 +0000 (15:17 +0000)]
Merge pull request #10978 from alalek:cv_check_macros

6 years agoMerge pull request #11236 from dkurt:dnn_fuse_l2_norm
Vadim Pisarevsky [Wed, 11 Apr 2018 15:09:55 +0000 (15:09 +0000)]
Merge pull request #11236 from dkurt:dnn_fuse_l2_norm

6 years agoUpdated warpAffine test to ensure bit-exactness for CV_8U (#10921)
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

6 years agoBit-exact GaussianBlur performance update (#10898)
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

6 years agoMerge pull request #11062 from dkurt:dnn_inf_engine_cldnn
Vadim Pisarevsky [Wed, 11 Apr 2018 15:06:18 +0000 (15:06 +0000)]
Merge pull request #11062 from dkurt:dnn_inf_engine_cldnn

6 years agoMerge pull request #11294 from dkurt:fix_dldt_multiple_inputs
Alexander Alekhin [Wed, 11 Apr 2018 12:41:31 +0000 (12:41 +0000)]
Merge pull request #11294 from dkurt:fix_dldt_multiple_inputs

6 years agoParse repeated values of ConvolutionParameter
Dmitry Kurtaev [Wed, 11 Apr 2018 11:38:05 +0000 (14:38 +0300)]
Parse repeated values of ConvolutionParameter

6 years agoFix multiple inputs for models from Intel's Model Optimizer
Dmitry Kurtaev [Wed, 11 Apr 2018 10:28:07 +0000 (13:28 +0300)]
Fix multiple inputs for models from Intel's Model Optimizer

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 agoFuse tf.nn.l2_normalize layer
Dmitry Kurtaev [Wed, 4 Apr 2018 17:32:00 +0000 (20:32 +0300)]
Fuse tf.nn.l2_normalize layer

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 agocore: add "check" macros
Alexander Alekhin [Fri, 23 Feb 2018 09:24:44 +0000 (09:24 +0000)]
core: add "check" macros

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 agoOpenCL GPU target for Inference Engine deep learning backend
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.

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