Alexander Alekhin
|
bc8eac2439
|
Merge pull request #20906 from alalek:backport_20903
|
3 years ago |
Alexander Alekhin
|
4e65db80e8
|
Merge pull request #20916 from Harvey-Huang:32bit_rgb
|
3 years ago |
Alexander Alekhin
|
c0c71d6b3a
|
Merge pull request #20920 from alalek:hotfix_clang_abi
|
3 years ago |
Alexander Alekhin
|
bac1c6d12f
|
hotfix: repair Clang ABI
|
3 years ago |
Harvey
|
ce68291d83
|
32bit rgb bmp file should not copy data as rgba
|
3 years ago |
Alexander Alekhin
|
4176a0ade3
|
Merge pull request #20908 from alalek:4.x_drop_legacy
|
3 years ago |
Alexander Alekhin
|
ec10f2e72b
|
Merge pull request #20877 from rogday:simple_layers
|
3 years ago |
MaximMilashchenko
|
f36c268b9e
|
Merge pull request #19721 from MaximMilashchenko:Audio
add audio support in cap_msmf
* audio msmf
* fixed warnings
* minor fix
* fixed SampleTime MSMF
* minor fix, fixed audio test, retrieveAudioFrame
* fixed warnings
* impelemented sync audio and video stream with start offset
* fixed error
* fixed docs
* fixed audio sample
* CAP_PROP_AUDIO_POS, minor fixed
* fixed warnings
* videoio(MSMF): update audio test checks, add debug logging
* fixed
* fixed desynchronization of time positions, warnings
* fixed warnings
* videoio(audio): tune tests checks
* videoio(audio): update properties description
* build warnings
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
|
3 years ago |
Alexander Alekhin
|
824392a1c2
|
Merge pull request #20910 from lukasalexanderweber:sift_fix
|
3 years ago |
Sergey Ivanov
|
1f9a7b8fd3
|
Merge pull request #20738 from sivanov-work:merge_master_vpl_dev_select
G-API: oneVPL - Implement IDeviceSelector & default cfg_param-based selector
* Initial commit
* Add MACRO undef
* Change IDeviceSelector, Change Inf sample for choose external device
* Fix compilation
* Address some comments
* Fix compilation
* Add missing header
* Add EXPORT to dev selector
* Add guard
* Remove enum type attr
* Fix compilation without VPL
* Add HAVE_INFER guard in sample
* Remove unusable include from tests
* Remove unusable include from sample
* Remove cl_d3d11 header from unit test
|
3 years ago |
Lukas Weber
|
9379e85e23
|
changed no longer patented SIFT
|
3 years ago |
Alexander Alekhin
|
805c2832c1
|
4.x: drop DISABLE_OPENCV_24_COMPATIBILITY macro
not used in 4.x code
|
3 years ago |
Alexander Alekhin
|
d33a048d89
|
Merge pull request #20892 from alalek:issue_20888
|
3 years ago |
Alexander Alekhin
|
f77fdc0ce8
|
samples: fix build without threading support
|
3 years ago |
Zhuo Zhang
|
7da51787b9
|
Merge pull request #20900 from zchrissirhcz:3.4-hwfeatures-support-qnx
* fix: correctly check neon flags for QNX platform
* refactor: change __QNXNTO__ to __QNX__
|
3 years ago |
Alexander Alekhin
|
b1f422c1c5
|
Merge pull request #20894 from alalek:core_simd_int64_ctor_sse
|
3 years ago |
rogday
|
b3f966e2ca
|
Merge pull request #20883 from rogday:eltwise_refactoring
* backport elementwise_layers refactor
* keep NULL
|
3 years ago |
Alexander Alekhin
|
3f191e1b75
|
Merge pull request #20897 from ThalesGroup:master
|
3 years ago |
Alexander Alekhin
|
6d5fdfbf73
|
samples: fix build without threading support
|
3 years ago |
Michel Promonet
|
9a9e457dd6
|
Allow to set av_log_set_level to reduce ffmpeg level below AV_LOG_ERROR
|
3 years ago |
Alexander Alekhin
|
c316dbe2aa
|
Merge pull request #20895 from sergiud:avx-error-immediate
|
3 years ago |
Alexander Alekhin
|
b5fcb06a76
|
core(SIMD): update int64 SSE constructor
|
3 years ago |
Anatoliy Talamanov
|
b5a9a6793b
|
Merge pull request #20856 from TolyaTalamanov:at/cfg-batch-size
G-API: Extend ie::Params to specify batch size
* Add cfgBatchSize to ie::Params
* Fix comments to review
|
3 years ago |
Sergey Ivanov
|
0cf79155d4
|
Merge pull request #20773 from sivanov-work:merge_vpl_source_unite
G-API: oneVPL (simplification) unite components in entire VPL source
* Unify components in VPLSource
* Revert back decode WRN & Add compile guard
* Address come comments
* Add source alias
* Apply comment for exception handling
|
3 years ago |
Sergiu Deitsch
|
f8f9f3c438
|
fixed AVX compile error
Some older compilers do not allow to pass a `const int` as an immediate. Use an unnamed enum instead.
|
3 years ago |
Alexander Alekhin
|
1926e919be
|
dnn(int8): fix using of incorrect UMat constructor
|
3 years ago |
Alexander Alekhin
|
e6c68eed51
|
Merge pull request #20879 from Wehzie:patch-1
|
3 years ago |
Wehzie
|
f9e747dbc6
|
Fixed typo in CV_Error message
Error was "Input parameters must be a matrices!", but "matrices" is plural and doesn't allow the unspecific article "a".
|
3 years ago |
Alexander Alekhin
|
0e86e292e4
|
Merge pull request #20885 from alalek:cmake_fix_python_submodules
|
3 years ago |
Alexander Alekhin
|
a590682764
|
cmake: update installation of python extra submodules
- support Python standalone builds
- loader installs submodules unconditionally
|
3 years ago |
Alexander Alekhin
|
31c40fa4cc
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
3 years ago |
Smirnov Egor
|
1feb3838b5
|
add Ceil, Floor, Log, Round, Sqrt, Not, Equal, Less, Greater
|
3 years ago |
Nicholas Ho
|
bd0732b1d0
|
Merge pull request #20740 from Nicholas-Ho-arm:3.4_SymmColumnVec_32f8u
* Add SymmColumnVec_32f8u
* Fix double to float warnings
|
3 years ago |
Alexander Alekhin
|
0b5cbcefdd
|
Merge pull request #20868 from icestraw:fix-type-error-of-slice-indices
|
3 years ago |
icestraw
|
e4a87f2f4f
|
fix type error of slice indices
|
3 years ago |
Alexander Alekhin
|
3c8cadf7ca
|
Merge pull request #20867 from alalek:fix_CV_POPCNT_U64_msvs
|
3 years ago |
Alexander Alekhin
|
7c0b26e8a0
|
Merge pull request #20834 from sthalik:msvc-shared-library-static-crt
|
3 years ago |
Alexander Alekhin
|
982503e9a8
|
core: ensure 'int' result from CV_POPCNT_U64(x)
|
3 years ago |
Stanislaw Halik
|
3d93675ff9
|
fix link error on shared libs with -MT
|
3 years ago |
Alexander Alekhin
|
53d6c9b9c0
|
Merge pull request #20860 from rogday:sum_fix
|
3 years ago |
Alexander Alekhin
|
a02e90d502
|
Merge pull request #20859 from rogday:sub_const_fix
|
3 years ago |
Smirnov Egor
|
238dbffb48
|
change asserts for Sum
|
3 years ago |
Smirnov Egor
|
a9d7b6eab7
|
fix const - input and remove unimplemented function
|
3 years ago |
Alexander Alekhin
|
39c3334147
|
Merge tag '4.5.4'
|
3 years ago |
Alexander Alekhin
|
4223495e6c
|
release: OpenCV 4.5.4
|
3 years ago |
Alexander Alekhin
|
023e86d68f
|
Merge pull request #20848 from alalek:reverse_plugins_candidates_order
|
3 years ago |
Yaniv Hollander
|
ac57be91e1
|
Merge pull request #20721 from YanivHollander:DocFixes
Doc fixes
* Update imgproc.hpp
* Update imgproc.hpp
|
3 years ago |
Alexander Alekhin
|
c2e65bafb5
|
Merge pull request #20846 from alalek:issue_19947
|
3 years ago |
Alexander Alekhin
|
74161b2122
|
Merge pull request #20847 from alalek:fix_build_js_simd_tests
|
3 years ago |
Alexander Alekhin
|
39ee5c5a46
|
plugins: reverse candidates order to fetch higher versions first
|
3 years ago |