Alexander Alekhin
a052567db8
Merge pull request #15530 from sturkmen72:update_samples_v4
5 years ago
Suleyman TURKMEN
2d2330382d
Update samples
5 years ago
Alexander Alekhin
ee23a7575d
Merge pull request #15515 from dkurt:dnn_detection_model_fix
5 years ago
Maksim Shabunin
3ece62cb9c
Merge pull request #15531 from terfendail:disflow_fix
5 years ago
Vitaly Tuzov
cd7fa04985
Fixed out of bound reading in DIS optical flow evaluation implementation
5 years ago
Alexander Alekhin
b4c5b50a3e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
03c4c67dad
Merge pull request #15518 from mshabunin:fix-osx-qt
5 years ago
Alexander Alekhin
f5f9187720
Merge pull request #15476 from cancerberoSgx:js-docker
5 years ago
Alexander Alekhin
89b82e796e
Merge pull request #15449 from mshabunin:cmake-download-params
5 years ago
Alexander Alekhin
48fa39f675
Merge pull request #15487 from dkurt:fix_ie_2019r1
5 years ago
Alexander Alekhin
69c19dc3d3
Merge pull request #15511 from pmur:vmuleo-fix-gcc7
5 years ago
Maksim Shabunin
5c0502b470
Fixed OSX build with Qt
5 years ago
Dmitry Kurtaev
3ddb005480
Fix DetectionModel in case of out of [0, 1] range detection prediction
5 years ago
Dmitry Kurtaev
0428f60d66
Fix OpenVINO 2019R1 compilation
5 years ago
Paul E. Murphy
b465c82696
core: workaround old gcc vec_mul{e,o} (Issue #15506 )
...
ISA 2.07 (aka POWER8) effectively extended the expanding multiply
operation to word types. The altivec intrinsics prior to gcc 8 did
not get the update.
Workaround this deficiency similar to other fixes.
This was exposed by commit 33fb253a66
which leverages the int -> dword expanding multiply.
This fixes Issue #15506
5 years ago
Alexander Alekhin
1e410ed826
Merge pull request #15468 from alalek:ffmpeg_update_master
5 years ago
Alexander Alekhin
8609198b05
Merge pull request #15466 from alalek:ffmpeg_update_3.4
5 years ago
Alexander Alekhin
95a55250a7
ffmpeg/4.x: update FFmpeg plugin
...
ffmpeg: 4.1.3 -> 4.2.1
libvpx: 1.8.0 -> 1.8.1
5 years ago
Maksim Shabunin
349f0cf5e9
Merge pull request #15443 from anton-potapov:fluid_internal_parallellism_fix_review_comments
5 years ago
Maksim Shabunin
57b16a4b6e
Merge pull request #15485 from anton-potapov:gapi_standalone_fix_cmake_warning
5 years ago
Anton Potapov
758156a9b6
Fluid Internal Parallelism:
...
- add comments on signature of custom parallel_for
- use cv::parallel_for_ by default
5 years ago
Anton Potapov
8747082091
G-API: fixing CMake warning for standalone build
5 years ago
Sebastián Gurín
a17231a6b4
js docker build docs emcc latest warning
5 years ago
Alexander Alekhin
b3a0507546
Merge pull request #15475 from alalek:build_eliminate_warning_array_bounds
5 years ago
Alexander Alekhin
4de115c08c
Merge pull request #15474 from alalek:gapi_test_valgrind_disable_memory_consuption_check
5 years ago
Alexander Alekhin
f139a0bda8
Merge pull request #15461 from alalek:imgproc_connectedcomponents_allocation
5 years ago
Alexander Alekhin
bdf23ce855
ts: eliminate -Warray-bounds warning
5 years ago
Alexander Alekhin
60488ffbbd
gapi(test): disable memory consumption check in valgrind runs
5 years ago
Alexander Alekhin
6a49887695
ffmpeg/3.4: update FFmpeg wrapper
5 years ago
Alexander Alekhin
e7b6753a10
imgproc: avoid manual memory allocation in connectedcomponents.cpp
5 years ago
Alexander Alekhin
bea2c75452
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Jaime
fafada28eb
Merge pull request #14872 from AhiyaHiya:feature/topmost_window
...
* Added mechanism to set/toggle NORMAL window to TOPMOST window.
* highgui: remove unnecessary/legacy code
5 years ago
Alexander Alekhin
4ffb5b62ea
Merge pull request #15170 from sturkmen72:update_samples
5 years ago
Suleyman TURKMEN
f73395122c
Update Samples
5 years ago
Alexander Alekhin
0a13633411
Merge pull request #15444 from alalek:ocl_fix_fft_kernel
5 years ago
Everton Constantino
76e403cf25
Merge pull request #15440 from everton1984:new_integral_tests
...
* Adding all possible data type interactions to the perf tests since some
use SIMD acceleration and others do not.
* Disabling full tests by default.
* Giving proper names, removing magic numbers and sanity checks of new
performance tests for the integral function.
* Giving proper names, making array static.
5 years ago
Alexander Alekhin
00f36a261b
Merge pull request #15451 from mattmyne:calibratecameraRO_fix_emptyJo
5 years ago
huihut
fe42933ac5
Merge pull request #15433 from huihut:master
...
* fix 'chmod' is not recognized as an internal or external command in Windows
https://github.com/opencv/opencv/issues/14939
* cmake: update PCH command handling
5 years ago
Matt Bennett
b17d16623a
Prevent empty _Jo matrix multiplication when using calibrateCameraRO with iFixedPoint > 0
5 years ago
Maksim Shabunin
9d4f01626c
cmake: add directory creation to download helper scripts
5 years ago
Maksim Shabunin
d974d4c6ce
cmake: download tries, customizable download parameters
5 years ago
Dmitry Kurtaev
ba703157cf
Merge pull request #15063 from dkurt:dnn_ie_ocv_layers
...
* Wrap unsupported by IE layers as custom layers
* Replace pointers to layers blobs to their shapes
* Enable Faster R-CNN with IE backend on CPU
5 years ago
Alexander Alekhin
8bd2720c28
core(ocl): fix fft kernel compilation
...
- error: variables in the local address space can only be declared in the outermost scope of a kernel function
5 years ago
Alexander Alekhin
7e46766c8d
Merge pull request #15437 from devnexen:fbsd_opencl_build_fix
5 years ago
Alexander Alekhin
61cc855564
Merge pull request #15442 from alalek:fix_15293
5 years ago
Alexander Alekhin
e736f590f7
Merge pull request #15436 from alalek:update_version_4.1.2-pre
5 years ago
Alexander Alekhin
9ef5373776
Merge pull request #15435 from alalek:update_version_3.4.8-pre
5 years ago
Alexander Alekhin
6d669dcd7d
gapi(test): fix 32S->8U type in OwnMatConversion.WithND
5 years ago
Alexander Alekhin
abd7d63b74
Merge pull request #15424 from mshabunin:add-cmake-docs
5 years ago
OrestChura
55c1720719
Merge pull request #15419 from OrestChura:gapi_headers_internal_flag_issue
...
* - headers in "infer/" and "infer/ie/" folders are included into gapi_ext_hdrs;
+ because of that a few #includes are required in the headers
- HAVE_INF_ENGINE flag check in headers "infer/ie.hpp" and "infer/ie/util.hpp" is deleted
* - the "ie/util.hpp" header is a private header now as it's used for tests; it's been moved to the scr directory to the place next to the implementation file "ie/giebackend.cpp"
- the path to this header in files "ie/giebackend.cpp" and "test/infer/gapi_infer_ie_test.cpp" is updated
- As it's private header now and explicitly depends on IE, the "HAVE_INF_ENGINE" flag check is returned
5 years ago