Vitaly Tuzov
cd7fa04985
Fixed out of bound reading in DIS optical flow evaluation implementation
5 years ago
collin
bcf7d3160c
Grammer fixes on python image display tutorial
5 years ago
Daniel Kapusi
d2872afce0
Merge pull request #15341 from DiebBlue:is5769
...
* issue 5769 fixed: cv::stereoRectify fails if given inliers mask of type vector<uchar>
* issue5769 fix using reshape and add regression test
* regression test with outlier detection, testing vector and mat data
* Size comparision of wrong vector within CV_Assert in regression test corrected
* cleanup test code
5 years ago
Alexander Alekhin
70c88a2087
Merge pull request #15517 from mshabunin:fix-osx-avfoundation-auth
5 years ago
Alexander Alekhin
7770ba1f10
Merge pull request #15491 from terfendail:undistort_fix
5 years ago
Vitaly Tuzov
7b3a752012
Fixed universal intrinsic undistort() implementation
5 years ago
Dmitry Kurtaev
b8d4664e6e
Fix OpenVINO 2019R1 compilation
5 years ago
Dmitry Kurtaev
bd5d16ce36
Fix DetectionModel in case of out of [0, 1] range detection prediction
5 years ago
Maksim Shabunin
e98852a389
AVFoundation: fix authorization request not being shown
5 years ago
Alexander Alekhin
08e4ffdf79
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
5a75808516
Windows: partially restore install config generation
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
Maksim Shabunin
f10fce9ab4
AVFoundation: backported runtime authorization check from master
5 years ago
Maksim Shabunin
aaad238c6e
AVFoundation: fix authorization request not being shown
5 years ago
Dmitry Kurtaev
3ddb005480
Fix DetectionModel in case of out of [0, 1] range detection prediction
5 years ago
Dmitry Kurtaev
741aee6901
Fix dnn object detection sample
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
Vitaly Tuzov
bf8b5ffeb1
Added performance test for StereoBM algorithm
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
Maksim Shabunin
8b42995e8b
Add option to skip nested cmake structure on Windows
5 years ago
Alexander Alekhin
84c3bbd934
OpenCV version '-openvino'
5 years ago
Alexander Alekhin
a0d227714e
dnn: use OpenVINO 2019R3 defines
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