platform/upstream/opencv.git
5 years agophoto: Decolor corrections
yom [Tue, 7 Aug 2018 15:52:05 +0000 (17:52 +0200)]
photo: Decolor corrections
* Keep image aspect ratio in resize called in grad_system and
weak_order
* Bug correction in loop inside Decolor::gradvector

5 years agoMerge pull request #12169 from berak:photo_decolor
Alexander Alekhin [Tue, 7 Aug 2018 16:01:42 +0000 (16:01 +0000)]
Merge pull request #12169 from berak:photo_decolor

5 years agocore(test): extra tests/fixes for merge/split (#12171)
Alexander Alekhin [Tue, 7 Aug 2018 15:11:05 +0000 (18:11 +0300)]
core(test): extra tests/fixes for merge/split (#12171)

* core(test): merge hang test

* core(merge/split): fix intrin optimization

5 years agoMerge pull request #12159 from zarelaky:master
Maksim Shabunin [Tue, 7 Aug 2018 13:15:19 +0000 (13:15 +0000)]
Merge pull request #12159 from zarelaky:master

5 years agophoto: avoid resizing a const Mat in decolor()
berak [Tue, 7 Aug 2018 13:14:22 +0000 (15:14 +0200)]
photo: avoid resizing a const Mat in decolor()

5 years agoUpdate cap_gstreamer.cpp
zarelaky [Mon, 6 Aug 2018 14:11:23 +0000 (22:11 +0800)]
Update cap_gstreamer.cpp

fixed call open(int id) failed

5 years agoMerge pull request #12161 from alalek:cache_dump_neighbor_directories_for_cleanup
Maksim Shabunin [Tue, 7 Aug 2018 12:09:38 +0000 (12:09 +0000)]
Merge pull request #12161 from alalek:cache_dump_neighbor_directories_for_cleanup

5 years agoMerge pull request #12166 from berak:fix_mjpeg_decoder
Maksim Shabunin [Tue, 7 Aug 2018 12:09:13 +0000 (12:09 +0000)]
Merge pull request #12166 from berak:fix_mjpeg_decoder

5 years agovideoio: check iterator in mjpeg_encoder.cpp
berak [Tue, 7 Aug 2018 09:43:37 +0000 (11:43 +0200)]
videoio: check iterator in mjpeg_encoder.cpp

5 years agoMerge pull request #12162 from alalek:fix_intrin_12146
Alexander Alekhin [Mon, 6 Aug 2018 20:39:23 +0000 (20:39 +0000)]
Merge pull request #12162 from alalek:fix_intrin_12146

5 years agocore(intrin): avoid symbols duplication from SIMD128/256 cases
Alexander Alekhin [Mon, 6 Aug 2018 19:25:18 +0000 (19:25 +0000)]
core(intrin): avoid symbols duplication from SIMD128/256 cases

All vx_call() must be wrapped into own simd128/simd256/simd512 namespace

```
namespace CV__SIMD_NAMESPACE {
... vx_call declaration is here ...
}
```

5 years agocore: dump neighbour cache directories (from old OpenCV versions)
Alexander Alekhin [Mon, 6 Aug 2018 15:48:25 +0000 (18:48 +0300)]
core: dump neighbour cache directories (from old OpenCV versions)

- use '3.4.x' cache name for current maintenance series (there are no serious changes between releases)
- message is shown only once during creation of new cache directory
- use OPENCV_CACHE_SHOW_CLEANUP_MESSAGE=0 to hide this warning

5 years agoMerge pull request #12157 from allnes:detect_qr_code
Vadim Pisarevsky [Mon, 6 Aug 2018 14:50:28 +0000 (14:50 +0000)]
Merge pull request #12157 from allnes:detect_qr_code

5 years agoUpdate binarization
Alexander Nesterov [Sun, 5 Aug 2018 17:55:15 +0000 (14:55 -0300)]
Update binarization

5 years agoMerge pull request #12125 from dkurt:dnn_mobilenet_ppn
Vadim Pisarevsky [Mon, 6 Aug 2018 14:40:50 +0000 (14:40 +0000)]
Merge pull request #12125 from dkurt:dnn_mobilenet_ppn

5 years agoMerge pull request #12130 from dkurt:dnn_ie_mvn
Vadim Pisarevsky [Mon, 6 Aug 2018 14:37:46 +0000 (14:37 +0000)]
Merge pull request #12130 from dkurt:dnn_ie_mvn

5 years agoMerge pull request #12082 from dkurt:dnn_ie_faster_rcnn
Vadim Pisarevsky [Mon, 6 Aug 2018 14:28:58 +0000 (14:28 +0000)]
Merge pull request #12082 from dkurt:dnn_ie_faster_rcnn

5 years agoMerge pull request #12121 from maver1:amatyuko/sse2_convert_with_saturation_fix
Vadim Pisarevsky [Mon, 6 Aug 2018 14:26:37 +0000 (14:26 +0000)]
Merge pull request #12121 from maver1:amatyuko/sse2_convert_with_saturation_fix

5 years agoMerge pull request #12050 from alalek:dnn_ocl_avoid_memory_access_violation
Alexander Alekhin [Sun, 5 Aug 2018 14:47:01 +0000 (14:47 +0000)]
Merge pull request #12050 from alalek:dnn_ocl_avoid_memory_access_violation

5 years agoMerge pull request #12134 from mshabunin:add-yuv420-v4l
Alexander Alekhin [Sat, 4 Aug 2018 13:48:34 +0000 (13:48 +0000)]
Merge pull request #12134 from mshabunin:add-yuv420-v4l

5 years agoMerge pull request #12097 from xsacha:master
Alexander Alekhin [Sat, 4 Aug 2018 13:14:22 +0000 (13:14 +0000)]
Merge pull request #12097 from xsacha:master

5 years agoMerge pull request #12135 from tompollok:3.4
Alexander Alekhin [Sat, 4 Aug 2018 13:02:21 +0000 (16:02 +0300)]
Merge pull request #12135 from tompollok:3.4

imgproc: update cornerSubPix documentation

5 years agoMerge pull request #12120 from alalek:core_test_intrin_dispatched
Alexander Alekhin [Fri, 3 Aug 2018 17:07:17 +0000 (17:07 +0000)]
Merge pull request #12120 from alalek:core_test_intrin_dispatched

5 years agoMerge pull request #12123 from allnes:detect_qr_code
Alexander Alekhin [Fri, 3 Aug 2018 16:52:26 +0000 (16:52 +0000)]
Merge pull request #12123 from allnes:detect_qr_code

5 years agoSupport WITH_CUDA with clang compiler.
Sacha [Fri, 3 Aug 2018 06:42:28 +0000 (16:42 +1000)]
Support WITH_CUDA with clang compiler.

5 years agoMerge pull request #12131 from alalek:issue_12083
Alexander Alekhin [Thu, 2 Aug 2018 16:50:51 +0000 (16:50 +0000)]
Merge pull request #12131 from alalek:issue_12083

5 years agoimgproc: update cornerSubPix documentation
tompollok [Thu, 2 Aug 2018 16:00:43 +0000 (18:00 +0200)]
imgproc: update cornerSubPix documentation

5 years agovideoio: added YUV420 format (UV order) support to v4l capture
Maksim Shabunin [Thu, 2 Aug 2018 15:34:11 +0000 (18:34 +0300)]
videoio: added YUV420 format (UV order) support to v4l capture

5 years agoMerge pull request #12129 from pierrejeambrun:stitching_detailed_sift
Alexander Alekhin [Thu, 2 Aug 2018 15:22:06 +0000 (15:22 +0000)]
Merge pull request #12129 from pierrejeambrun:stitching_detailed_sift

5 years agoMVN layer using Intel's Inference Engine backend
Dmitry Kurtaev [Thu, 2 Aug 2018 13:36:15 +0000 (16:36 +0300)]
MVN layer using Intel's Inference Engine backend

5 years agocore(merge): fix SIMD loop head processing
Alexander Alekhin [Thu, 2 Aug 2018 13:54:33 +0000 (16:54 +0300)]
core(merge): fix SIMD loop head processing

5 years agofeat(stitching): Add Sift support for the FeaturesFinder
Pierre Jeambrun [Thu, 2 Aug 2018 07:58:49 +0000 (10:58 +0300)]
feat(stitching): Add Sift support for the FeaturesFinder

5 years agoMerge pull request #12124 from mshabunin:download-improve
Alexander Alekhin [Thu, 2 Aug 2018 12:13:44 +0000 (12:13 +0000)]
Merge pull request #12124 from mshabunin:download-improve

5 years agoInstall data for samples to correct directories, do not download face_detector models...
Maksim Shabunin [Wed, 1 Aug 2018 12:58:20 +0000 (15:58 +0300)]
Install data for samples to correct directories, do not download face_detector models in cmake

5 years agoRefactor code
Alexander Nesterov [Wed, 1 Aug 2018 14:49:43 +0000 (11:49 -0300)]
Refactor code

5 years agoMobileNet-SSD v1 from TensorFlow with shared convolution weights
Dmitry Kurtaev [Wed, 1 Aug 2018 08:34:04 +0000 (11:34 +0300)]
MobileNet-SSD v1 from TensorFlow with shared convolution weights

5 years agoFix for SSE2 intrinsics problem in the part of saturation arithmetic processing durin...
amatyuko [Tue, 31 Jul 2018 18:54:15 +0000 (21:54 +0300)]
Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion -
for some big negative values less than -INT_MAX+32767 the sign of the numbers is lost due to overflow that leads to
incorrect saturation to MAX value, instead of zero.
The issue is not reproduced with CV_ENABLED_INTRINSICS=OFF

5 years agocmake: add download helper scripts
Maksim Shabunin [Wed, 1 Aug 2018 12:57:53 +0000 (15:57 +0300)]
cmake: add download helper scripts

5 years agoMerge pull request #12116 from luzpaz:misc-typos
Alexander Alekhin [Wed, 1 Aug 2018 11:35:56 +0000 (11:35 +0000)]
Merge pull request #12116 from luzpaz:misc-typos

5 years agocore(test): intrinsic tests for all dispatched CPU optimizations
Alexander Alekhin [Mon, 30 Jul 2018 15:53:05 +0000 (18:53 +0300)]
core(test): intrinsic tests for all dispatched CPU optimizations

- tests for both SIMD128 / SIMD256
- different dispatched + baseline(SIMD128) intrinsics

5 years agoFaster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend
Dmitry Kurtaev [Thu, 26 Jul 2018 14:22:05 +0000 (17:22 +0300)]
Faster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend

5 years agoMerge pull request #12119 from mshabunin:fix-IE-dnn-test
Alexander Alekhin [Tue, 31 Jul 2018 18:32:52 +0000 (18:32 +0000)]
Merge pull request #12119 from mshabunin:fix-IE-dnn-test

5 years agoRestored tests dependencies processing
Maksim Shabunin [Tue, 31 Jul 2018 16:34:19 +0000 (19:34 +0300)]
Restored tests dependencies processing

5 years agoSource typo fixes
luz.paz [Tue, 31 Jul 2018 15:19:25 +0000 (11:19 -0400)]
Source typo fixes

5 years agoMisc. typos
luz.paz [Tue, 31 Jul 2018 15:11:25 +0000 (11:11 -0400)]
Misc. typos

Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`

5 years agoMerge pull request #12036 from sturkmen72:update_create_mask_cpp
Alexander Alekhin [Tue, 31 Jul 2018 15:02:16 +0000 (15:02 +0000)]
Merge pull request #12036 from sturkmen72:update_create_mask_cpp

5 years agoMerge pull request #12103 from alalek:ocl_fix_crash
Alexander Alekhin [Tue, 31 Jul 2018 14:55:42 +0000 (14:55 +0000)]
Merge pull request #12103 from alalek:ocl_fix_crash

5 years agoMerge pull request #12113 from dkurt:dnn_fix_ssd_on_myriad
Alexander Alekhin [Tue, 31 Jul 2018 14:55:18 +0000 (14:55 +0000)]
Merge pull request #12113 from dkurt:dnn_fix_ssd_on_myriad

5 years agoMerge pull request #12080 from mshabunin:fix-static-3
Alexander Alekhin [Tue, 31 Jul 2018 14:53:28 +0000 (14:53 +0000)]
Merge pull request #12080 from mshabunin:fix-static-3

5 years agoMerge pull request #12105 from mshabunin:fix-ie-R2
Alexander Alekhin [Tue, 31 Jul 2018 14:22:45 +0000 (14:22 +0000)]
Merge pull request #12105 from mshabunin:fix-ie-R2

5 years agodnn: modified IE search, R2 compatibility fixed
Maksim Shabunin [Mon, 30 Jul 2018 15:21:17 +0000 (18:21 +0300)]
dnn: modified IE search, R2 compatibility fixed

5 years agoMerge pull request #12111 from seiko2plus:issue12110
Alexander Alekhin [Tue, 31 Jul 2018 09:21:41 +0000 (09:21 +0000)]
Merge pull request #12111 from seiko2plus:issue12110

5 years agoAdd missing parameter to DetectionOutput layer from Intel's Inference Engine
Dmitry Kurtaev [Tue, 31 Jul 2018 08:37:45 +0000 (11:37 +0300)]
Add missing parameter to DetectionOutput layer from Intel's Inference Engine

5 years agocore:test Fix fp16 build if AVX2 sets as baseline
Sayed Adel [Tue, 31 Jul 2018 07:47:11 +0000 (09:47 +0200)]
core:test Fix fp16 build if AVX2 sets as baseline

5 years agoUpdate create_mask.cpp
Suleyman TURKMEN [Sun, 22 Jul 2018 10:32:43 +0000 (13:32 +0300)]
Update create_mask.cpp

5 years agoMerge pull request #12004 from mshabunin:more-asserts
Alexander Alekhin [Mon, 30 Jul 2018 16:42:09 +0000 (16:42 +0000)]
Merge pull request #12004 from mshabunin:more-asserts

5 years agoMerge pull request #12046 from VladKarpushin:tutorial-using-out-of-focus-deblur-filter
Alexander Alekhin [Mon, 30 Jul 2018 16:36:39 +0000 (16:36 +0000)]
Merge pull request #12046 from VladKarpushin:tutorial-using-out-of-focus-deblur-filter

5 years agoMerge pull request #12088 from alalek:ocl_callback_catch_exceptions
Alexander Alekhin [Mon, 30 Jul 2018 16:33:41 +0000 (16:33 +0000)]
Merge pull request #12088 from alalek:ocl_callback_catch_exceptions

5 years agoMerge pull request #12087 from alalek:docs_videowriter_write_bgr_input
Alexander Alekhin [Mon, 30 Jul 2018 16:33:23 +0000 (16:33 +0000)]
Merge pull request #12087 from alalek:docs_videowriter_write_bgr_input

5 years agoMerge pull request #12056 from seiko2plus:coreExpandTests
Alexander Alekhin [Mon, 30 Jul 2018 16:23:11 +0000 (16:23 +0000)]
Merge pull request #12056 from seiko2plus:coreExpandTests

5 years agoMerge pull request #12102 from csukuangfj:patch_3
Alexander Alekhin [Mon, 30 Jul 2018 12:48:06 +0000 (12:48 +0000)]
Merge pull request #12102 from csukuangfj:patch_3

5 years agocore(ocl): do not split refcount operations / compare
Alexander Alekhin [Mon, 30 Jul 2018 11:09:50 +0000 (14:09 +0300)]
core(ocl): do not split refcount operations / compare

- check result from CV_XADD() directly
- decrease urefcount after unmap() call only

5 years agoMerge pull request #12101 from miaow1988:dev-fix-mat-pushback
Alexander Alekhin [Mon, 30 Jul 2018 11:26:25 +0000 (11:26 +0000)]
Merge pull request #12101 from miaow1988:dev-fix-mat-pushback

5 years agoFixed the int size overflow bug of cv::Mat.push_back().
miaow1988 [Mon, 30 Jul 2018 09:04:15 +0000 (17:04 +0800)]
Fixed the int size overflow bug of cv::Mat.push_back().

Changed the type of variable *r* from int to size_t.
This change makes sure that a valid result of std::max(r + delta,
(r*3+1)/2) can be passed into the reserve function.

5 years agofix a typo.
Kuang Fangjun [Mon, 30 Jul 2018 10:18:18 +0000 (18:18 +0800)]
fix a typo.

5 years agocore:test Expand hal_intrin tests to support SIMD256
Sayed Adel [Tue, 24 Jul 2018 23:01:19 +0000 (01:01 +0200)]
core:test Expand hal_intrin tests to support SIMD256

5 years agoMerge pull request #12094 from seiko2plus:coreFixAvx2Interleave32
Alexander Alekhin [Sun, 29 Jul 2018 20:51:55 +0000 (20:51 +0000)]
Merge pull request #12094 from seiko2plus:coreFixAvx2Interleave32

5 years agocore:avx2 fix unaligned store for v_store_interleave v_uint32x8-3ch
Sayed Adel [Sun, 29 Jul 2018 16:22:46 +0000 (18:22 +0200)]
core:avx2 fix unaligned store for v_store_interleave v_uint32x8-3ch

5 years agoMerge pull request #12081 from mshabunin:fix-ie-build
Alexander Alekhin [Sat, 28 Jul 2018 20:34:19 +0000 (20:34 +0000)]
Merge pull request #12081 from mshabunin:fix-ie-build

5 years agocore(ocl): don't expose exceptions from OpenCL callback
Alexander Alekhin [Sat, 28 Jul 2018 10:29:26 +0000 (10:29 +0000)]
core(ocl): don't expose exceptions from OpenCL callback

to avoid silent crashes of OpenCL worker threads.

5 years agovideoio: add note about image BGR format VideoWriter::write()
Alexander Alekhin [Sat, 28 Jul 2018 09:08:09 +0000 (09:08 +0000)]
videoio: add note about image BGR format VideoWriter::write()

5 years agoMerge pull request #12067 from mshabunin:clean-test-case-list
Alexander Alekhin [Sat, 28 Jul 2018 06:21:53 +0000 (06:21 +0000)]
Merge pull request #12067 from mshabunin:clean-test-case-list

5 years agoFixed build with latest IE version
Maksim Shabunin [Fri, 27 Jul 2018 16:56:35 +0000 (19:56 +0300)]
Fixed build with latest IE version

5 years agoFixed several issues found by static analysis, GStreamer backend
Maksim Shabunin [Fri, 27 Jul 2018 15:41:39 +0000 (18:41 +0300)]
Fixed several issues found by static analysis, GStreamer backend

5 years agoFixed several issues found by static analysis, Windows-specific
Maksim Shabunin [Fri, 27 Jul 2018 15:25:55 +0000 (18:25 +0300)]
Fixed several issues found by static analysis, Windows-specific

5 years agoMerge pull request #12078 from mshabunin:fix-plus-dir
Alexander Alekhin [Fri, 27 Jul 2018 15:00:33 +0000 (15:00 +0000)]
Merge pull request #12078 from mshabunin:fix-plus-dir

5 years agodnn(ocl): avoid memory access violation
Alexander Alekhin [Tue, 24 Jul 2018 12:49:59 +0000 (15:49 +0300)]
dnn(ocl): avoid memory access violation

5 years agocmake: fixed builds in directories containing plus sign
Maksim Shabunin [Fri, 27 Jul 2018 11:29:01 +0000 (14:29 +0300)]
cmake: fixed builds in directories containing plus sign

5 years agodoc: add new tutorial "Out of focus deblur filter"
Karpushin Vladislav [Tue, 24 Jul 2018 09:54:17 +0000 (16:54 +0700)]
doc: add new tutorial "Out of focus deblur filter"

In this tutorial you will learn:
- what is a degradation image model
- what is a PSF of an out-of-focus image
- how to restore a blurred image
- what is the Wiener filter

5 years agoMerge pull request #12061 from alalek:dnn_test_skip_checks_only
Alexander Alekhin [Thu, 26 Jul 2018 15:15:32 +0000 (15:15 +0000)]
Merge pull request #12061 from alalek:dnn_test_skip_checks_only

5 years agoMerge pull request #12060 from alalek:dnn_debug_layers
Alexander Alekhin [Thu, 26 Jul 2018 15:14:32 +0000 (15:14 +0000)]
Merge pull request #12060 from alalek:dnn_debug_layers

5 years agoMerge pull request #12025 from Triplesalt:tfimport-relu
Alexander Alekhin [Thu, 26 Jul 2018 15:08:05 +0000 (15:08 +0000)]
Merge pull request #12025 from Triplesalt:tfimport-relu

5 years agoAdded more strict checks for empty inputs to compare, meanStdDev and RNG::fill
Maksim Shabunin [Wed, 18 Jul 2018 12:24:58 +0000 (15:24 +0300)]
Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill

5 years agots: test case list is printed after cmd line parsing, refactored
Maksim Shabunin [Thu, 26 Jul 2018 13:27:47 +0000 (16:27 +0300)]
ts: test case list is printed after cmd line parsing, refactored

5 years agoAllow a different input order for Mul+Maximum.
Triplesalt [Fri, 20 Jul 2018 01:03:17 +0000 (03:03 +0200)]
Allow a different input order for Mul+Maximum.

Squashed : ReLU operand order tests.

5 years agoMerge pull request #12052 from dkurt:dnn_ie_torch_tests
Vadim Pisarevsky [Thu, 26 Jul 2018 09:09:35 +0000 (09:09 +0000)]
Merge pull request #12052 from dkurt:dnn_ie_torch_tests

5 years agofurther improvements in split & merge; started using non-temporary store instructions...
Vadim Pisarevsky [Thu, 26 Jul 2018 09:04:28 +0000 (12:04 +0300)]
further improvements in split & merge; started using non-temporary store instructions (#12063)

* 1. changed static const __m128/256 to const __m128/256 to avoid wierd instructions and calls inserted by compiler.
2. added universal intrinsics that wrap MOVNTPS and other such (non-temporary or "no cache" store) instructions. v_store_interleave() and v_store() got respective flags/overloaded variants
3. rewrote split & merge to use the "no cache" store instructions. It resulted in dramatic performance improvement when processing big arrays

* hopefully, fixed some test failures where 4-channel v_store_interleave() is used

* added missing implementation of the new universal intrinsics (v_store_aligned_nocache() etc.)

* fixed silly typo in the new intrinsics in intrin_vsx.hpp

* still trying to fix VSX compiler errors

* still trying to fix VSX compiler errors

* still trying to fix VSX compiler errors

* still trying to fix VSX compiler errors

5 years agoFaster-RCNN anf RFCN models on CPU using Intel's Inference Engine backend.
Dmitry Kurtaev [Tue, 24 Jul 2018 16:12:58 +0000 (19:12 +0300)]
Faster-RCNN anf RFCN models on CPU using Intel's Inference Engine backend.
Enable Torch layers tests with Intel's Inference Engine backend.

5 years agodnn(test): skip checks only for unstable tests
Alexander Alekhin [Wed, 25 Jul 2018 13:53:37 +0000 (16:53 +0300)]
dnn(test): skip checks only for unstable tests

but execute tested functions in Layer_Test_Halide/Convolution.Accuracy

5 years agodnn(test): use Backend/Target enums
Alexander Alekhin [Wed, 25 Jul 2018 13:51:11 +0000 (16:51 +0300)]
dnn(test): use Backend/Target enums

instead of 'int'

5 years agodnn: check layer output for NaN/Inf
Alexander Alekhin [Fri, 20 Jul 2018 12:19:44 +0000 (15:19 +0300)]
dnn: check layer output for NaN/Inf

5 years agoMerge pull request #12048 from mshabunin:fix-static-2
Alexander Alekhin [Tue, 24 Jul 2018 19:45:27 +0000 (19:45 +0000)]
Merge pull request #12048 from mshabunin:fix-static-2

5 years agoMerge pull request #12047 from alalek:issue_12045
Alexander Alekhin [Tue, 24 Jul 2018 19:44:25 +0000 (19:44 +0000)]
Merge pull request #12047 from alalek:issue_12045

5 years agoMerge pull request #12020 from alalek:videoio_backends_query_api
Alexander Alekhin [Tue, 24 Jul 2018 19:43:49 +0000 (19:43 +0000)]
Merge pull request #12020 from alalek:videoio_backends_query_api

5 years agoconverted split() & merge() to wide univ intrinsics (#12044)
Vadim Pisarevsky [Tue, 24 Jul 2018 14:27:56 +0000 (17:27 +0300)]
converted split() & merge() to wide univ intrinsics (#12044)

* fixed/updated v_load_deinterleave and v_store_interleave intrinsics; modified split() and merge() functions to use those intrinsics

* fixed a few compile errors and bug in v_load_deinterleave(ptr, v_uint32x4& a, v_uint32x4& b)

* fixed few more compile errors

5 years agoMore issues found by static analysis
Maksim Shabunin [Tue, 24 Jul 2018 11:14:13 +0000 (14:14 +0300)]
More issues found by static analysis

5 years agoMerge pull request #12021 from dkurt:dnn_ie_tf_ssd
Alexander Alekhin [Tue, 24 Jul 2018 13:03:41 +0000 (13:03 +0000)]
Merge pull request #12021 from dkurt:dnn_ie_tf_ssd

5 years agoMerge pull request #12037 from dkurt:test_openvino_models
Alexander Alekhin [Tue, 24 Jul 2018 12:34:04 +0000 (12:34 +0000)]
Merge pull request #12037 from dkurt:test_openvino_models

5 years agoMerge pull request #12041 from mshabunin:fix-static-2
Alexander Alekhin [Tue, 24 Jul 2018 11:10:01 +0000 (11:10 +0000)]
Merge pull request #12041 from mshabunin:fix-static-2

5 years agoobjdetect(qr): update test code
Alexander Alekhin [Tue, 24 Jul 2018 10:08:58 +0000 (13:08 +0300)]
objdetect(qr): update test code

improve error checks