platform/upstream/opencv.git
5 years agoFix cv::selectROI rectangle rendering issue
John Smith [Fri, 19 Jul 2019 12:07:09 +0000 (14:07 +0200)]
Fix cv::selectROI rectangle rendering issue

5 years agorelease: OpenCV 4.1.0
Alexander Alekhin [Sun, 7 Apr 2019 17:09:10 +0000 (17:09 +0000)]
release: OpenCV 4.1.0

OpenCV 4.1.0

5 years agoMerge tag '4.1.0-openvino'
Alexander Alekhin [Sun, 7 Apr 2019 17:07:04 +0000 (17:07 +0000)]
Merge tag '4.1.0-openvino'

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Sun, 7 Apr 2019 12:35:15 +0000 (12:35 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge tag '3.4.6'
Alexander Alekhin [Sun, 7 Apr 2019 11:02:40 +0000 (11:02 +0000)]
Merge tag '3.4.6'

5 years agoOpenCV version++ (3.4.6)
Alexander Alekhin [Sat, 6 Apr 2019 21:43:23 +0000 (21:43 +0000)]
OpenCV version++ (3.4.6)

OpenCV 3.4.6

5 years agoMerge pull request #14271 from alalek:issue_14259
Alexander Alekhin [Sat, 6 Apr 2019 21:37:10 +0000 (21:37 +0000)]
Merge pull request #14271 from alalek:issue_14259

5 years agocalib3d: don't change input data
Alexander Alekhin [Sat, 6 Apr 2019 18:39:42 +0000 (18:39 +0000)]
calib3d: don't change input data

- estimateAffine2D/estimateAffinePartial2D() calls

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Fri, 5 Apr 2019 19:02:24 +0000 (19:02 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14267 from mshabunin:fix-osx-camera-auth
Maksim Shabunin [Fri, 5 Apr 2019 18:58:01 +0000 (21:58 +0300)]
Merge pull request #14267 from mshabunin:fix-osx-camera-auth

* Added authorization request to AVFoundation camera backend (OSX 10.14+)

5 years agoMerge pull request #14268 from alalek:fix_ossfuzz_13283
Alexander Alekhin [Fri, 5 Apr 2019 18:56:19 +0000 (18:56 +0000)]
Merge pull request #14268 from alalek:fix_ossfuzz_13283

5 years agoimgcodecs(tiff): check TIFF tile size
Alexander Alekhin [Fri, 5 Apr 2019 14:56:48 +0000 (17:56 +0300)]
imgcodecs(tiff): check TIFF tile size

oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13280
oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13283

5 years agoMerge pull request #14266 from dkurt:fix_qrcode_decode_java
Dmitry Kurtaev [Fri, 5 Apr 2019 14:15:51 +0000 (17:15 +0300)]
Merge pull request #14266 from dkurt:fix_qrcode_decode_java

* Fix decode and detectAndDecode Java wrappers for QRCodeDetector

* revert changes in objdetect

* java: fix wrapping of std::string type

5 years agoMerge pull request #14256 from alalek:fix_docs_links_3.4
Alexander Alekhin [Fri, 5 Apr 2019 12:45:49 +0000 (12:45 +0000)]
Merge pull request #14256 from alalek:fix_docs_links_3.4

5 years agoMerge pull request #14251 from dkurt:dnn_tf_manage_switch
Alexander Alekhin [Fri, 5 Apr 2019 12:43:22 +0000 (12:43 +0000)]
Merge pull request #14251 from dkurt:dnn_tf_manage_switch

5 years agoRemove Switch and Merge nodes from TensorFlow networks
Dmitry Kurtaev [Wed, 3 Apr 2019 10:42:06 +0000 (13:42 +0300)]
Remove Switch and Merge nodes from TensorFlow networks

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Thu, 4 Apr 2019 18:09:24 +0000 (18:09 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14249 from alalek:imgcodecs_tiff_update_3.4
Alexander Alekhin [Thu, 4 Apr 2019 16:17:09 +0000 (16:17 +0000)]
Merge pull request #14249 from alalek:imgcodecs_tiff_update_3.4

5 years agodocs: fix links
Alexander Alekhin [Thu, 4 Apr 2019 15:57:22 +0000 (18:57 +0300)]
docs: fix links

- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages

5 years agoMerge pull request #14245 from mehlukas:3.4-fixtutorial
mehlukas [Thu, 4 Apr 2019 14:44:03 +0000 (16:44 +0200)]
Merge pull request #14245 from mehlukas:3.4-fixtutorial

* improve thresholding tutorial, fix grammar issues and incorrections

* keep full list of simple thresholding types

5 years agoMerge pull request #14252 from balachandarsv:master-mac-openvino-support
BALACHANDAR S [Thu, 4 Apr 2019 14:37:45 +0000 (20:07 +0530)]
Merge pull request #14252 from balachandarsv:master-mac-openvino-support

* Mac support for op inference engine

Adding condition to check for mac and add corresponding libraries

* Adding mac support in test cases

5 years agoimgcodecs(tiff): sanitize tiff decoder
Alexander Alekhin [Thu, 4 Apr 2019 00:35:08 +0000 (00:35 +0000)]
imgcodecs(tiff): sanitize tiff decoder

- more checks
- drop separate branches for 32FC1/32FC3(read) handling
- added for 32F/64F non-compressed
- added tests for 32FC3 (RAW + hdr SGILOG compression)
- added test 64FC1
- dump tiff errors on stderr

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Wed, 3 Apr 2019 19:33:52 +0000 (19:33 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14233 from alalek:cmake_fix_license_install
Alexander Alekhin [Wed, 3 Apr 2019 19:30:47 +0000 (19:30 +0000)]
Merge pull request #14233 from alalek:cmake_fix_license_install

5 years agoMerge pull request #14229 from alalek:ffmpeg_downloader_elevated_run
Alexander Alekhin [Wed, 3 Apr 2019 19:29:28 +0000 (19:29 +0000)]
Merge pull request #14229 from alalek:ffmpeg_downloader_elevated_run

5 years agoMerge pull request #14241 from alalek:openvino_2019R1
Alexander Alekhin [Wed, 3 Apr 2019 19:26:46 +0000 (19:26 +0000)]
Merge pull request #14241 from alalek:openvino_2019R1

5 years agoMerge pull request #14117 from 103yiran:103yiran-patch-dnn
103yiran [Wed, 3 Apr 2019 19:13:11 +0000 (03:13 +0800)]
Merge pull request #14117 from 103yiran:103yiran-patch-dnn

* Postpone variable definitions

* dnn: reduce scope of 'Mat image' variable

5 years agodnn(test): skip tests
Alexander Alekhin [Wed, 3 Apr 2019 14:49:05 +0000 (17:49 +0300)]
dnn(test): skip tests

5 years agoMerge pull request #14144 from alalek:issue_14143
Alexander Alekhin [Wed, 3 Apr 2019 14:35:54 +0000 (14:35 +0000)]
Merge pull request #14144 from alalek:issue_14143

5 years agodnn: update DNNTestOpenVINO.models tests
Alexander Alekhin [Tue, 2 Apr 2019 12:03:32 +0000 (15:03 +0300)]
dnn: update DNNTestOpenVINO.models tests

- models are moved out from OpenVINO package
- need to download them separatelly

5 years agodnn: use OpenVINO 2019R1 defines
Alexander Alekhin [Mon, 1 Apr 2019 12:00:25 +0000 (15:00 +0300)]
dnn: use OpenVINO 2019R1 defines

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Tue, 2 Apr 2019 20:54:41 +0000 (20:54 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14234 from alalek:backport_14203
Alexander Alekhin [Tue, 2 Apr 2019 16:34:41 +0000 (16:34 +0000)]
Merge pull request #14234 from alalek:backport_14203

5 years agoMerge pull request #14217 from alalek:fix_world_gapi_tests
Alexander Alekhin [Tue, 2 Apr 2019 16:27:12 +0000 (16:27 +0000)]
Merge pull request #14217 from alalek:fix_world_gapi_tests

5 years agocmake: fix licenses install rules
Alexander Alekhin [Tue, 2 Apr 2019 14:47:03 +0000 (17:47 +0300)]
cmake: fix licenses install rules

5 years agoMerge pull request #14175 from paroj:copyto
Alexander Alekhin [Tue, 2 Apr 2019 16:17:59 +0000 (16:17 +0000)]
Merge pull request #14175 from paroj:copyto

5 years agoimgcodecs(sunras): avoid undefined shift
Alexander Alekhin [Sun, 31 Mar 2019 12:14:42 +0000 (12:14 +0000)]
imgcodecs(sunras): avoid undefined shift

backporting of commit: f2803aba07c1c522b409cce5390e757f54d7794d

5 years agoMerge pull request #14203 from alalek:fix_ossfuzz_13292
Alexander Alekhin [Tue, 2 Apr 2019 15:15:13 +0000 (15:15 +0000)]
Merge pull request #14203 from alalek:fix_ossfuzz_13292

5 years agoMerge pull request #14228 from dkurt:conv_1x1
Alexander Alekhin [Tue, 2 Apr 2019 14:35:50 +0000 (14:35 +0000)]
Merge pull request #14228 from dkurt:conv_1x1

5 years agoMerge pull request #14222 from alalek:cmake_remove_test_include_dirs
Alexander Alekhin [Tue, 2 Apr 2019 14:34:36 +0000 (14:34 +0000)]
Merge pull request #14222 from alalek:cmake_remove_test_include_dirs

5 years agoMerge pull request #14223 from alalek:backport_14201
Alexander Alekhin [Tue, 2 Apr 2019 14:33:57 +0000 (14:33 +0000)]
Merge pull request #14223 from alalek:backport_14201

5 years agoFFmpeg: try to download wrapper with elevated privileges
Alexander Alekhin [Tue, 2 Apr 2019 13:38:28 +0000 (16:38 +0300)]
FFmpeg: try to download wrapper with elevated privileges

5 years agoEnable 1x1 convolution optimization
Dmitry Kurtaev [Tue, 2 Apr 2019 11:05:17 +0000 (14:05 +0300)]
Enable 1x1 convolution optimization

5 years agogapi: fix tests build
Alexander Alekhin [Mon, 1 Apr 2019 14:31:03 +0000 (17:31 +0300)]
gapi: fix tests build

5 years agocmake: don't add tests dirs as include directories
Alexander Alekhin [Mon, 1 Apr 2019 14:30:10 +0000 (17:30 +0300)]
cmake: don't add tests dirs as include directories

- use relative paths for includes
- fix PCH generation with GCC (dummy file has been used)

5 years agoMerge pull request #14225 from zuoshaobo:my3.4
Alexander Alekhin [Tue, 2 Apr 2019 09:57:26 +0000 (09:57 +0000)]
Merge pull request #14225 from zuoshaobo:my3.4

5 years agoMerge pull request #14227 from dkurt:fix_build_with_ie
Alexander Alekhin [Tue, 2 Apr 2019 09:38:05 +0000 (09:38 +0000)]
Merge pull request #14227 from dkurt:fix_build_with_ie

5 years agocmake: don't add tests dirs as include directories
Alexander Alekhin [Mon, 1 Apr 2019 14:30:10 +0000 (17:30 +0300)]
cmake: don't add tests dirs as include directories

- use relative paths for includes
- fix PCH generation with GCC (dummy file has been used)

5 years agoFix build with IE > 2018R5
Dmitry Kurtaev [Tue, 2 Apr 2019 08:54:50 +0000 (11:54 +0300)]
Fix build with IE > 2018R5

5 years agoadd support for tf.add_n operation
zuoshaobo [Tue, 2 Apr 2019 07:20:53 +0000 (03:20 -0400)]
add support for   tf.add_n operation

5 years agoMerge pull request #14201 from alalek:fix_ossfuzz_13295
Alexander Alekhin [Mon, 1 Apr 2019 18:47:00 +0000 (18:47 +0000)]
Merge pull request #14201 from alalek:fix_ossfuzz_13295

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Mon, 1 Apr 2019 15:11:10 +0000 (18:11 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14214 from alalek:backport_14202
Alexander Alekhin [Mon, 1 Apr 2019 14:39:25 +0000 (14:39 +0000)]
Merge pull request #14214 from alalek:backport_14202

5 years agoMerge pull request #14212 from dkurt:reduce_ie_models_tests
Alexander Alekhin [Mon, 1 Apr 2019 14:38:07 +0000 (14:38 +0000)]
Merge pull request #14212 from dkurt:reduce_ie_models_tests

5 years agoMerge pull request #14207 from alalek:fix_leak_eigenvalue_decomposition
Alexander Alekhin [Mon, 1 Apr 2019 14:17:37 +0000 (14:17 +0000)]
Merge pull request #14207 from alalek:fix_leak_eigenvalue_decomposition

5 years agoimgcodecs(tiff): avoid leak of helper struct on malformed inputs
Alexander Alekhin [Sun, 31 Mar 2019 11:50:33 +0000 (11:50 +0000)]
imgcodecs(tiff): avoid leak of helper struct on malformed inputs

backporting of commit: 45428b897fa718ca44ac7834d6a1ee6f6b64a3f6

5 years agoMerge pull request #14194 from alalek:backport_14193
Alexander Alekhin [Mon, 1 Apr 2019 14:03:13 +0000 (14:03 +0000)]
Merge pull request #14194 from alalek:backport_14193

5 years agoReduce number of tested models from OpenVINO
Dmitry Kurtaev [Mon, 1 Apr 2019 12:15:00 +0000 (15:15 +0300)]
Reduce number of tested models from OpenVINO

5 years agoMerge pull request #14200 from alalek:fix_imgcodecs_stream_set_pos
Alexander Alekhin [Mon, 1 Apr 2019 11:04:20 +0000 (11:04 +0000)]
Merge pull request #14200 from alalek:fix_imgcodecs_stream_set_pos

5 years agocore(lda): don't perform calculations in constructor
Alexander Alekhin [Sun, 31 Mar 2019 21:48:44 +0000 (21:48 +0000)]
core(lda): don't perform calculations in constructor

- exceptions from constructor will not cause destructor calls

5 years agoMerge pull request #14206 from alalek:issue_14205
Alexander Alekhin [Sun, 31 Mar 2019 20:58:17 +0000 (20:58 +0000)]
Merge pull request #14206 from alalek:issue_14205

5 years agocmake: fix CUDA world build
Alexander Alekhin [Sun, 31 Mar 2019 19:54:13 +0000 (19:54 +0000)]
cmake: fix CUDA world build

5 years agoMerge pull request #14202 from alalek:fix_ossfuzz_13285
Alexander Alekhin [Sun, 31 Mar 2019 14:39:20 +0000 (14:39 +0000)]
Merge pull request #14202 from alalek:fix_ossfuzz_13285

5 years agoMerge pull request #14198 from alalek:issue_14195
Alexander Alekhin [Sun, 31 Mar 2019 12:56:57 +0000 (12:56 +0000)]
Merge pull request #14198 from alalek:issue_14195

5 years agoimgcodecs: fix RBaseStream::setPos() outside of current block
Alexander Alekhin [Sun, 31 Mar 2019 10:16:49 +0000 (10:16 +0000)]
imgcodecs: fix RBaseStream::setPos() outside of current block

Seeking outside of the current block doesn't update actual data,
so getByte()/etc will get wrong data from stalled buffer.

5 years agoimgcodecs(sunras): avoid undefined shift
Alexander Alekhin [Sun, 31 Mar 2019 12:14:42 +0000 (12:14 +0000)]
imgcodecs(sunras): avoid undefined shift

oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13292

5 years agoimgcodecs(tiff): avoid leak of helper struct on malformed inputs
Alexander Alekhin [Sun, 31 Mar 2019 11:50:33 +0000 (11:50 +0000)]
imgcodecs(tiff): avoid leak of helper struct on malformed inputs

oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13285

5 years agoMerge pull request #14199 from devnexen:openbsd_build_fix
Alexander Alekhin [Sun, 31 Mar 2019 11:14:42 +0000 (11:14 +0000)]
Merge pull request #14199 from devnexen:openbsd_build_fix

5 years agoimgcodecs(bmp): limit size of processed images
Alexander Alekhin [Sun, 31 Mar 2019 10:43:30 +0000 (10:43 +0000)]
imgcodecs(bmp): limit size of processed images

2Gb+ images can't be handled properly by current implementation

backporting of commit: 50a6f9d251bfe9c3aec6c977391f38a7b790fe4c

5 years agoimgcodecs(bmp): limit size of processed images
Alexander Alekhin [Sun, 31 Mar 2019 10:43:30 +0000 (10:43 +0000)]
imgcodecs(bmp): limit size of processed images

2Gb+ images can't be handled properly by current implementation

ozz-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13295

5 years agoOpenBSD build fix
David Carlier [Sun, 31 Mar 2019 09:38:35 +0000 (10:38 +0100)]
OpenBSD build fix

required for close calls.

5 years agocmake: fix build of dnn tests with shared common code
Alexander Alekhin [Sun, 31 Mar 2019 08:51:09 +0000 (08:51 +0000)]
cmake: fix build of dnn tests with shared common code

- don't share .cpp files (PCH support is broken)

5 years agoMerge pull request #14196 from seiko2plus:issue14195
Alexander Alekhin [Sun, 31 Mar 2019 08:18:55 +0000 (08:18 +0000)]
Merge pull request #14196 from seiko2plus:issue14195

5 years agodnn:perf add missing definition __OPENCV_TEST to fix pch
Sayed Adel [Sun, 31 Mar 2019 01:28:33 +0000 (03:28 +0200)]
dnn:perf add missing definition __OPENCV_TEST to fix pch

5 years ago3rdparty(zlib): prevent uninitialized use of state->check
Alexander Alekhin [Sat, 30 Mar 2019 18:19:41 +0000 (18:19 +0000)]
3rdparty(zlib): prevent uninitialized use of state->check

backporting of commit: 8afb2f0cb7a712d03dd58a2873fc449215df153d

5 years agoMerge pull request #14193 from alalek:fix_ossfuzz_13317
Alexander Alekhin [Sat, 30 Mar 2019 20:26:15 +0000 (20:26 +0000)]
Merge pull request #14193 from alalek:fix_ossfuzz_13317

5 years ago3rdparty(zlib): prevent uninitialized use of state->check
Alexander Alekhin [Sat, 30 Mar 2019 18:19:41 +0000 (18:19 +0000)]
3rdparty(zlib): prevent uninitialized use of state->check

ozz-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13317
PR: https://github.com/opencv/opencv/pull/14193
zlib upstream bug: madler/zlib#245
Ported fix: https://chromium.googlesource.com/chromium/src/+/ee376c65abdd5afe787bfb63af9f2e82fdc35c2e

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Fri, 29 Mar 2019 19:21:47 +0000 (19:21 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14156 from mshabunin:videowriter-bad-test
Maksim Shabunin [Fri, 29 Mar 2019 14:52:22 +0000 (17:52 +0300)]
Merge pull request #14156 from mshabunin:videowriter-bad-test

* videoio: added bad parameters handling to VideoWriter

* AVFoundation/Writer: support UTF-8, check input parameters

5 years agoMerge pull request #13932 from l-bat:MyriadX_master_dldt
Lubov Batanina [Fri, 29 Mar 2019 13:42:58 +0000 (16:42 +0300)]
Merge pull request #13932 from l-bat:MyriadX_master_dldt

* Fix precision in tests for MyriadX

* Fix ONNX tests

* Add output range in ONNX tests

* Skip tests on Myriad OpenVINO 2018R5

* Add detect MyriadX

* Add detect MyriadX on OpenVINO R5

* Skip tests on Myriad next version of OpenVINO

* dnn(ie): VPU type from environment variable

* dnn(test): validate VPU type

* dnn(test): update DLIE test skip conditions

5 years agocore: python - test cv::copyTo with pre-allocated dst
Pavel Rojtberg [Thu, 28 Mar 2019 11:08:36 +0000 (12:08 +0100)]
core: python - test cv::copyTo with pre-allocated dst

5 years agoMerge pull request #14154 from GeorgeWilson96:bugfix/14148
George Wilson [Thu, 28 Mar 2019 19:31:38 +0000 (19:31 +0000)]
Merge pull request #14154 from GeorgeWilson96:bugfix/14148

* Fixed #14148 Broken Documentation Link

* fixup: use 3.4 branch

5 years agogapi: fix build with Intel Compiler 2019
Alexander Alekhin [Mon, 25 Mar 2019 14:56:55 +0000 (17:56 +0300)]
gapi: fix build with Intel Compiler 2019

5 years agoMerge pull request #14177 from alalek:fix_14173
Alexander Alekhin [Thu, 28 Mar 2019 14:57:07 +0000 (14:57 +0000)]
Merge pull request #14177 from alalek:fix_14173

5 years agoMerge pull request #14166 from dkurt:fix_slim_mobilenet_v2
Alexander Alekhin [Thu, 28 Mar 2019 14:37:35 +0000 (14:37 +0000)]
Merge pull request #14166 from dkurt:fix_slim_mobilenet_v2

5 years agoMerge pull request #14170 from alalek:cmake_hide_helper_modules
Alexander Alekhin [Thu, 28 Mar 2019 14:25:27 +0000 (14:25 +0000)]
Merge pull request #14170 from alalek:cmake_hide_helper_modules

5 years agoMerge pull request #14168 from alalek:dnn_fix_drop_IE_2018R2
Alexander Alekhin [Thu, 28 Mar 2019 14:23:39 +0000 (14:23 +0000)]
Merge pull request #14168 from alalek:dnn_fix_drop_IE_2018R2

5 years agocmake: emit error if CUDA is enabled without opencv_contrib
Alexander Alekhin [Thu, 28 Mar 2019 13:51:11 +0000 (16:51 +0300)]
cmake: emit error if CUDA is enabled without opencv_contrib

5 years agoMerge pull request #14172 from smirnov-alexey:gapi_fix_nv12_valgrind
Alexander Alekhin [Thu, 28 Mar 2019 13:45:45 +0000 (13:45 +0000)]
Merge pull request #14172 from smirnov-alexey:gapi_fix_nv12_valgrind

5 years agoFix valgrind issue in NV12 test
smirnov-alexey [Thu, 28 Mar 2019 09:59:51 +0000 (12:59 +0300)]
Fix valgrind issue in NV12 test

5 years agocmake: hide helper modules
Alexander Alekhin [Wed, 27 Mar 2019 21:42:24 +0000 (21:42 +0000)]
cmake: hide helper modules

- bindings generators
- keep "ts" module

5 years agodnn: fix support drop for IE<2018R3
Alexander Alekhin [Wed, 27 Mar 2019 18:29:24 +0000 (18:29 +0000)]
dnn: fix support drop for IE<2018R3

- fix build with IE 2018R3

5 years agoMerge pull request #14162 from alalek:eliminate_coverity_scan_issues
Alexander Alekhin [Wed, 27 Mar 2019 12:48:00 +0000 (15:48 +0300)]
Merge pull request #14162 from alalek:eliminate_coverity_scan_issues

core: eliminate coverity scan issues (#14162)

* core(hal): avoid using of r,g,b,a parameters in interleave/deinterleave

- static analysis tools blame on possible parameters reordering
- align AVX parameters with corresponding SSE/NEO/VSX/cpp code

* core: avoid "i,j" parameters in Matx methods

- static analysis tools blame on possible parameters reordering

* core: resolve coverity scan issues

5 years agoMerge pull request #14102 from alalek:core_refactor_eigenvalues
Alexander Alekhin [Wed, 27 Mar 2019 12:46:50 +0000 (12:46 +0000)]
Merge pull request #14102 from alalek:core_refactor_eigenvalues

5 years agoFix Mobilenet v2 from TensorFlow slim
Dmitry Kurtaev [Wed, 27 Mar 2019 12:10:57 +0000 (15:10 +0300)]
Fix Mobilenet v2 from TensorFlow slim

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Tue, 26 Mar 2019 18:55:53 +0000 (18:55 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14146 from alalek:cmake_cmp0068
Alexander Alekhin [Tue, 26 Mar 2019 17:16:58 +0000 (17:16 +0000)]
Merge pull request #14146 from alalek:cmake_cmp0068

5 years agoMerge pull request #13989 from kohei-us:onnx-conv-transpose-output-shape
Alexander Alekhin [Tue, 26 Mar 2019 17:04:52 +0000 (17:04 +0000)]
Merge pull request #13989 from kohei-us:onnx-conv-transpose-output-shape

5 years agoMerge pull request #14155 from alalek:fix_macos_ocl_warnings_3.4
Alexander Alekhin [Tue, 26 Mar 2019 15:34:49 +0000 (15:34 +0000)]
Merge pull request #14155 from alalek:fix_macos_ocl_warnings_3.4

5 years agoAdd a test case for handling output_shape property for deconvolution layer.
Kohei Yoshida [Thu, 7 Mar 2019 16:42:57 +0000 (11:42 -0500)]
Add a test case for handling output_shape property for deconvolution layer.