Your Name
646a023ff4
Fix building opencv using gcc 11.x #19244
...
Add missing `#include <thread>` in modules/gapi/test/test_precomp.hpp
2021-01-02 17:43:11 +00:00
Alexander Alekhin
701744c621
Merge pull request #19191 from OrestChura:oc/morphEx_perftest
2020-12-31 10:32:51 +00:00
Liangqian
e4c7fca755
Merge pull request #19098 from chargerKong:EulerAngle
...
* add to/from Euler Angles
* restruct codes
* quat: optimize implementation
* cleanup debug code
* correct spelling errors
* create QuatEnum for enum EulerAnglesType
* use for loop for test_quaternion
* drop template from isIntAngleType & add minimal error information in test_quaternion.cpp
Co-authored-by: ShanChenqi <shanchenqi@huawei.com>
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
2020-12-31 10:32:12 +00:00
Alexander Alekhin
bec7b297ed
Merge pull request #19235 from alalek:fix_test_swift_minAreaRect
2020-12-30 15:24:55 +00:00
Alexander Alekhin
ee17b5de6e
swift(test): fix minAreaRect test
2020-12-29 22:56:19 +00:00
Ian Maquignaz
378a634de8
Updated Calib3d documentation to fix missing @ref in master
2020-12-28 10:57:19 -05:00
Alexander Alekhin
8a05850302
Merge pull request #19213 from alalek:ocl_execution_context_tests_param
2020-12-27 22:02:33 +00:00
Alexander Alekhin
ba3f150b14
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-12-25 16:25:14 +00:00
Alexander Alekhin
2f8c62999f
Merge pull request #19194 from alalek:intelligent_scissors
2020-12-25 13:16:19 +00:00
Alexander Alekhin
3eea3dd46b
imgproc: add IntelligentScissors
2020-12-25 10:57:11 +00:00
Alexander Alekhin
ba2b331461
core(ocl): parametrize OpenCLExecutionContext tests
2020-12-24 19:33:43 +00:00
Alexander Alekhin
a6f7dca685
Merge pull request #19027 from alalek:videoio_plugins_api_versioning
2020-12-24 17:08:36 +00:00
Zhuo Zhang
6e1da2ef91
Merge pull request #19203 from zchrissirhcz:fix-cvSaveImage
...
Fix cvSaveImage( ) function bug
* fix cvSaveImage crash
* replace emplace_back with {}, no C++11 required
* fix MacOSX build with vector's push_back
2020-12-24 16:58:16 +00:00
Anatoliy Talamanov
244511e434
Merge pull request #19205 from TolyaTalamanov:at/remove-streamingbackend-export
...
[G-API] Fix streaming kernels in standalone
* Move streaming kernels from public header
* Add streaming backend to standalone
2020-12-24 16:46:10 +00:00
Maxim Pashchenkov
656b20a169
Merge pull request #19070 from mpashchenkov:mp/onnx-gframe
...
G-API: Support GFrame for ONNX infer
* Added GFrame for ONNX
* Cut test
* Removed IE from assert
* Review comments
* Added const/bbot rstrt
* View instead unique_ptr in func. sig.
* Added extractMat function, ONNXCompiled contains exMat - cv::Mat with non processed input data
* Added meta check for inferList2
2020-12-24 13:55:33 +00:00
Alexander Alekhin
50bb344a9d
Merge pull request #19206 from OrestChura:oc/fix_plugconfparams_n_align
2020-12-24 13:54:02 +00:00
Alexander Alekhin
5a10261111
Merge pull request #19207 from alalek:issue_19198
2020-12-24 10:00:56 +00:00
Alexander Alekhin
cd68cc1f46
Merge pull request #19195 from diablodale:win32AlignAlloc
2020-12-23 17:33:58 +00:00
Alexander Alekhin
0681deb3c9
js: fix Python 3 support in make_umd.py
2020-12-23 15:07:12 +00:00
OrestChura
e80f6624ed
- Replace plugin config parameters with the working ones
...
- refactor for consistency
2020-12-23 17:06:45 +03:00
Dale Phurrough
109255a730
add windows native aligned malloc + unit test case
...
* implements https://github.com/opencv/opencv/issues/19147
* CAUTION: this PR will only functions safely in the
4+ branches that already include PR 19029
* CAUTION: this PR requires thread-safe startup of the alloc.cpp
translation unit as implemented in PR 19029
2020-12-23 14:59:28 +01:00
Stefan Dragnev
b13b5d86f6
Merge pull request #19109 from tailsu:sd/imdecode-jp2k-codestream
...
* OpenJPEG: decoder for J2K codestreams
* code review fixes
* exclude .j2c from GDAL tests
2020-12-23 12:33:33 +00:00
Alexander Alekhin
0ffa78b66a
Merge pull request #19193 from alalek:samples_python_3.9
2020-12-23 12:09:07 +00:00
Alexander Alekhin
15265918a7
Merge pull request #19133 from diablodale:fix19132-opencvactivated
2020-12-23 12:08:38 +00:00
OrestChura
e2930c7898
Perf test for morphologyEx
2020-12-22 00:03:06 +03:00
Alexander Alekhin
84676fefe3
Merge tag '4.5.1'
2020-12-21 20:35:51 +00:00
Alexander Alekhin
1363496c11
release: OpenCV 4.5.1
2020-12-21 20:01:38 +00:00
Alexander Alekhin
a029f03edc
Merge pull request #19187 from alalek:samples_python_3.9
2020-12-21 18:16:00 +00:00
Alexander Alekhin
b51ae87828
samples: check for Python 3.9
2020-12-21 14:59:34 +00:00
Alexander Alekhin
68fb8dd873
Merge tag '3.4.13'
2020-12-21 14:55:54 +00:00
Anastasiya Pronina
cdbea6f0a0
GFrame as internal node in GExecutor
2020-12-21 14:06:47 +03:00
Alexander Alekhin
8869dc7762
release: OpenCV 3.4.13
2020-12-20 22:15:49 +00:00
Alexander Alekhin
6659d55a9d
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-12-20 18:40:22 +00:00
Alexander Alekhin
e6c9291e32
Merge pull request #19180 from alalek:fixup_19161
2020-12-20 18:39:01 +00:00
Alexander Alekhin
a6f14ca97c
js(build): fix generator with Python3
...
- class_info.props is a 'list'
2020-12-20 17:42:47 +00:00
Alexander Alekhin
dd276dbb59
Merge pull request #19176 from alalek:issue_19131
2020-12-20 16:40:28 +00:00
Alexander Alekhin
70d82017fe
Merge pull request #19175 from alalek:issue_18520
2020-12-20 16:39:56 +00:00
Alexander Alekhin
663bd73518
Merge pull request #19164 from fpetrogalli:tranform_16u
2020-12-20 16:38:59 +00:00
Francesco Petrogalli
c526705f4f
[cv::transform] Enable CV_SIMD for the 16U case on AArch64.
2020-12-20 15:58:21 +00:00
Alexander Alekhin
c84d2cb32a
Merge pull request #18604 from vrabaud:master
2020-12-20 15:50:33 +00:00
Vincent Rabaud
ff211371bc
Replace FLANNException by CV_Error.
2020-12-20 14:17:28 +01:00
Alexander Alekhin
3359bdc464
docs(core): fix process_video_frame() code snippet
2020-12-20 02:27:46 +00:00
Alexander Alekhin
17faee5d81
imgproc: add rotatedRectangleIntersection empty input handling
2020-12-20 02:06:50 +00:00
Vincent Rabaud
4c75b1c102
Fix comment typos.
2020-12-19 08:22:37 +01:00
Alexander Alekhin
dac298ef41
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-12-18 20:47:56 +00:00
Alexander Alekhin
ef27c11d50
Merge pull request #19162 from alalek:backport_18985
2020-12-18 20:29:49 +00:00
Anastasia Murzova
3bc1b53962
Added YUV conversion fix
...
Fixed OpenCV issue #18878
2020-12-18 21:40:32 +03:00
Alexander Alekhin
de1b919641
Merge pull request #19161 from alalek:js_robust_code_generation
2020-12-18 15:12:17 +00:00
Alexander Alekhin
3e9158acd6
Merge pull request #19128 from asmorkalov:as/gapi_phase_tolerance
2020-12-18 13:43:07 +00:00
Alexander Alekhin
03e224ee83
Merge pull request #19127 from asmorkalov:as/photo_fix_arm64
2020-12-18 13:42:26 +00:00