platform/upstream/opencv.git
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 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 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 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.

5 years agoMake use of explicit output shape for the de-convolution layer.
Kohei Yoshida [Thu, 28 Feb 2019 19:16:27 +0000 (14:16 -0500)]
Make use of explicit output shape for the de-convolution layer.

This is relevant to cases where the net is loaded from an ONNX model
containing ConvTranspose layers, which may include the output_shape
attribute.

c.f. https://github.com/onnx/onnx/blob/master/docs/Operators.md#ConvTranspose

5 years agoocl: define CL_SILENCE_DEPRECATION on MacOSX
Alexander Alekhin [Tue, 26 Mar 2019 10:11:53 +0000 (13:11 +0300)]
ocl: define CL_SILENCE_DEPRECATION on MacOSX

5 years agoMerge pull request #14142 from mshabunin:fix-c-api-3.4
Alexander Alekhin [Mon, 25 Mar 2019 18:58:28 +0000 (18:58 +0000)]
Merge pull request #14142 from mshabunin:fix-c-api-3.4

5 years agocmake: set CMP0068 => NEW
Alexander Alekhin [Mon, 25 Mar 2019 16:24:49 +0000 (19:24 +0300)]
cmake: set CMP0068 => NEW

5 years agoMerge pull request #14141 from dkurt:dnn_ie_relax_lrn
Alexander Alekhin [Mon, 25 Mar 2019 13:45:25 +0000 (13:45 +0000)]
Merge pull request #14141 from dkurt:dnn_ie_relax_lrn

5 years agoFixed cvdef.h for MSVC C users
Maksim Shabunin [Mon, 25 Mar 2019 13:44:08 +0000 (16:44 +0300)]
Fixed cvdef.h for MSVC C users

5 years agoExtend LRN layer support with IE backend
Dmitry Kurtaev [Mon, 25 Mar 2019 09:49:02 +0000 (12:49 +0300)]
Extend LRN layer support with IE backend

5 years agoMerge pull request #13972 from Mainvooid:add_cuda_support_for_D3D11_interop
iPanda [Sun, 24 Mar 2019 15:34:09 +0000 (23:34 +0800)]
Merge pull request #13972 from Mainvooid:add_cuda_support_for_D3D11_interop

* Add CUDA support for D3D11 interop. #13888

color_detail.hpp: fixed build error : dynamic initialization is not supported for a __constant__ variable.
directx.cpp: Add CUDA support(cl_nv_d3d11_sharing) for D3D11 interop.  #13888

Update directx.cpp

Format adjustment.

Update directx.cpp

fix error.

Update directx.cpp

Format adjustment

Update directx.cpp

fix trailing whitespace.

fix format errors

convert indentation to spaces .
Trim trailing whitespace.
Add information about source of cl_d3d11_ext.h
Avoid unrelated changes.

Increase compile-time conditional judgment.

Increase the judgment of whether the OCL device has the required extensions at compile time.

Add compilation option  `HAVE_CLNVEXT`.Check CL support in runtime.

Check result of `clGetExtensionFunctionAddressForPlatform` for KHR is invalid.It always can get the address(from OpenCL.dll),So I check NV support(from nvopencl64.dll) before KHR when `HAVE_CLNVEXT` is enabled.

Delete cl_d3d11_ext.h

Modified parameter list

fix "cannot open include file: 'CL/cl_d3d11_ext.h'"

 remove not referenced var

fix C2143: syntax error

Improve compile-time judgment.

dlrectx.cpp Modify the detection order.
initializeContextFromD3D11Device:
```
    // try with NV(Need to check it first)
    // try with KHR
```

fix warnig C4100

Revert "fix warnig C4100"

This reverts commit 76e5becb67780071d0cbde61cc4f5f807ad7c5ac.

fix warning C4100

fix warning C4505

Format alignment

Format adjustment and automatically detect header files.

Automatically detect header files when users are not configured or configuration errors occur.

avoid unrelated changes.

Update .cmake

Update .cmake

* fix build errors

* fix warning:defined but not used

* Revert "fix warning:defined but not used"

This reverts commit 7ab3537cd070f89b15bc2926e4ac9ec74c84a122.

* fix warning:defined but not used

* fix build error for mac

* fix build error for win

* optimizing branch judgment

* Revert "optimizing branch judgment"

This reverts commit 88b72b870ec13fd26f64a5ac374484c5cfe80854.

* fix warning C4702: unreachable code

* remove unused code

* Fix problems that may lead to undefined behavior

* Add status check

* fix error C2664,C2665 : cannot convert argument

* Format adjustment

VSCODE will automatically format the indentation to 4 spaces in some situation.

* fix error C2440

* fix error C2440

* add cl_d3d11_ext.h

* Format adjustment

* remove unnecessary checks

5 years agoMerge pull request #14126 from brad-kelly:integral_avx512_cn1
Alexander Alekhin [Sat, 23 Mar 2019 12:09:46 +0000 (12:09 +0000)]
Merge pull request #14126 from brad-kelly:integral_avx512_cn1

5 years agoImplementing AVX512 Support for 1 channel mats for CV_64F format
Brad Kelly [Sat, 23 Feb 2019 00:57:50 +0000 (16:57 -0800)]
Implementing AVX512 Support for 1 channel mats for CV_64F format

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

5 years agoMerge pull request #14124 from alalek:fix_python_samples
Alexander Alekhin [Fri, 22 Mar 2019 15:10:46 +0000 (15:10 +0000)]
Merge pull request #14124 from alalek:fix_python_samples

5 years agoMerge pull request #14125 from alalek:cmake_ie_env_vars
Alexander Alekhin [Fri, 22 Mar 2019 15:10:25 +0000 (15:10 +0000)]
Merge pull request #14125 from alalek:cmake_ie_env_vars

5 years agoMerge pull request #14101 from alalek:core_fix_constexpt_fallback
Alexander Alekhin [Fri, 22 Mar 2019 10:34:19 +0000 (10:34 +0000)]
Merge pull request #14101 from alalek:core_fix_constexpt_fallback

5 years agocmake: support OpenVINO env variable: INTEL_OPENVINO_DIR
Alexander Alekhin [Thu, 21 Mar 2019 15:58:22 +0000 (18:58 +0300)]
cmake: support OpenVINO env variable: INTEL_OPENVINO_DIR

5 years agoMerge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotro...
Pedro Ferreira da Costa [Thu, 21 Mar 2019 19:53:12 +0000 (19:53 +0000)]
Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial

* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file.

* fix doxygen warnings

5 years agosamples: fix python samples compatibility with demo.py
Alexander Alekhin [Thu, 21 Mar 2019 15:34:55 +0000 (18:34 +0300)]
samples: fix python samples compatibility with demo.py

5 years agoMerge pull request #14121 from seiko2plus:cmake_vsx_fix_aligned_test
Alexander Alekhin [Thu, 21 Mar 2019 13:25:39 +0000 (13:25 +0000)]
Merge pull request #14121 from seiko2plus:cmake_vsx_fix_aligned_test

5 years agoMerge pull request #14112 from alalek:android_pack_default_api21
Alexander Alekhin [Thu, 21 Mar 2019 13:23:11 +0000 (13:23 +0000)]
Merge pull request #14112 from alalek:android_pack_default_api21

5 years agoMerge pull request #14108 from alalek:fix_python_samples_3.4
Alexander Alekhin [Thu, 21 Mar 2019 13:22:55 +0000 (13:22 +0000)]
Merge pull request #14108 from alalek:fix_python_samples_3.4

5 years agoMerge pull request #14113 from Bharat123rox:calibration
Alexander Alekhin [Thu, 21 Mar 2019 09:55:31 +0000 (09:55 +0000)]
Merge pull request #14113 from Bharat123rox:calibration

5 years agocmake:vsx Fix compilation fail on aligned runtime test when c++11 enabled
Sayed Adel [Thu, 21 Mar 2019 09:19:15 +0000 (11:19 +0200)]
cmake:vsx Fix compilation fail on aligned runtime test when c++11 enabled

5 years agoRemove dead link in calib3d.hpp
Bharat123Rox [Wed, 20 Mar 2019 16:48:29 +0000 (22:18 +0530)]
Remove dead link in calib3d.hpp

5 years agoMerge pull request #14096 from oseiskar:fix-android-sample-menus
Alexander Alekhin [Wed, 20 Mar 2019 21:58:49 +0000 (21:58 +0000)]
Merge pull request #14096 from oseiskar:fix-android-sample-menus

5 years agoandroid: build package with API 21
Alexander Alekhin [Wed, 20 Mar 2019 16:07:59 +0000 (19:07 +0300)]
android: build package with API 21

enables Video I/O backend via Media NDK

5 years agoMerge pull request #14092 from mattismyname:fix-kmeans
Alexander Alekhin [Wed, 20 Mar 2019 16:20:46 +0000 (16:20 +0000)]
Merge pull request #14092 from mattismyname:fix-kmeans

5 years agoMerge pull request #14110 from seiko2plus:core_vsx_fp16
Alexander Alekhin [Wed, 20 Mar 2019 16:04:20 +0000 (16:04 +0000)]
Merge pull request #14110 from seiko2plus:core_vsx_fp16

5 years agoflann/kmeans: Fix non-determinism of KMeans index
Matthew K. Gumbel [Tue, 19 Mar 2019 22:59:35 +0000 (15:59 -0700)]
flann/kmeans: Fix non-determinism of KMeans index

When running with >1 OpenCV thread, KMeans index generation was
non-deterministic because of a RWW race. Issue is resolved by removing
the offending logic from the parallel section.

5 years agoMerge pull request #14069 from terfendail:transform_wintr
Alexander Alekhin [Wed, 20 Mar 2019 15:39:40 +0000 (15:39 +0000)]
Merge pull request #14069 from terfendail:transform_wintr

5 years agoMerge pull request #14104 from alalek:android_build_sdk_reduce_mem_usage
Alexander Alekhin [Wed, 20 Mar 2019 15:35:05 +0000 (15:35 +0000)]
Merge pull request #14104 from alalek:android_build_sdk_reduce_mem_usage

5 years agosamples: fix python samples compatibility with demo.py
Alexander Alekhin [Tue, 19 Mar 2019 18:03:58 +0000 (21:03 +0300)]
samples: fix python samples compatibility with demo.py

5 years agocore:vsx Add support for VSX3 half precision conversions
Sayed Adel [Wed, 20 Mar 2019 05:51:32 +0000 (07:51 +0200)]
core:vsx Add support for VSX3 half precision conversions

5 years agoMerge pull request #14005 from komakai:android-video-cap
Giles Payne [Tue, 19 Mar 2019 18:28:45 +0000 (03:28 +0900)]
Merge pull request #14005 from komakai:android-video-cap

* Add Android Media NDK video i/o file capture back-end

* Fix failing test

* Improve error handling/prevent resource leaks

* Add license text

* Modify default for WITH_ANDROID_MEDIANDK option

* Fix spelling of deleter_AMediaExtractor

5 years agoMerge pull request #14090 from andrey-golubev:gapi_unused_node_fluid_fix
Alexander Alekhin [Tue, 19 Mar 2019 15:15:52 +0000 (15:15 +0000)]
Merge pull request #14090 from andrey-golubev:gapi_unused_node_fluid_fix

5 years agoMerge pull request #14099 from seiko2plus:vsx_improvements_3
Alexander Alekhin [Tue, 19 Mar 2019 14:59:58 +0000 (14:59 +0000)]
Merge pull request #14099 from seiko2plus:vsx_improvements_3

5 years agoMerge pull request #14103 from alalek:fixup_test_14089
Alexander Alekhin [Tue, 19 Mar 2019 14:19:00 +0000 (14:19 +0000)]
Merge pull request #14103 from alalek:fixup_test_14089

5 years agoandroid: reduce memory consumption by gradle builds
Alexander Alekhin [Tue, 19 Mar 2019 13:50:08 +0000 (16:50 +0300)]
android: reduce memory consumption by gradle builds

5 years agocore: fix Core_EigenNonSymmetric.convergence test
Alexander Alekhin [Tue, 19 Mar 2019 12:18:43 +0000 (15:18 +0300)]
core: fix Core_EigenNonSymmetric.convergence test

5 years agoMerge pull request #14091 from alalek:core_cache_dir_version_update
Alexander Alekhin [Tue, 19 Mar 2019 10:33:36 +0000 (10:33 +0000)]
Merge pull request #14091 from alalek:core_cache_dir_version_update

5 years agoMerge pull request #14089 from alalek:fix_14088
Alexander Alekhin [Tue, 19 Mar 2019 10:33:03 +0000 (10:33 +0000)]
Merge pull request #14089 from alalek:fix_14088

5 years agocore:vsx Several improvements(3)
Sayed Adel [Tue, 19 Mar 2019 07:18:12 +0000 (09:18 +0200)]
core:vsx Several improvements(3)

 * optimize v_lut_deinterleave
 * optimize v_interleave_/pairs/quads/triplets
 * optimize v_lut, use vec_extract instead of aligned store

5 years agocore: fix fallback CV_CONSTEXPR definition
Alexander Alekhin [Tue, 19 Mar 2019 10:02:22 +0000 (13:02 +0300)]
core: fix fallback CV_CONSTEXPR definition

keep it empty to avoid failures of these declarations:
static CV_CONSTEXPR const int var = ...;

5 years agoRemove fullscreen android:theme where it hides the menu
Otto Seiskari [Sun, 17 Mar 2019 15:32:43 +0000 (17:32 +0200)]
Remove fullscreen android:theme where it hides the menu

Many of the Android samples rely on an options menu to work properly
but, at least on newer devices, the menu is permanently hidden by the
Android theme "Theme.NoTitleBar.Fullscreen", which means that most
of the examples were dysfunctional.

5 years agotransform() implementation updated to utilize wide universal intrinsics
Vitaly Tuzov [Wed, 19 Sep 2018 11:32:33 +0000 (14:32 +0300)]
transform() implementation updated to utilize wide universal intrinsics

5 years agocore: cache dir version update
Alexander Alekhin [Mon, 18 Mar 2019 16:14:06 +0000 (19:14 +0300)]
core: cache dir version update

5 years agocore: refactor EigenvalueDecomposition (hqr2)
Alexander Alekhin [Fri, 15 Mar 2019 12:10:23 +0000 (15:10 +0300)]
core: refactor EigenvalueDecomposition (hqr2)

- fix resource allocation management
- reduce variables scope
- fix complex_div
- fix comments, constants
- simplify add/sub operations

5 years agoMerge pull request #14026 from Palmitoxico:android-ndk
Alexander Alekhin [Mon, 18 Mar 2019 15:40:03 +0000 (15:40 +0000)]
Merge pull request #14026 from Palmitoxico:android-ndk

5 years ago[G-API] Allow unused nodes in Fluid backend
Andrey Golubev [Mon, 18 Mar 2019 15:13:44 +0000 (18:13 +0300)]
[G-API] Allow unused nodes in Fluid backend

Allow nodes produced after some operation to be
"unused": not being an output and not being used
as inputs to other operations

Add fluid test to cover this case

5 years ago Avoid unexpected line breaks in version_string.inc
Augusto Fraga Giachero [Mon, 18 Mar 2019 14:57:05 +0000 (11:57 -0300)]
 Avoid unexpected line breaks in version_string.inc

The Android NDK 16b has a bug that sets the ANDROID_NDK_REVISION
variable incorrectly, generating an unexpected line break in the
middle of the string. This breaks the build as the generated
version_string.inc presents an invalid C string.

Remove leading and trailing line breaks, warns for line breaks in the
middle of 'msg' and escape them before appending to
OPENCV_BUILD_INFO_STR.

5 years agocore: add iterations limit check in eigenNonSymmetric()
Alexander Alekhin [Mon, 18 Mar 2019 14:47:07 +0000 (17:47 +0300)]
core: add iterations limit check in eigenNonSymmetric()

5 years agoMerge pull request #14083 from PedroFerreiradaCosta:adding_quick_navigation_between_t...
Alexander Alekhin [Mon, 18 Mar 2019 13:13:40 +0000 (13:13 +0000)]
Merge pull request #14083 from PedroFerreiradaCosta:adding_quick_navigation_between_tutorials

5 years agoadding missing quick navigation to ImageProc module
Pedro Ferreira da Costa [Sun, 17 Mar 2019 15:35:14 +0000 (15:35 +0000)]
adding missing quick navigation to ImageProc module

5 years agoMerge pull request #14079 from npochhi:cmake_change
Alexander Alekhin [Sat, 16 Mar 2019 16:54:11 +0000 (16:54 +0000)]
Merge pull request #14079 from npochhi:cmake_change

5 years agochanges cmake_system_name matching condition
npochhi [Sat, 16 Mar 2019 14:54:06 +0000 (20:24 +0530)]
changes cmake_system_name matching condition

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

5 years agoMerge pull request #14071 from alalek:cmake_remove_unreferenced_functions
Alexander Alekhin [Fri, 15 Mar 2019 17:50:18 +0000 (17:50 +0000)]
Merge pull request #14071 from alalek:cmake_remove_unreferenced_functions

5 years agoMerge pull request #14059 from alalek:imgcodecs_disable_jasper
Alexander Alekhin [Fri, 15 Mar 2019 16:32:57 +0000 (16:32 +0000)]
Merge pull request #14059 from alalek:imgcodecs_disable_jasper

5 years agoMerge pull request #14057 from alalek:fix_libtiff_build
Alexander Alekhin [Fri, 15 Mar 2019 16:31:38 +0000 (16:31 +0000)]
Merge pull request #14057 from alalek:fix_libtiff_build

5 years agocmake: clean unreferenced functions from OpenCV modules too
Alexander Alekhin [Fri, 15 Mar 2019 15:54:08 +0000 (18:54 +0300)]
cmake: clean unreferenced functions from OpenCV modules too

5 years agoMerge pull request #14070 from zuoshaobo:my3.4
Alexander Alekhin [Fri, 15 Mar 2019 13:11:31 +0000 (13:11 +0000)]
Merge pull request #14070 from zuoshaobo:my3.4

5 years agofix the region layer's output anchor size normalization error
zuoshaobo [Thu, 14 Mar 2019 07:08:58 +0000 (03:08 -0400)]
fix the region layer's output anchor size  normalization error

5 years agoMerge pull request #14068 from alalek:fix_python_standalone_build
Alexander Alekhin [Fri, 15 Mar 2019 11:33:08 +0000 (11:33 +0000)]
Merge pull request #14068 from alalek:fix_python_standalone_build

5 years agopython: update CMake install rules
Alexander Alekhin [Fri, 15 Mar 2019 10:11:00 +0000 (13:11 +0300)]
python: update CMake install rules

5 years agoimgcodecs: OPENCV_IO_ENABLE_JASPER runtime parameter
Alexander Alekhin [Thu, 14 Mar 2019 20:52:30 +0000 (20:52 +0000)]
imgcodecs: OPENCV_IO_ENABLE_JASPER runtime parameter

5 years ago3rdparty: fix libtiff build
Alexander Alekhin [Thu, 14 Mar 2019 19:32:45 +0000 (19:32 +0000)]
3rdparty: fix libtiff build

Keep `_FILE_OFFSET_BITS` undefined in Android builds.

5 years agoMerge pull request #14050 from npochhi:mlp_ann_eps_change
Alexander Alekhin [Thu, 14 Mar 2019 13:36:57 +0000 (13:36 +0000)]
Merge pull request #14050 from npochhi:mlp_ann_eps_change

5 years agoMerge pull request #14051 from LaurentBerger:i14047
Alexander Alekhin [Thu, 14 Mar 2019 13:27:44 +0000 (13:27 +0000)]
Merge pull request #14051 from LaurentBerger:i14047

5 years agoMerge pull request #14048 from alalek:issue_13522
Alexander Alekhin [Thu, 14 Mar 2019 13:26:34 +0000 (13:26 +0000)]
Merge pull request #14048 from alalek:issue_13522

5 years agoMerge pull request #14054 from mshabunin:fix-dc1394
Alexander Alekhin [Thu, 14 Mar 2019 13:04:56 +0000 (13:04 +0000)]
Merge pull request #14054 from mshabunin:fix-dc1394

5 years agoMerge pull request #14040 from seiko2plus:issue13211
Alexander Alekhin [Thu, 14 Mar 2019 13:04:35 +0000 (13:04 +0000)]
Merge pull request #14040 from seiko2plus:issue13211

5 years agoRemoved obsolete functions from cap_dc1394_v2.cpp
Maksim Shabunin [Thu, 14 Mar 2019 09:05:52 +0000 (12:05 +0300)]
Removed obsolete functions from cap_dc1394_v2.cpp

5 years agoChanged eps checking condition
npochhi [Thu, 14 Mar 2019 08:31:34 +0000 (14:01 +0530)]
Changed eps checking condition

5 years agocore:vsx working around gcc aligned memory access bug
Sayed Adel [Wed, 13 Mar 2019 05:52:31 +0000 (07:52 +0200)]
core:vsx working around gcc aligned memory access bug

 - allow cmake to check sanity of vsx aligned ld/st
 - force universal intrinsics v_load_aligned/v_store_aligned
   to failback to unaligned ld/st if cmake runtime vsx aligned test fail

5 years agoIssue 14047
LaurentBerger [Wed, 13 Mar 2019 21:28:02 +0000 (22:28 +0100)]
Issue 14047

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Wed, 13 Mar 2019 19:08:43 +0000 (19:08 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoandroid: don't install java/build.gradle
Alexander Alekhin [Wed, 13 Mar 2019 18:52:15 +0000 (18:52 +0000)]
android: don't install java/build.gradle