Alexander Alekhin
e783e6677e
Merge pull request #14091 from alalek:core_cache_dir_version_update
6 years ago
Alexander Alekhin
f4c2c4412b
Merge pull request #14089 from alalek:fix_14088
6 years ago
Sayed Adel
4fe2d9bdbc
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
6 years ago
Alexander Alekhin
8518d078d7
core: fix fallback CV_CONSTEXPR definition
...
keep it empty to avoid failures of these declarations:
static CV_CONSTEXPR const int var = ...;
6 years ago
Otto Seiskari
3a1ccd5f43
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.
6 years ago
Vitaly Tuzov
d43597c199
transform() implementation updated to utilize wide universal intrinsics
6 years ago
Alexander Alekhin
6e90b85cae
core: cache dir version update
6 years ago
Alexander Alekhin
5451b89aed
core: refactor EigenvalueDecomposition (hqr2)
...
- fix resource allocation management
- reduce variables scope
- fix complex_div
- fix comments, constants
- simplify add/sub operations
6 years ago
Alexander Alekhin
fdf6323942
Merge pull request #14026 from Palmitoxico:android-ndk
6 years ago
Andrey Golubev
dd2823aaec
[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
6 years ago
Augusto Fraga Giachero
032e458085
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.
6 years ago
Alexander Alekhin
a7c4ee9ae1
core: add iterations limit check in eigenNonSymmetric()
6 years ago
Alexander Alekhin
ec25689b42
Merge pull request #14083 from PedroFerreiradaCosta:adding_quick_navigation_between_tutorials
6 years ago
Pedro Ferreira da Costa
4fac12c8d3
adding missing quick navigation to ImageProc module
6 years ago
Maksim Shabunin
00171ca935
Patched libpng to address CVE-2019-7317
6 years ago
Alexander Alekhin
9c748beef5
OpenCV version '-openvino'
6 years ago
Alexander Alekhin
cae1859324
Merge pull request #14079 from npochhi:cmake_change
6 years ago
npochhi
352f4fead6
changes cmake_system_name matching condition
6 years ago
Alexander Alekhin
26087e28ad
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
2c3f02c83f
Merge pull request #14071 from alalek:cmake_remove_unreferenced_functions
6 years ago
Alexander Alekhin
19e8121a38
Merge pull request #14059 from alalek:imgcodecs_disable_jasper
6 years ago
Alexander Alekhin
69fd8964a2
Merge pull request #14057 from alalek:fix_libtiff_build
6 years ago
Alexander Alekhin
ccbc16f3a9
cmake: clean unreferenced functions from OpenCV modules too
6 years ago
Alexander Alekhin
ec469b5530
Merge pull request #14070 from zuoshaobo:my3.4
6 years ago
zuoshaobo
8b52eabd48
fix the region layer's output anchor size normalization error
6 years ago
Alexander Alekhin
d4b9e2d0f4
Merge pull request #14068 from alalek:fix_python_standalone_build
6 years ago
Alexander Alekhin
470dfba96c
python: update CMake install rules
6 years ago
Alexander Alekhin
43c68d1864
imgcodecs: OPENCV_IO_ENABLE_JASPER runtime parameter
6 years ago
Alexander Alekhin
40dd96e83a
3rdparty: fix libtiff build
...
Keep `_FILE_OFFSET_BITS` undefined in Android builds.
6 years ago
Alexander Alekhin
73bf170800
Merge pull request #14050 from npochhi:mlp_ann_eps_change
6 years ago
Alexander Alekhin
17ad33c919
Merge pull request #14051 from LaurentBerger:i14047
6 years ago
Alexander Alekhin
1ed47900d8
Merge pull request #14048 from alalek:issue_13522
6 years ago
Alexander Alekhin
990afa9032
Merge pull request #14054 from mshabunin:fix-dc1394
6 years ago
Alexander Alekhin
c03a936cfc
Merge pull request #14040 from seiko2plus:issue13211
6 years ago
Maksim Shabunin
e4a4f93b72
Removed obsolete functions from cap_dc1394_v2.cpp
6 years ago
npochhi
f1a99995c4
Changed eps checking condition
6 years ago
Sayed Adel
872e7894b4
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
6 years ago
LaurentBerger
d338644159
Issue 14047
6 years ago
Alexander Alekhin
bd1fd59fc1
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
1fa3d21f6a
android: don't install java/build.gradle
6 years ago
Alexander Alekhin
de8eda5fdf
Merge pull request #13655 from sturkmen72:update_doc_photo
6 years ago
Richard Veale
8158e5b7a0
Merge pull request #13695 from flyingfalling:3.4
...
* Fixed bug that made cuda::filter give corrupted output when different filters called in different threads. This was due to use of global texture variable shared by all filters.
* REV: fixed tab issue for opencv coding style...
6 years ago
Alexander Alekhin
f4b6ae46d1
Merge pull request #14045 from rpici:fix_bug_in_test_tiff
6 years ago
Alexander Alekhin
cdf6e460e8
Merge pull request #14021 from dkurt:init_opencv_wasm
6 years ago
Alexander Alekhin
be1ae9d4a6
Merge pull request #14046 from alalek:fix_static_analysis_issues_3.4
6 years ago
Alexander Alekhin
3f42122387
Merge pull request #14043 from alalek:revert_13843
6 years ago
rpici
9cca066ee8
Fix bug in test_tiff.cpp
...
The big endian data in the tiff_sample_data array was never being tested. This could be observed by e.g. changing the 9th byte in the big endian data from 0xde to something that should fail the test, e.g. 0xdd, and the test would still pass even though it should fail.
6 years ago
Alexander Alekhin
8c8715c4dd
fix static analysis issues
6 years ago
Alexander Alekhin
915c3fd7fa
Merge pull request #14041 from nglee:dev_cudaarithmLUTPtr
6 years ago
Alexander Alekhin
f73b4f4a26
imgproc: revert #13843
...
This reverts commit 00e8c7810f
6 years ago