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
David Carlier
6769ee3748
OpenCL: FreeBSD build fix
5 years ago
Alexander Alekhin
07f0225ca6
Merge pull request #15438 from anton-potapov:fluid_internal_parallellism_fix_kw
5 years ago
Anton Potapov
f7b5900671
Fluid Internal Parallelism
...
- make static analysis happy
5 years ago
Alexey Smirnov
8a7e74673e
Merge pull request #15312 from smirnov-alexey:gapi_fluid_garray
...
* Support GArray as input in fluid kernels
* Create tests on GArray input in fluid
* Some fixes to fully support GArray
* Refactor code and change the kernel according to review
* Add histogram calculation as a G-API kernel
Add assert that input GArgs in fluid contain at least one GMat
5 years ago
Alexander Alekhin
3c62f3a8e3
pre: OpenCV 4.1.2 (version++)
5 years ago
Alexander Alekhin
48d41ab088
dnn: bump API version
5 years ago
Alexander Alekhin
0fda243a05
pre: OpenCV 3.4.8 (version++)
5 years ago
Alexander Alekhin
70dfae31a2
experimental version++
5 years ago
Alexander Alekhin
e98e58c65a
Merge pull request #15432 from atinfinity:removed-tegra-optimization
5 years ago
atinfinity
3b9f981358
removed tegra optimization
5 years ago
Alexander Alekhin
048ddbf9ee
Merge pull request #15339 from pmur:dotprod-32s-vsx
5 years ago
Alexander Alekhin
2a6527e751
Merge pull request #15402 from ChipKerchner:normUnroll
5 years ago
Chip Kerchner
26228e6b4d
Merge pull request #15358 from ChipKerchner:imgwarpToHal
...
* Convert ImgWarp from SSE SIMD to HAL - 2.8x faster on Power (VSX) and 15% speedup on x86
* Change compile flag from CV_SIMD128 to CV_SIMD128_64F for use of v_float64x2 type
* Changing WarpPerspectiveLine from class functions and dispatching to static functions.
* Re-add dynamic runtime and dispatch execution.
* RRestore SSE4_1 optimizations inside opt_SSE4_1 namespace
5 years ago
Maksim Shabunin
f3aab47f94
Assorted documentation fixes
...
* removed private flann documentation
* common tutorial images moved to doc/images
* grouping issues
5 years ago
Alexander Alekhin
1661e83939
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
f224d740a3
Merge pull request #15414 from kuzi117:instr
5 years ago
Alexander Alekhin
700f7a275f
Merge pull request #15418 from mshabunin:try-install-layout-34
5 years ago
Alexander Alekhin
e319340253
Merge pull request #15417 from alalek:ts_fix_callback_signature
5 years ago
Alexander Alekhin
6508bbcef5
Merge pull request #15412 from kuzi117:ambig
5 years ago
Braedy Kuzma
9bf8b496d6
Use commonly supported instruction mnemonic.
5 years ago
Braedy Kuzma
d4120dd2fe
Disambiguate vecpopcnt for (u)dword2.
5 years ago
Maksim Shabunin
8c849a48cc
Ported install layout refactoring from master branch
5 years ago
Alexander Alekhin
654d0c29ad
ts: fix callback function signature
...
detected by UBSAN
5 years ago
Alexander Alekhin
8d0b3dad5c
Merge pull request #15357 from ChipKerchner:fastCorner
5 years ago
Lubov Batanina
90eb529bc4
Merge pull request #15395 from l-bat:fully_connected
...
* Fix IE FullyConnected layer
* Fix MyriadX
5 years ago
Alexander Alekhin
6506c19ac3
Merge pull request #15407 from terfendail:test_check_any
5 years ago
Alexander Alekhin
834c992553
Merge pull request #14786 from mshabunin:try-install-layout
5 years ago